* [U-Boot-Users] is there any other toolchains for u-boot of mips arch?
@ 2005-11-23 1:28 zhuzhenhua
2005-11-23 3:35 ` Grant Likely
2005-11-23 7:46 ` Wolfgang Denk
0 siblings, 2 replies; 5+ messages in thread
From: zhuzhenhua @ 2005-11-23 1:28 UTC (permalink / raw)
To: u-boot
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
regards
zhuzhenhua
^ permalink raw reply [flat|nested] 5+ messages in thread* [U-Boot-Users] is there any other toolchains for u-boot of mips arch? 2005-11-23 1:28 [U-Boot-Users] is there any other toolchains for u-boot of mips arch? zhuzhenhua @ 2005-11-23 3:35 ` Grant Likely [not found] ` <50c9a2250511222131qc5431cax9ab547e92918fb8d@mail.gmail.com> 2005-11-23 7:46 ` Wolfgang Denk 1 sibling, 1 reply; 5+ messages in thread From: Grant Likely @ 2005-11-23 3:35 UTC (permalink / raw) To: u-boot 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 ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <50c9a2250511222131qc5431cax9ab547e92918fb8d@mail.gmail.com>]
* [U-Boot-Users] is there any other toolchains for u-boot of mips arch? [not found] ` <50c9a2250511222131qc5431cax9ab547e92918fb8d@mail.gmail.com> @ 2005-11-23 5:45 ` Grant Likely 2005-11-23 10:25 ` Anders Larsen 0 siblings, 1 reply; 5+ messages in thread From: Grant Likely @ 2005-11-23 5:45 UTC (permalink / raw) To: u-boot Some quick etiquette points if your going to use the mailing list: 1. Put your replies *below* what your replying to, not above. 2. Always CC the mailing list on replies 3. Don't just describe what you saw; attach logs also. zhuzhenhua wrote: > i do not get clear about it > $ export PATH=/path/to/mips-linux-as/bin:$PATH > > /path/to/mips-linux-as/bin is what path? If mips-linux-as is in the path /opt/mips-linux/bin, then: $ export PATH=/opt/mips-linux/bin:$PATH Basically, your tools should be in your path so you can run the tools from the command line like this: $ mips-linux-as > > do you mean change my toolchain dir name to mips-linux-as? I think your confused. What is the full path of your cross compiler? Here's an example: My cross toolchain is: powerpc-linux It lives in: /opt/powerpc-linux The path to the cross gcc is: /opt/powerpc-linux/bin/powerpc-linux-gcc Therefore I set in my environment: $ PATH=/opt/powerpc-linux/bin:$PATH $ CROSS_COMPILE=powerpc-linux- $ export PATH CROSS_COMPILE ^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] is there any other toolchains for u-boot of mips arch? 2005-11-23 5:45 ` Grant Likely @ 2005-11-23 10:25 ` Anders Larsen 0 siblings, 0 replies; 5+ messages in thread From: Anders Larsen @ 2005-11-23 10:25 UTC (permalink / raw) To: u-boot Grant Likely <grant.likely@secretlab.ca> schrieb am Mittwoch, 23. November 2005 um 06:45 +0100: >Some quick etiquette points if your going to use the mailing list: >1. Put your replies *below* what your replying to, not above. >2. Always CC the mailing list on replies >3. Don't just describe what you saw; attach logs also. 4. Keep the Subject: shorter and write your question in the _body_ of the e-mail. Cheers Anders ^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] is there any other toolchains for u-boot of mips arch? 2005-11-23 1:28 [U-Boot-Users] is there any other toolchains for u-boot of mips arch? zhuzhenhua 2005-11-23 3:35 ` Grant Likely @ 2005-11-23 7:46 ` Wolfgang Denk 1 sibling, 0 replies; 5+ messages in thread From: Wolfgang Denk @ 2005-11-23 7:46 UTC (permalink / raw) To: u-boot In message <50c9a2250511221728o44c2c318ia2c347fa658ee548@mail.gmail.com> you wrote: > to use other toolchain? > what need to do? > i change the CROSS_COMPILE in Makefile No, you do NOT change the Makefile. You just set and export the CROSS_COMPILE variable in your shell environmnt. > 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 Maybe there is a problem with your toolchain? Best regards, Wolfgang Denk -- Software Engineering: Embedded and Realtime Systems, Embedded Linux Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de The IQ of the group is the lowest IQ of a member of the group divided by the number of people in the group. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-11-23 10:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 1:28 [U-Boot-Users] is there any other toolchains for u-boot of mips arch? zhuzhenhua
2005-11-23 3:35 ` Grant Likely
[not found] ` <50c9a2250511222131qc5431cax9ab547e92918fb8d@mail.gmail.com>
2005-11-23 5:45 ` Grant Likely
2005-11-23 10:25 ` Anders Larsen
2005-11-23 7:46 ` Wolfgang Denk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox