News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

trouble in building a program

Started by ykd, April 13, 2008, 01:36:53 PM

Previous topic - Next topic

ykd

Whenever I build a program, CB always gives a message like below, what's the matter?

[attachment deleted by admin]

mariocup

Hi,

the messages is issued since the path of the compiler is not found. Please set the correct path of your compiler in the Settings->Compiler and Debugger and choose tab:
Toolchain executables.

Bye,

Mario

ykd

Thank you very much! The problem has been perfectly solved!

MortenMacFly

Quote from: mariocup on April 13, 2008, 02:43:55 PM
the messages is issued since the path of the compiler is not found. Please set the correct path of your compiler in the Settings->Compiler and Debugger and choose tab: Toolchain executables.
Luckily recent revisions of C::B tell exactly this in the warning message. Seems it was a good thing to do... This question is raised round about 1 million times now. And searching the forums seems to be impossible for quite forum users. :?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ykd

Quote from: MortenMacFly on April 15, 2008, 08:45:39 PM
Luckily recent revisions of C::B tell exactly this in the warning message. Seems it was a good thing to do... This question is raised round about 1 million times now. And searching the forums seems to be impossible for quite forum users. :?

I hope C::B can set the build path automatically in the next version.I still have a question, that is when I close C::B, an annoying message will pop up issuing "Workspace 'Workspace' is modified. Do you want to save it?" even nothing was modified.

MortenMacFly

Quote from: ykd on April 16, 2008, 04:56:08 AM
I hope C::B can set the build path automatically in the next version.
Well... if you tell me how to do that we can implement it. That is impossible to know! The compiler setup has to be done by a user that really knows. There is no voodoo we can apply. Sorry.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ykd

Quote from: MortenMacFly on April 16, 2008, 08:30:05 AM
Well... if you tell me how to do that we can implement it. That is impossible to know! The compiler setup has to be done by a user that really knows. There is no voodoo we can apply. Sorry.
Sorry, I'm a freshman and just start to learn C. So it's impossible for me to have any idea.