Code::Blocks Forums

User forums => Help => Topic started by: qingtianyu9 on August 26, 2010, 08:44:14 am

Title: gcc old version compatible problem in 10.05,how to set gcc to version 3.42?
Post by: qingtianyu9 on August 26, 2010, 08:44:14 am
My code write in gcc 3.42,There has some error when compiling with gcc 4.42 in codeblocks 10.05,there is any way to set gcc to 3.42 in codeblocks 10.05?

I installed dev-c++ 4.9.9.2 and codeblocks 10.05.

dev-c++ 4.9.9.2 (gcc 3.42) can compile with not error.
Title: Re: gcc old version compatible problem in 10.05,how to set gcc to version 3.42?
Post by: oBFusCATed on August 26, 2010, 11:20:03 am
The best thing is to fix your code :)

Read this: http://wiki.codeblocks.org/index.php?title=FAQ#Q:_What_Code::Blocks_is_not.3F
So you can use as many compilers as you like.
You have to installed them and setup C::B to use them.

Title: Re: gcc old version compatible problem in 10.05,how to set gcc to version 3.42?
Post by: qingtianyu9 on August 27, 2010, 06:00:17 am
Thanks very much!