Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » arm-linux-gnueabihf-g++ "not found " error (Cannos find crossfompiler)
arm-linux-gnueabihf-g++ "not found " error [message #1844142] Thu, 02 September 2021 15:31 Go to next message
Eclipse UserFriend
No Message Body

[Updated on: Fri, 03 September 2021 15:18] by Moderator

Re: arm-linux-gnueabihf-g++ "not found " error [message #1844149 is a reply to message #1844142] Fri, 03 September 2021 04:27 Go to previous messageGo to next message
Eclipse UserFriend
You seem to be having a lot of trouble with this.
It's really quite simple.

The path is the specific directory containing the compiler.
It usually ends in /bin.
It's unlikely that the compiler would be found in the top directory /usr.
In fact, your ls shows that it is not.
It's likely in /usr/arm-linux-gnueabihf or a subdirectory.

The prefix is used to modify the name of the compilers from the ones specified in the Eclipse settings which are usually gcc and g++

The compiler used will be:
<path>/<prefix>g++ or
<path>/<prefix>gcc

assuming the compiler specified in the tool settings: is g++ or gcc.


[Updated on: Fri, 03 September 2021 04:52] by Moderator

Re: arm-linux-gnueabihf-g++ "not found " error [message #1844778 is a reply to message #1844149] Fri, 24 September 2021 13:04 Go to previous messageGo to next message
Eclipse UserFriend
The OP seems to have a lot of difficulties, partially because she is pretty careful in telling details.
I guess that she's attempting to cross-compile applications for Raspberry Pi, using Ubuntu Linux as the host machine. The situation needs more than the compiler, due to the fact that the Linux target is using dynamic shared libraries.

I have set up a cross-development toolset on an Kubuntu 20.04 Linux machine, targeting a Raspbian Buster Linux. There are notes how to do it. Should I make them publishable here?
Re: arm-linux-gnueabihf-g++ "not found " error [message #1844779 is a reply to message #1844778] Fri, 24 September 2021 13:21 Go to previous message
Eclipse UserFriend
Wouldn't hurt but probably should be in the Eclipse wiki.
Previous Topic:[Solved] Cannot understand toolchain configuration
Next Topic:Adding source folder
Goto Forum:
  


Current Time: Wed Jul 23 16:30:36 EDT 2025

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

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

Back to the top