Beginner in AVR, please HELP me!

Status
Not open for further replies.

electronicus

Full Member level 4
Joined
Aug 19, 2005
Messages
221
Helped
36
Reputation
72
Reaction score
19
Trophy points
1,298
Location
Romania
Activity points
2,427
avr macros.h

Hello.
Haw can I Compile this file: **broken link removed**
I have not the files:

#include <macros.h>
#include <stdlib.h>
#include <iom128v.h>
#include <STRING.H>


Thank you very much
 

macros.h avr

no hard

use IAR AVR (trail ver av.)
or GCC

but if u Beginner the free gcc some hrad for you .... :|
 
inavr.h download

I think Codevision for begin
 

avr compiler include macros.h

The microsyl programs are compiled with the ICC-AVR compiler.

**broken link removed**

You can download a 45 day trial here for free
**broken link removed**

/Bingo
 
macros.h iccavr

Hi Bingo.

Thank you for the link.
Nobody explain me what is the four files:

#include <macros.h>
#include <stdlib.h>
#include <iom128v.h>
#include <STRING.H>

Please help me!
Thank's
 

avr macros

Those are system include files (they come with the icc-avr compiler)

You might have to point the compiler to the include dir there these files are installed (they are in the icc-avr dir , as a subdir)

I think imagecraft might have skipped the v in some of the files , so maybe the iom128v.h should be iom128.h

STRING.H should be string.h

They should all be in <> , as they allready are. Those <> indicates that the compiler should look for them in tha "Compiler include" dir , not the local project dir.

/Bingo
 
include/macros.h avr

Hello Binbo.

Thank you for explications.
I download ICC-AVR, and test.

A good day!
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…