
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 10/11/2013 06:51 AM, Masahiro Yamada wrote:
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.
Yes, I posted a patch for this just yesterday, I think. I know I fixed it locally yesterday and intended to post it..
- -- Tom