Author Topic: AVR GCC issue  (Read 3056 times)

Offline drosophila

  • Single posting newcomer
  • *
  • Posts: 2
AVR GCC issue
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: AVR GCC issue
« Reply #1 on: June 17, 2010, 01:23:57 pm »
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline drosophila

  • Single posting newcomer
  • *
  • Posts: 2
Re: AVR GCC issue
« Reply #2 on: June 18, 2010, 05:25:11 am »
Thanks a lot.
You are right. There is a issue with Winavr 20101001. I reverted to previos version and everything is running nice.
Regards