lib/md5.o build problem
Antony Pavlov
antonynpavlov at gmail.com
Wed Nov 30 14:52:46 EST 2011
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
More information about the barebox
mailing list