simulavr-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Simulavr-devel] compile problem


From: John Regehr
Subject: [Simulavr-devel] compile problem
Date: Mon Jul 29 23:50:04 2002

Since I'm interested in extending simulavr a bit, I wanted to compile
from the latest CVS and I'm running into a problem.  I haven't really
tried to debug it yet since it's probably something obvious...

On a pretty much standard Redhat 7.3 box with gcc 3.1.1 and avr-gcc
3.0.2 I get the error below.

Any help is appreciated.  Thanks,

John Regehr


avr-gcc  -I. -I. -I../src -I.     -g -Wall -mmcu=at90s8515 -c `test -f
demo.c || echo './'`demo.c
In file included from /opt/avrgcc/avr/include/ina90.h:100,
                 from /opt/avrgcc/avr/include/pgmspace.h:57,
                 from /opt/avrgcc/avr/include/progmem.h:1,
                 from demo.c:8:
../src/eeprom.h:63: parse error before "VDevice"
../src/eeprom.h:65: parse error before "eecr"
../src/eeprom.h:66: parse error before "eecr_mask"
../src/eeprom.h:67: parse error before "eedr"
../src/eeprom.h:68: parse error before "eearl"
../src/eeprom.h:69: parse error before "eearh"
../src/eeprom.h:71: parse error before '*' token
../src/eeprom.h:74: parse error before '*' token
../src/eeprom.h:76: parse error before '}' token
../src/eeprom.h:78: parse error before "byte"
../src/eeprom.h:79: parse error before "byte"
../src/eeprom.h:84: parse error before "FILE"
gmake[1]: *** [demo.o] Error 1
gmake[1]: Leaving directory `/home/regehr/simulavr/test_c'
gmake: *** [all-recursive] Error 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]