[ARM]Cross Compiler[Linux]

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
lsn145
Posts: 2
Joined: Fri Jan 13, 2012 3:47 am

[ARM]Cross Compiler[Linux]

Post 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
LSn145 @ #gamearc @ freenode
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: [ARM]Cross Compiler[Linux]

Post 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...
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
lsn145
Posts: 2
Joined: Fri Jan 13, 2012 3:47 am

Re: [ARM]Cross Compiler[Linux]

Post 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...
LSn145 @ #gamearc @ freenode
Post Reply