I compile the lastest code : https://github.com/saschahauer/barebox.git using 
the following commands:

export ARCH=x86
make menuconfig # change to bios boot
make

then errors:

  CHK     include/generated/version.h
  CHK     include/generated/utsrelease.h
  CREATE  include/config.h
  CHK     include/generated/compile.h
  ENV     defaultenv/barebox_default_env
  GEN     .version
  CHK     include/generated/compile.h
  UPD     include/generated/compile.h
  CC      common/version.o
  LD      common/built-in.o
  LD      barebox
arch/x86/lib/barebox.lds:147: nonconstant expression for load base
Makefile:785: recipe for target 'barebox' failed
make: *** [barebox] Error 1


thanks.
_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to