Maker Pro
Maker Pro

AVR,IAR-C -> GCC

S

Sabine Wolf

Jan 1, 1970
0
Hi,

I'm a beginner with mcus, I bought a AVR butterfly (a small mega169-board
with LCD,speaker and some sensors)a week ago, now I would like to modify the
sources of the example application on the butterfly. The sources are written
in IAR-C like all application notes in C from Atmel, is there a good
explanation on the net how I convert these programs to use them with GCC?

thanks,
Sabine
 
M

Michael Uray

Jan 1, 1970
0
Sabine Wolf said:
Hi,

I'm a beginner with mcus, I bought a AVR butterfly (a small mega169-board
with LCD,speaker and some sensors)a week ago, now I would like to modify the
sources of the example application on the butterfly. The sources are written
in IAR-C like all application notes in C from Atmel, is there a good
explanation on the net how I convert these programs to use them with
GCC?

Hi Sabine!

I recommend to look on this site:

http://www.mikrocontroller.net/

greets
 
A

Alex Gibson

Jan 1, 1970
0
Sabine Wolf said:
Hi,

I'm a beginner with mcus, I bought a AVR butterfly (a small mega169-board
with LCD,speaker and some sensors)a week ago, now I would like to modify the
sources of the example application on the butterfly. The sources are written
in IAR-C like all application notes in C from Atmel, is there a good
explanation on the net how I convert these programs to use them with GCC?

thanks,
Sabine

Couple of people have already ported them across and others are in the process of doing this.
Have a look on www.avrfreaks.com
 
S

Sabine Wolf

Jan 1, 1970
0
Couple of people have already ported them across and others are in the
process of doing this.
Hmm, I didn't find anything there, just an unanswered note from sep 30
asking for a gcc port.

Sabine
 
A

Alex Gibson

Jan 1, 1970
0
Sabine Wolf said:
Hmm, I didn't find anything there, just an unanswered note from sep 30
asking for a gcc port.

Sabine

The links to a couple a couple of ports are there
thats where I got them from.Maybe under projects , can't remember.

http://www.siwawi.arubi.uni-kl.de/avr_projects/ Is by Martin Thomas

there is also another by Joerg Wunsch
gcc port from Mexico or similar.

Alex
 
Top