[U-Boot] sandbox is broken

Masahiro Yamada yamada.m at jp.panasonic.com
Fri Oct 11 12:51:38 CEST 2013


Hello Wolfgang, Simon


I cannot build sandbox for the current u-boot/master.
Could you check please?


The error is like this:

cmd_sandbox.c: In function 'do_sandbox_load':
cmd_sandbox.c:13:2: error: too many arguments to function 'do_load'
In file included from cmd_sandbox.c:8:0:
/home/yamada/workspace/eclipse/u-boot/include/fs.h:61:5: note: declared here
cmd_sandbox.c: In function 'do_sandbox_save':
cmd_sandbox.c:25:2: error: too many arguments to function 'do_save'
In file included from cmd_sandbox.c:8:0:
/home/yamada/workspace/eclipse/u-boot/include/fs.h:65:5: note: declared here
make[2]: *** [cmd_sandbox.o] Error 1
make[2]: Leaving directory `/home/yamada/workspace/eclipse/u-boot/common'
make[1]: *** [common/libcommon.o] Error 2
make[1]: Leaving directory `/home/yamada/workspace/eclipse/u-boot'
make: *** [sandbox] Error 2



It looks like this error was caused by the following commit.



commit b770e88a6c2548727f0d57a3e9e8bb0830f977b5
Author: Wolfgang Denk <wd at denx.de>
Date:   Sat Oct 5 21:07:25 2013 +0200

    Fix number base handling of "load" command






Best Regards
Masahiro Yamada



More information about the U-Boot mailing list