[U-Boot] Sandbox cannot be built without HUSH

Simon Glass sjg at chromium.org
Mon Apr 23 20:26:16 CEST 2012


Hi Wolfgang,

On Mon, Apr 23, 2012 at 8:28 PM, Wolfgang Denk <wd at denx.de> wrote:
> Dear Simon,
>
> disabling HUSH support in sandbox results in this:
>
> start.c: In function ‘sandbox_main_loop_init’:
> start.c:97:3: warning: implicit declaration of function ‘parse_string_outer’ [-Wimplicit-function-declaration]
> start.c:97:34: error: ‘FLAG_PARSE_SEMICOLON’ undeclared (first use in this function)
> start.c:97:34: note: each undeclared identifier is reported only once for each function it appears in
> start.c:98:9: error: ‘FLAG_EXIT_FROM_LOOP’ undeclared (first use in this function)
> make[1]: *** [start.o] Error 1
> make: *** [arch/sandbox/cpu/start.o] Error 2
> make: *** Waiting for unfinished jobs....
> start.c: In function ‘sandbox_main_loop_init’:
> start.c:97:3: warning: implicit declaration of function ‘parse_string_outer’ [-Wimplicit-function-declaration]
> start.c:97:34: error: ‘FLAG_PARSE_SEMICOLON’ undeclared (first use in this function)
> start.c:97:34: note: each undeclared identifier is reported only once for each function it appears in
> start.c:98:9: error: ‘FLAG_EXIT_FROM_LOOP’ undeclared (first use in this function)
>

Yes, that was fixed by one of the patches in the run_command_list series.

This one:

http://patchwork.ozlabs.org/patch/149810/

Regards,
Simon

>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> Everyone who comes in here wants three things:
>        1. They want it quick.
>        2. They want it good.
>        3. They want it cheap.
> I tell 'em to pick two and call me back.
> - sign on the back wall of a small printing company in Delaware


More information about the U-Boot mailing list