Fresh installation --> none-eabi-g++ and arm-none-eabi-gcc not found
Thanks for the suggestion, Jer. However, since the AC6 site doesn’t mention this as a requirement, I’ll try to make the newest version of Eclipse work.
So one thing I noticed was that the version of the arm tools that I had was 4.8.2 and that the recommended version (newest version) is 4.9.3. So I got rid of my old install of the tools and installed the newest arm tools from the Terry Guo Launchpad site. Here’s what happens when I try to build now:
arm-none-eabi-gcc: error trying to exec ‘/home/jim/.p2/pool/plugins/fr.ac6.mcu.externaltools.arm-none.linux64_1.3.0.201507241112/tools/compiler/bin/../lib/gcc/arm-none-eabi/4.9.3/cc1’: execv: No such file or directory
Where did that path come from?? I have no idea, but one interesting thing: cc1 actually exists on the path! So why isn’t it being executed??
Again, any clues would be appreciated. The key one in my mind is exactly where are the tool paths specified that Eclipse uses? If I knew, I think I could fix them. Is AC6 doing things that are causing this mess?