Code::Blocks Forums
User forums => Help => Topic started by: drosophila on June 17, 2010, 04:56:43 am
-
Hello All;
I have installed the new CB 10.05. The problem I am facing is that the CB compile the program but not build it. I got a lot of "undefined reference for...".
I did test this new release using two machines: one with windows 7 64b and another one with XP PRO SP3 and I get the same resoult.
No major problems were detected with the last version of CB when using AVR GCC.
Regards
-
I have installed the new CB 10.05. The problem I am facing is that the CB compile the program but not build it. I got a lot of "undefined reference for...".
This is a compiler, not a C::B error. There is no way that the new version of C::B could cause this. The only possibility is that either you are mixing libraries or your project setup is incomplete, especially the libraries / order of libraries you are linking against.
-
Thanks a lot.
You are right. There is a issue with Winavr 20101001. I reverted to previos version and everything is running nice.
Regards