Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Build Error with Helios(Unable To Compile Hello World )
Build Error with Helios [message #1814204] Thu, 05 September 2019 11:10 Go to next message
Eclipse UserFriend
Hi All,

I am new to c/cpp development in eclipse .
Currently ,I am using HELIOS for compilation and unable to do so.

I am trying compile Hello world !.

I have read a good no of online suggestions ,but nothing seems to work for me .
I have installed MINGW and have also set the environment path .

I tried implementing the tricks from stackoverflow.com/questions/3978898/how-to-compile-and-run-c-with-mingw-using-eclipse-and-cdt]

to no good use .

I also read https://www.eclipse.org/4diac/documentation/html/installation/minGW.html and implemented the idea of renaming to make

all I get is :
Quote:
g++ -O0 -g3 -Wall -c -fmessage-length=0 -osrc\dummy.o ..\src\dummy.cpp
g++: error: CreateProcess: No such file or directory
Build error occurred, build is stopped
Time consumed: 141 ms.
.

Attached snapshots for details.

Not able to figure out which configuration am missing ,please help me out .

Re: Build Error with Helios [message #1814363 is a reply to message #1814204] Tue, 10 September 2019 05:07 Go to previous message
Eclipse UserFriend
The error is a message from Make saying it couldn't find g++
which means g++ hasn't been installed or your path is incorrect.
https://stackoverflow.com/a/5236111/3312726
https://stackoverflow.com/a/6085411/3312726
Previous Topic:Try to compile C program
Next Topic:eclipse and visual studio perspectives
Goto Forum:
  


Current Time: Sun Aug 31 14:05:13 EDT 2025

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

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

Back to the top