mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* lib/md5.o build problem
@ 2011-10-24 15:33 Antony Pavlov
  2011-10-24 19:52 ` Sascha Hauer
  0 siblings, 1 reply; 4+ messages in thread
From: Antony Pavlov @ 2011-10-24 15:33 UTC (permalink / raw)
  To: barebox

Hi!

I can't build barebox with md5sum command.

Here is the log:

$ date
Mon Oct 24 19:29:51 MSD 2011
$ git clone --branch next git://git.pengutronix.de/git/barebox.git
barebox.git.next
$ cd barebox.git.next
$ make ARCH=arm versatilepb_defconfig
$ sed "s/# CONFIG_CMD_MD5SUM.*/CONFIG_CMD_MD5SUM=y/" -i .config
$ make ARCH=arm oldconfig
$ make -j 2 ARCH=arm CROSS_COMPILE=arm-realview-linux-gnueabi-
...
  CC      lib/show_progress.o
  CC      lib/decompress_unlzo.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
make: *** [lib] Error 2
make: *** Waiting for unfinished jobs....
  LD      fs/built-in.o

-- 
Best regards,
  Antony Pavlov

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread
* lib/md5.o build problem
@ 2011-11-30 19:52 Antony Pavlov
  0 siblings, 0 replies; 4+ messages in thread
From: Antony Pavlov @ 2011-11-30 19:52 UTC (permalink / raw)
  To: barebox

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-30 19:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-24 15:33 lib/md5.o build problem Antony Pavlov
2011-10-24 19:52 ` Sascha Hauer
2011-10-25  6:53   ` Jean-Christophe PLAGNIOL-VILLARD
2011-11-30 19:52 Antony Pavlov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox