Code::Blocks Forums

User forums => Help => Topic started by: ykd on April 13, 2008, 01:36:53 pm

Title: trouble in building a program
Post by: ykd on April 13, 2008, 01:36:53 pm
Whenever I build a program, CB always gives a message like below, what's the matter?

[attachment deleted by admin]
Title: Re: trouble in building a program
Post by: mariocup on April 13, 2008, 02:43:55 pm
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
Title: Re:Re: trouble in building a program
Post by: ykd on April 15, 2008, 11:50:44 am
Thank you very much! The problem has been perfectly solved!
Title: Re: trouble in building a program
Post by: MortenMacFly on April 15, 2008, 08:45:39 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. :?
Title: Re: trouble in building a program
Post by: ykd on April 16, 2008, 04:56:08 am
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.
Title: Re: trouble in building a program
Post by: MortenMacFly on April 16, 2008, 08:30:05 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.
Title: Re: trouble in building a program
Post by: ykd on April 16, 2008, 05:24:21 pm
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.