[U-Boot-Users] Using CFG_NO_FLASH and CFG_ENV_IS_NOWHERE
Wolfgang Denk
wd at denx.de
Wed Jun 30 16:31:24 CEST 2004
In message <2D9AB865A49FD511914700105A0EF679016C493A at morse.smart.lfk.eads.net> you wrote:
>
> i am using the commands CFG_NO_FLASH and CFG_ENV_IS_NOWHERE to configure
> u-boot 1.1.1 .
Why are you doing this? This is not a good idea since there is flash
on your board. Find out what needs to be done to support it. Porting
U-Boot without environment support is like castrating your favorite
stallion - nobody wants to do that.
> cc --end-group \
> -Map u-boot.map -o u-boot
> common/libcommon.a(cmd_nvedit.o)(.text+0x954): In function \x04o_saveenv':
> /home/hagejoha/ppc-projects/u-boot/u-boot-1.1.1/common/cmd_nvedit.c:535:
> undefined reference to \x13aveenv'
> common/libcommon.a(cmd_nvedit.o)(.got2+0x50): In function \x04o_printenv':
> /home/hagejoha/ppc-projects/u-boot/u-boot-1.1.1/common/cmd_nvedit.c:119:
> undefined reference to \x05nv_name_spec'
You have funny special characters there in your error message. Are
you sure that the source code is OK? Looks a bit corrupted to me.
Also, when starting a new project you should use the top of tree from
CVS, not an older version.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"Today's robots are very primitive, capable of understanding only a
few simple instructions such as 'go left', 'go right', and 'build
car'." - John Sladek
More information about the U-Boot
mailing list