Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » problem with ECLIPSE
problem with ECLIPSE [message #1059699] Tue, 21 May 2013 09:17 Go to next message
tupac nymar is currently offline tupac nymarFriend
Messages: 5
Registered: April 2013
Junior Member
Hi,

I use eclipse for the first time. I installed it on fedora 15.
I made
---> new C++ project
---> named the project and chose hello world project with cross toolchain
---> next---->next
---> PREFIX= arm-rpi-linux-gnueabi-
PATH= /home/makavelli/x-tools/arm-rpi-linux-gnueabi/bin
---> FINISH
but as u see in picture eclipse can't find the compiler in the path, even it does exist and i use it to compile everything in linux.
Re: problem with ECLIPSE [message #1061832 is a reply to message #1059699] Tue, 04 June 2013 10:00 Go to previous message
soman namos is currently offline soman namosFriend
Messages: 11
Registered: December 2012
Junior Member
1. Manually check the PATH again. Be sure that compiler's folder's path is there.
2. Check that path to compiler really contains 'arm-linux-g++'
3. Try to compile something from terminal with 'arm-linux-g++ [args]'
Previous Topic:can't debug program with scanf
Next Topic:MinGW or CDT problem?
Goto Forum:
  


Current Time: Thu Oct 10 20:29:28 GMT 2024

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

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

Back to the top