Code::Blocks Forums
User forums => Help => Topic started by: philipat on November 23, 2008, 08:17:24 pm
-
Hi,
can somebody tell me how to setup codeblocks to create coff files which I can use with Vmlab?
Thanks,
philipat
-
Generate a new AVR project in C::B using the wizard.
Then look at the settings under Project->Build options...
Compare the compiler settings and linker settings to an ordinary makefile, and you are on your way on how to use ordinary settings from a makefile and put them into C::B.
You can download ver. 1.1 of this HOWTO as a starting point.
http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=64023&highlight=
avrfreaks.net is also a good place for searching help.