[ELDK] Bootm.c code problem in ocotea board
Pavel Machek
pavel at denx.de
Tue May 17 20:34:23 CEST 2016
> arch/powerpc/lib/bootm.c: In function 'boot_jump_linux':
> arch/powerpc/lib/bootm.c:43: error: expected ';', ',' or ')' before numeric
> constant
> arch/powerpc/lib/bootm.c:49: error: 'kernel' undeclared (first use in this
> function)
> arch/powerpc/lib/bootm.c:49: error: (Each undeclared identifier is reported
> only once
> arch/powerpc/lib/bootm.c:49: error: for each function it appears in.)
> make[1]: *** [arch/powerpc/lib/bootm.o] Error 1
> make: *** [arch/powerpc/lib] Error 2
>
> I am not changed the libraries any thing, but same problem is coming. I am
> only changed include/configs/amcc-common.h file below things only i am
> changed eldk path changed:
> #if defined(CONFIG_440EP) || defined(CONFIG_440EPX) || \
> defined(CONFIG_460EX) || defined(CONFIG_460GT)
> #define CONFIG_AMCC_DEF_ENV_ROOTPATH "rootpath=/opt/eldk42/ppc_4xxFP\0"
> #else
> #define CONFIG_AMCC_DEF_ENV_ROOTPATH rootpath=/opt/eldk42/ppc_4xx\0"
> #endif
Umm. You may want to add missing " on the second define...
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
More information about the eldk
mailing list