Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Crosscompiler error - missing path ? (error)
Crosscompiler error - missing path ? [message #1776936] Thu, 23 November 2017 02:34 Go to next message
Anne Creek is currently offline Anne CreekFriend
Messages: 275
Registered: September 2014
Senior Member
My code build , but wont' execute.

20:31:35 **** Incremental Build of configuration Debug for project HF_VNA_CROSS_CPP ****
make all
Building target: HF_VNA_CROSS_CPP
Invoking: Cross G++ Linker
arm-linux-gnueabihf-g++ -o "HF_VNA_CROSS_CPP" ./src/HF_VNA_CROSS_CPP.o
Finished building target: HF_VNA_CROSS_CPP


20:31:36 Build Finished (took 512ms)


As best as I can tell it is due to missing "Cross Setting " -> Path
I have no clue WHERE is this arm-linux-gnueabihf- located , hence "Browse" does not really help.
I am not that versed using Linux to "find" the arm-linux-gnueabihf- directly without using "Browse" .

Any help with Linux will be appreciated
  • Attachment: Eclipse.odt
    (Size: 46.81KB, Downloaded 90 times)
Re: Crosscompiler error - missing path ? [message #1776985 is a reply to message #1776936] Thu, 23 November 2017 12:25 Go to previous messageGo to next message
Tauno Voipio is currently offline Tauno VoipioFriend
Messages: 742
Registered: August 2014
Senior Member
The tool in Linux is 'which'. Type on the console

which arm-linux-gnueabihf-g++

Please next time, post images in some standard image format, e.g. JPEG or PNG. An odt file is a libreoffice / openoffice text document file.


--

Tauno Voipio
Re: Crosscompiler error - missing path ? [message #1777019 is a reply to message #1776985] Thu, 23 November 2017 15:52 Go to previous message
Anne Creek is currently offline Anne CreekFriend
Messages: 275
Registered: September 2014
Senior Member
Thanks, adding the "prefix" solved the problem.
Previous Topic:eclipse oxygen setup installation exceptions
Next Topic:JRE error difficulty
Goto Forum:
  


Current Time: Fri Apr 26 20:34:00 GMT 2024

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

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

Back to the top