When I compile a custom app I get the following
errors:
RemoteMonitor2M.nc: In function
`writeFloatToEEPROM':
RemoteMonitor2M.nc:230: implicit
declaration of function `eeprom_write_block'
RemoteMonitor2M.nc:231: implicit
declaration of function `eeprom_is_ready'
which suggests it cannot find
/usr/local/avr/include/avr/eeprom.h
I have updated to avr-gcc-3.4.1 and
avr-libc-1.0.5, but am still getting the error.
I have
also tried explicitly including the file eeprom.h using #include
<avr/eeprom.h>, but this also fails.
Is there some way I
can fix this configuration problem?
Thanks
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
