Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
I can't build or run projects
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: I can't build or run projects (Read 3953 times)
Fhyr94
Single posting newcomer
Posts: 1
I can't build or run projects
«
on:
August 30, 2021, 03:52:21 am »
Whenever I try to build and run a project it comes up with this error message:
Tried to run compiler executable 'C:\MinGW/bin/gcc.exe', but failed!
Skipping...
Nothing to be done (all items are up-to-date).
How do I fix this?
Logged
stahta01
Lives here!
Posts: 7371
Re: I can't build or run projects
«
Reply #1 on:
August 30, 2021, 04:26:06 am »
1. Install an C/C++ Compiler/Toolchain
2. Configure Code::Blocks to use it.
Tim S.
Logged
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 32 bit.
On Debian Stretch, compiling CB Trunk against wxWidgets 3.0.
--
When in doubt, read the CB WiKi FAQ.
http://wiki.codeblocks.org
Pecan
Plugin developer
Lives here!
Posts: 2550
Re: I can't build or run projects
«
Reply #2 on:
August 30, 2021, 06:50:07 am »
Menu/Settngs/Compiler/Toolchain executables.
Tell CodeBlocks where your compiler resides.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
I can't build or run projects