Hello Detlev, Thank you for your answer.
I just deleted the ELDK folder and installed the 5.0 version as described on this manual page: http://www.denx.de/wiki/view/ELDK-5/WebHome#Installation I ran the shell script with default parameters and it was successfull. (I don't have to build it, do I?) As the next step I wanted to export PATH and CROSS_COMPILE like it's decribed on this page: http://www.denx.de/wiki/view/DULG/ELDKUsage What I did: $ export CROSS_COMPILE=ppc_6xx- $ PATH=$PATH:/opt/eldk-5.0/usr/bin:/opt/eldk/bin $ export PATH (actually there are no such directories in the 5.0 version of ELDK, is this command still valid?) Now $ ${CROSS_COMPILE}gcc Says "bash: ppc_6xx-gcc: command not found." Am I missing something? Thanks! -- Kind regards Alexej Luft _______________________________________________ eldk mailing list [email protected] http://lists.denx.de/mailman/listinfo/eldk
