[U-Boot-Users] is there any other toolchains for u-boot of mips arch?

Grant Likely grant.likely at secretlab.ca
Wed Nov 23 04:35:35 CET 2005


zhuzhenhua wrote:
> to use other toolchain?
> what need to do?
> i change the CROSS_COMPILE in Makefile
> and output the bin directory of the new toolchain
> and only get the error likes that
> /bin/sh: line 1: mips-linux-as : command not found
make sure mips-linux-as is in your path

$ export PATH=/path/to/mips-linux-as/bin:$PATH
$ make




More information about the U-Boot mailing list