<br><br>Hi,<br><br>I am trying to compile uboot version 1.1.3 for ppc_870 board with the following settings<br>bash$ export CROSS_COMPILE=ppc_8xx-<br>bash$ export PATH=${PATH}:/opt/eldk/bin:/opt/eldk/usr/bin<br><br>But I am getting following error:<br>
<br>make txc870_config<br><br>---------------------------------------------------------<br>unrecognized option <br>make:&nbsp; *** [txc870_config] Error 1<br>---------------------------------------------------------<br><br>I added following lines in the Makefile to support my eval ppc870 board (txc870)<br>
<br><br><br>--------------------------------------------------------------------------------------<br><br>#########################################################################<br>## MPC8xx Systems<br>#########################################################################<br>
<br>txc860_config:&nbsp;&nbsp;&nbsp; unconfig<br>&nbsp;&nbsp;&nbsp; @./mkconfig $(@:_config=) ppc mpc8xx txc860<br><br>txc870_config: unconfig<br>&nbsp;&nbsp;&nbsp; @./mkconfig $(@:_config=) ppc mpc8xx txc870<br>&nbsp;&nbsp;&nbsp; <br>-------------------------------------------------------------------------------------<br>
<br>Also I tried for AMX860 with the following command<br>make AMX860_config<br><br>but got the same result...<br><br><br>Please indicate if I missed something or what what else is required ?<br><br><br>Thanks<br>Vijay<br>
<br><br><br><br><br><br>