This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Arm-elf-gcc


frostflare wrote:
I am using arm7 AT91EB40A board. I use linux, but i need arm-elf-gcc 3.3.3 e ar-elf-gdb5.2.1 where i can find them. And how i install arm tools at linux (debugger and compiler).
Can somebody help me?

Are you using linux on the target? Or on the host? That wasn't clear. Or maybe this is an embedded target with no OS?


We don't provide binaries, we only provide sources. You will have to build the binaries yourself, and it can be a bit of work if you have never done it before.

If your target is running linux, then there are some good instructions for building cross compilers to linux here
http://kegel.com/crosstool/


If your target is not running an OS, then there are some instructions on building a newlib based cross-compiler here
http://gcc.gnu.org/simtest-howto.html
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]