From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Date: Tue, 22 Nov 2005 20:35:35 -0700 Subject: [U-Boot-Users] is there any other toolchains for u-boot of mips arch? In-Reply-To: <50c9a2250511221728o44c2c318ia2c347fa658ee548@mail.gmail.com> References: <50c9a2250511221728o44c2c318ia2c347fa658ee548@mail.gmail.com> Message-ID: <4383E387.5010805@secretlab.ca> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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