Looking for a few pointer. I have been reading and trying to follow various instructions of the web for getting a free toolchain up and running for the ARM (m3) processor. At work I am an IAR user, but for home I can’t afford it.
I seem to have Yagarto installed and can even compile code. I have not tried to download it yet. I will leave that for another day.
What I am trying to figure out is how to get Eclipse as my IDE. I installed Indigo CDT and created a new project and imported the files from a ARM7 project as per instructions here:http://www.yagarto.de/howto/yagarto2/index.html
The trouble is when building it does not seem to find the compiler. I also noticed that I do not have the “-- other toolchain --” option.
How do I tell Eclipse what or where my toolchain is? I did find a tool chin editor, but it does not seem to have a simple mechanism to pick the chain.
So a few pointers might be nice as I would hate to work in VI as my IDE.
edit1: The error indicates that Eclpse can’t find gcc when it should be trying to use: arm-none-eabi-gcc