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
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to