Author Topic: Execution of 'mingw32-g++.exe  (Read 25236 times)

frier

  • Guest
Execution of 'mingw32-g++.exe
« on: December 11, 2006, 03:48:48 am »
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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: Execution of 'mingw32-g++.exe
« Reply #1 on: December 11, 2006, 05:35:09 am »
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
« Last Edit: December 11, 2006, 05:44:18 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2775
Re: Execution of 'mingw32-g++.exe
« Reply #2 on: December 11, 2006, 01:30:45 pm »
   //-- Wiki Index
       CodeBlocks Wiki Index
   //-- Wiki Main Page
    CodeBlocks Wiki Main Page

Search the Wiki index for "nightly builds on"