News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Execution of 'mingw32-g++.exe

Started by frier, December 11, 2006, 03:48:48 AM

Previous topic - Next topic

frier

I Just installed the Nightly Build for the 10/11/2006 and i have placed the  wxmsw26u_gcc_cb.dll and the mingwm10.dll into the root directory of my CodeBlocks folder.

But when i go to compile some code it gives me the follow error:

"Execution of 'mingw32-g++.exe -Wall -g   -c main.cpp -o obj\Debug\main.o' in 'C:\Documents and Settings\Administrator\My Documents\C++\First Test\FirstProject' failed."

Is this a linker issue?

stahta01

#1
What compiler do you think you are supposed to use?
The nightly build does NOT have a compiler with it.
Your error normally means it can NOT find the file "mingw32-g++.exe".
Did you install minGW? http://www.mingw.org
If you have minGW installed verify the following
"Settings" -> "Compiler and Debugger" Verify that the correct compiler is selected in "Selected Compiler"
Verify "Programs" has the correct "Compiler's installation directory".

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Pecan

   //-- Wiki Index
       CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Search the Wiki index for "nightly builds on"