News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

codeblocks avr-gcc

Started by philipat, November 23, 2008, 08:17:24 PM

Previous topic - Next topic

philipat

Hi,

can somebody tell me how to setup codeblocks to create coff files which I can use with Vmlab?

Thanks,

philipat

ekh

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.