Page 1 of 1

[ARM]Cross Compiler[Linux]

Posted: Fri Jan 13, 2012 4:17 am
by lsn145
Just built an ARM cross compiler for linux...
:!: This is for os development, not for making programs/applications :!:

If someone's interested here's the link:
ARM-Toolchain.tar.gz

this was made from Binutils 2.22 and GCC 4.6.2

I followed the GCC Cross Compiler wiki page and it compiled with no errors,
but it's not tested though.
If you decide to use this and it works, please send me a pm or Mail me @ [email protected]

Changed the TARGET to "arm-unknown-linux" or something like that(use google if you would like to build it yourself).

This was for educational purposes, so don't criticize me for it :D

Re: [ARM]Cross Compiler[Linux]

Posted: Fri Jan 13, 2012 5:57 am
by Combuster
lsn145 wrote:Changed the TARGET to "arm-unknown-linux" (...) This was for educational purposes, so don't criticize me for it
I still wonder what a compiler targeting linux is doing here...

Re: [ARM]Cross Compiler[Linux]

Posted: Fri Jan 13, 2012 11:36 am
by lsn145
Combuster wrote:
lsn145 wrote:Changed the TARGET to "arm-unknown-linux" (...) This was for educational purposes, so don't criticize me for it
I still wonder what a compiler targeting linux is doing here...
I made this for compiling my OS for my phone,
Which have ARM processor, and the compiler works on Linux

so i just published the finished program...