Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » "gcc" program could not be found(help)
"gcc" program could not be found [message #1700493] Fri, 03 July 2015 01:08 Go to next message
Zhenzhou Loh is currently offline Zhenzhou LohFriend
Messages: 3
Registered: July 2015
Junior Member
Hi, I'm trying to create a c++ project to edit the source code, compiled by GitHub.
It's from OpenPilot. I don't really know which path to set for the GCC cross server thing, i just chose what i think it is, but of course it didn't work. There's 2 errors, Program "g++" not found in PATH and Program "gcc" not found in PATH.
Any reason why, any help i can get?
Re: "gcc" program could not be found [message #1700945 is a reply to message #1700493] Wed, 08 July 2015 11:17 Go to previous message
Hagai Hadad is currently offline Hagai HadadFriend
Messages: 2
Registered: July 2015
Junior Member
1. what is your OS ?
2. you need to make sure "g++" is installed on your machine. "gcc" is a global name "gnu compiler collection" (once upon a time it was "gnu C compiler, but lots of languages were added to it). "g++" is the actual C/C++ compiler.
Previous Topic:build configuratino reuse
Next Topic:Unresolved Inclusion Juno from ros catkin
Goto Forum:
  


Current Time: Wed Apr 24 22:50:25 GMT 2024

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

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

Back to the top