Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
codeblocks avr-gcc
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: codeblocks avr-gcc (Read 9714 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
Logged
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.
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
codeblocks avr-gcc