Question:
How do you use GCC to compile for an ARM7 processor?
anonymous
2008-12-18 09:18:47 UTC
I'm not sure how to get started with this. I want to use an ARM processor and a free compiler and programmer, if it is possible.
Three answers:
tbshmkr
2008-12-18 09:40:15 UTC
Possible & Straight from gnu.org

--

http://gcc.gnu.org/onlinedocs/gcc/ARM-Options.html
jplatt39
2008-12-18 12:22:06 UTC
Ironically enough, you are asking about one of the best documented uses of GCC on the Web. I'll give an example: here is how to set it up on a Playstation 3 (to cross compile cell to arm):



http://www.teamknox.com/PS3Linux/ps3LinuxGCCe.html
purple bandit
2008-12-18 09:43:32 UTC
look at the man page for gcc. You'll see that there are a whole bunch of ARM options.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...