Difference between revisions of "MIPS port"

From Lazarus wiki
Jump to navigationJump to search
Line 7: Line 7:
 
* MIPS 64-bits EL
 
* MIPS 64-bits EL
 
* MIPS 64-bits EB
 
* MIPS 64-bits EB
 +
 +
== Downloading Cross-Binutils ==
 +
 +
===From Linux to Linux-MIPS ===
 +
 +
* Debian Packages:
 +
** http://www.emdebian.org/tools/crosstools.html
 +
** http://www.emdebian.org/debian/pool/main/b/binutils/
 +
* Others:
 +
** http://www.linux-mips.org/wiki/Toolchains#Debian
  
 
== References ==
 
== References ==
  
 
* http://sourceforge.net/projects/fpc-mips/develop
 
* http://sourceforge.net/projects/fpc-mips/develop

Revision as of 17:55, 19 November 2009

MIPS Architectures

MIPS can be divided into the following targets for a code generator:

  • MIPS 32-bits EL
  • MIPS 32-bits EB
  • MIPS 64-bits EL
  • MIPS 64-bits EB

Downloading Cross-Binutils

From Linux to Linux-MIPS

References