Author Topic: It seems that your project has not built yet. Do you want to built it now?  (Read 4579 times)

Offline marcot264

  • Single posting newcomer
  • *
  • Posts: 5
Before I have Installed MinGW CB worked fine, but now I can't build any project.
It appears evrytime I want to run/build a project this window, and if i click on "si" (yes), the window doesn't dissapear.


PLEASE, HELP ME...

Edit:
The Build Log

Checking for existence: C:\Users\Marco\Documents\lol\bin\Debug\lol.exe
Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "C:\Users\Marco\Documents\lol\bin\Debug\lol.exe"  (in C:\Users\Marco\Documents\lol\.)
Process terminated with status -1073741510 (896 minute(s), 43 second(s))
« Last Edit: February 12, 2015, 05:50:24 pm by marcot264 »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline marcot264

  • Single posting newcomer
  • *
  • Posts: 5
Re: It seems that your project has not built yet. Do you want to built it now?
« Reply #2 on: February 12, 2015, 04:21:38 pm »
Checking for existence: C:\Users\Marco\Documents\lol\bin\Debug\lol.exe
Executing: "C:\Program Files (x86)\CodeBlocks/cb_console_runner.exe" "C:\Users\Marco\Documents\lol\bin\Debug\lol.exe"  (in C:\Users\Marco\Documents\lol\.)
Process terminated with status -1073741510 (896 minute(s), 43 second(s))
 

Offline marcot264

  • Single posting newcomer
  • *
  • Posts: 5
Re: It seems that your project has not built yet. Do you want to built it now?
« Reply #3 on: February 12, 2015, 07:32:35 pm »
it gives me also this if i change the option of the window:


-------------- Build: Debug in lol (compiler: GNU GCC Compiler)---------------

mingw32-g++.exe  -o bin\Debug\lol.exe obj\Debug\main.o   
Execution of 'mingw32-g++.exe  -o bin\Debug\lol.exe obj\Debug\main.o' in 'C:\Users\Marco\Documents\lol' failed.

-------------- Run: Debug in lol (compiler: GNU GCC Compiler)---------------

Checking for existence: C:\Users\Marco\Documents\lol\bin\Debug\lol.exe

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: It seems that your project has not built yet. Do you want to built it now?
« Reply #4 on: February 12, 2015, 08:00:01 pm »
Check that the CB settings for the compiler toolchain are set correctly.

How many Mingw GCC have you installed and what directory did you install them into?

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

Offline marcot264

  • Single posting newcomer
  • *
  • Posts: 5
Re: It seems that your project has not built yet. Do you want to built it now?
« Reply #5 on: February 12, 2015, 08:32:57 pm »


I got this settings. Although I did a C project, it runs g++, not gcc...

I installed mingw32-base.
Just that.
« Last Edit: February 12, 2015, 08:35:30 pm by marcot264 »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: It seems that your project has not built yet. Do you want to built it now?
« Reply #6 on: February 12, 2015, 08:45:24 pm »
Where have you installed it?
Does mingw32-g++.exe runs correctly if you run it from the command line?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline marcot264

  • Single posting newcomer
  • *
  • Posts: 5
Re: It seems that your project has not built yet. Do you want to built it now?
« Reply #7 on: February 13, 2015, 01:25:37 am »
I did notice that i didn't have g++ in the MinGW folder (although it was a C Project, it uses g++, not gcc).
Now it runs.
But when i want to use the compiler by default, where do I have to look up?
Because before, when I didn't already have MinGW installer, it did run.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: It seems that your project has not built yet. Do you want to built it now?
« Reply #8 on: February 13, 2015, 02:17:52 am »
Probably you've used the installer of codeblocks that install the mingw compiler somewhere in program files/codeblocks/... and this is why it has worked.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]