Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » toolchain path (GNU MCU)
toolchain path (GNU MCU) [message #1781859] Tue, 13 February 2018 23:28 Go to next message
N. Vynmar is currently offline N. VynmarFriend
Messages: 2
Registered: February 2018
Junior Member
Where would I find or rather how would a find where Eclipse installed the GNU MCU toolchain; it was installed as a plugin. I'm running a linux desktop.

index.php/fa/32090/0/


Thanks in advance
Re: toolchain path (GNU MCU) [message #1781938 is a reply to message #1781859] Wed, 14 February 2018 19:38 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
You did not tell which Linux you're using.

The GCC toolchain has to be installed to the Linux system separately from Eclipse. As far as I know, the embedded plugins do not include the toolchains.

To verify, open the Linux console and type:
arm-none-eabi-gcc --version

There are two minus signs before 'version'.

Linuc will tell the compiler install location with:
which arm-none-eabi-gcc

My compiler on Kubuntu 14.04LTS is at /usr/bin/arm-none-eabi-gcc. It was installed from the Kubuntu repository as 'gcc-arm-none-eabi'.




--

Tauno Voipio
Solved -- toolchain path (GNU MCU) [message #1781949 is a reply to message #1781938] Thu, 15 February 2018 01:36 Go to previous message
N. Vynmar is currently offline N. VynmarFriend
Messages: 2
Registered: February 2018
Junior Member
Thanks, Tuano Voipio!

I assumed that the plugin would install the toolchain.

I'm also running Antergos Linux

Thanks, again!
Previous Topic:eclipse can't find installed library
Next Topic:arduino CDT launcher problem
Goto Forum:
  


Current Time: Thu Apr 25 05:06:01 GMT 2024

Powered by FUDForum. Page generated in 0.02410 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top