Soc-lm32/lm32-toolchain install the crosscompiler: Unterschied zwischen den Versionen
Aus LaborWiki
Martin (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Getting the Source == Lattice released a patched gcc, binutils and gdb. You can download theese packages from the Lattice homepage but there are some patches …“) |
Martin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 4: | Zeile 4: | ||
homepage but there are some patches needed, to get it running (and compiling). | homepage but there are some patches needed, to get it running (and compiling). | ||
You can get a patched version form our webserver | The lm32 is also part of our [http://www.das-labor.org/files/AVRLiveCD/ LiveCD]. | ||
[http://www.das-labor.org/files/lm32-src-patched.tar.bz2] | |||
Binary Linux x86 (gcc3.4.6): [http://www.das-labor.org/files/madex/lm32_linux_i386.tar.bz2 lm32_linux_i386] | |||
Binary Mac OSX (ab 10.4 x86) (gcc3.4.6): [http://www.das-labor.org/files/madex/lm32_osx_i386.tar.bz2 lm32_osx_i386] | |||
You can get a patched version form our webserver. | |||
Source (gcc3.4.6): [http://www.das-labor.org/files/lm32-src-patched.tar.bz2 lm32-src-patched] | |||
All you have to do on a unix machine is: | All you have to do on a unix machine is: | ||
Zeile 12: | Zeile 19: | ||
Please notice the [[LM32-License liecenses]] from Lattice. | Please notice the [[LM32-License liecenses]] from Lattice. | ||
We have also an Makefile for download and compiling the gcc4.4 toolchain. Checkout. | |||
svn co [https://www.das-labor.org/svn/fpga/soc-lm32/tools/gnu-toolchain https://www.das-labor.org/svn/fpga/soc-lm32/tools/gnu-toolchain] |
Version vom 16. November 2009, 00:30 Uhr
Getting the Source
Lattice released a patched gcc, binutils and gdb. You can download theese packages from the Lattice homepage but there are some patches needed, to get it running (and compiling).
The lm32 is also part of our LiveCD.
Binary Linux x86 (gcc3.4.6): lm32_linux_i386
Binary Mac OSX (ab 10.4 x86) (gcc3.4.6): lm32_osx_i386
You can get a patched version form our webserver.
Source (gcc3.4.6): lm32-src-patched
All you have to do on a unix machine is:
sudo make
Please notice the LM32-License liecenses from Lattice.
We have also an Makefile for download and compiling the gcc4.4 toolchain. Checkout.
svn co https://www.das-labor.org/svn/fpga/soc-lm32/tools/gnu-toolchain