Author Topic: codeblocks avr-gcc  (Read 8777 times)

philipat

  • Guest
codeblocks avr-gcc
« 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

Offline ekh

  • Single posting newcomer
  • *
  • Posts: 5
Re: codeblocks avr-gcc
« Reply #1 on: November 29, 2008, 02:01:22 am »
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.