User forums > Using Code::Blocks

Using code::blocks w/o a project

<< < (10/12) > >>

dukester:
The compiler is set correctly in my C::B - GCC!! For some reason, C::B is running gcc in such a way that the obj file(s) are not created in single file, no project mode.

stahta01:

--- Quote from: dukester on January 29, 2024, 06:41:50 am ---The compiler is set correctly in my C::B - GCC!! For some reason, C::B is running gcc in such a way that the obj file(s) are not created in single file, no project mode.

--- End quote ---

If you expected the linker to be called, you will not see that.
I do think it is creating an object file, but, it will be someplace that might not be expected.
Edit: My info is years out of date; I have not used it in the last 3 years.

Tim S.

Pecan:
I think what @stahta01 is saying is:

Menu/Setting/compiler and in the top comboBox choose
the compiler with "(default)" appended.
See if that solves the problem.

It might as well do the link for you. It did for me.
Or maybe i should say, it created the executable.

dukester:
I tried to include a screen shot but it didn't work.
Anyway, I don't have an entry like you show with the arrow.
I just have GNU GCC Compiler with no default after it

nenin:

--- Quote from: dukester on January 30, 2024, 06:42:39 am ---I tried to include a screen shot but it didn't work.
Anyway, I don't have an entry like you show with the arrow.
I just have GNU GCC Compiler with no default after it

--- End quote ---
Here you can set it as default.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version