[U-Boot-Users] U-Boot Compilation error

Vijay Srivastava vijays2010 at gmail.com
Tue Jun 10 15:29:20 CEST 2008


Hi,

I am trying to compile uboot version 1.1.3 for ppc_870 board with the
following settings
bash$ export CROSS_COMPILE=ppc_8xx-
bash$ export PATH=${PATH}:/opt/eldk/bin:/opt/eldk/usr/bin

But I am getting following error:

make txc870_config

---------------------------------------------------------
unrecognized option
make:  *** [txc870_config] Error 1
---------------------------------------------------------

I added following lines in the Makefile to support my eval ppc870 board
(txc870)



--------------------------------------------------------------------------------------

#########################################################################
## MPC8xx Systems
#########################################################################

txc860_config:    unconfig
    @./mkconfig $(@:_config=) ppc mpc8xx txc860

txc870_config: unconfig
    @./mkconfig $(@:_config=) ppc mpc8xx txc870

-------------------------------------------------------------------------------------

Also I tried for AMX860 with the following command
make AMX860_config

but got the same result...


Please indicate if I missed something or what what else is required ?


Thanks
Vijay
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.denx.de/pipermail/u-boot/attachments/20080610/c9b67ab2/attachment.htm 


More information about the U-Boot mailing list