Vote for us at SF.net
Biplab May 26th, 2008
Last year we went to the finals of SourceForge.net Community Choice Awards 2007. But we could not win it.
This year we have another chance. The nomination for the SourceForge.net Community Choice Awards 2008 are now open. If you love Code::Blocks, please nominate us by clicking the following link.
You can nominate us under Best Project, Best Project for the Enterprise or Best Tool or Utility for Developers category. Please note that you can nominate us in multiple categories. Also you would need a SourceForge.net account to nominate us.
Thanks for your support.
Hello Biplab,
I use WinAvr and comfortable with Programmer’s Note Pad. However I find Code::Blocks more appealing so tried to compile a small ‘C’ program in CB, but I am getting many errors. Is there any document available on how to configure CB for WinAvr? I searched but failed hence this request. Thank you.
Partha
Hello Partha,
Code::Blocks officially supports WinAVR family of compilers. Please make sure that you are using GNU AVR GCC Compiler while compiling your project.
Also make sure that the compiler flags, linker flags that you are using are correct. If you use our AVR Project wizard, a minimal working project will be created for you with all the correct settings.
As you didn’t post any error logs, it’s quite difficult for me to predict why it fails. But I guess if you follow what I wrote above will help you get rid of errors.
Best Regards,
Biplab