From: Antony Pavlov <antonynpavlov@gmail.com>
To: barebox <barebox@lists.infradead.org>
Subject: lib/md5.o build problem
Date: Wed, 30 Nov 2011 22:52:46 +0300 [thread overview]
Message-ID: <CAA4bVAGTM99RvF5XufvLSw0sEp6cRmyDRwBvj9rdN7bM+8eb-w@mail.gmail.com> (raw)
Hi!
We still have a problem: the option CONFIG_CMD_MD5SUM=y breaks build.
Here is the log:
$ date --utc
Wed Nov 30 19:42:41 UTC 2011
$ git clone --branch next git://git.pengutronix.de/git/barebox.git
barebox.git.next
Cloning into 'barebox.git.next'...
$ cd barebox.git.next
$ make ARCH=arm versatilepb_defconfig
#
# configuration written to .config
#
$ grep CMD_MD5SUM -i .config
# CONFIG_CMD_MD5SUM is not set
$ sed "s/# CONFIG_CMD_MD5SUM.*/CONFIG_CMD_MD5SUM=y/" -i .config
$ make ARCH=arm oldconfig
scripts/kconfig/conf --oldconfig Kconfig
#
# configuration written to .config
#
$ grep CMD_MD5SUM -i .config
CONFIG_CMD_MD5SUM=y
$ make -j 2 ARCH=arm CROSS_COMPILE=arm-versatile-linux-gnueabi-
scripts/kconfig/conf --silentoldconfig Kconfig
Generating include/generated/mach-types.h
CHK include/generated/version.h
UPD include/generated/version.h
...
CC lib/random.o
CC lib/show_progress.o
make[1]: *** No rule to make target `lib/md5.o', needed by
`lib/built-in.o'. Stop.
make[1]: *** Waiting for unfinished jobs....
CC lib/process_escape_sequence.o
CC net/eth.o
make: *** [lib] Error 2
make: *** Waiting for unfinished jobs....
--
Best regards,
Antony Pavlov
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-11-30 19:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-30 19:52 Antony Pavlov [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-10-24 15:33 Antony Pavlov
2011-10-24 19:52 ` Sascha Hauer
2011-10-25 6:53 ` Jean-Christophe PLAGNIOL-VILLARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAA4bVAGTM99RvF5XufvLSw0sEp6cRmyDRwBvj9rdN7bM+8eb-w@mail.gmail.com \
--to=antonynpavlov@gmail.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox