Hi,

I have telosB mote and i am trying to interface ADXL345 sensor to this mote.

When i try compiling it, I am getting some error which i am 
not able to sort it out. Can anyone please help me out.

I have tinyOS 2.1.1 installed and using Linux. 
I have attached the errors that i am getting 

==============================

 make telosb
mkdir -p build/telosb
    compiling TestADXL345AppC to a telosb binary
ncc -o build/telosb/main.exe  -Os -O -mdisable-hwmul -fnesc-separator=__ -Wall 
-Wshadow -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= 
-DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"TestADXL345AppC\" 
-DIDENT_USERNAME=\"root\" -DIDENT_HOSTNAME=\"ANG2\" 
-DIDENT_USERHASH=0x5dd57512L -DIDENT_TIMESTAMP=0x4dd0fbb5L 
-DIDENT_UIDHASH=0x3ad13a15L  TestADXL345AppC.nc -lm 
HplADXL345C.nc:1:17: error: Adc.h: No such file or directory
HplADXL345C.nc:2:24: error: M16c62pAdc.h: No such file or directory
In file included from ADXL345C.nc:20,
                 from TestADXL345AppC.nc:14:
In component `HplADXL345C':
HplADXL345C.nc:18: component HplM16c62pGeneralIOC not found
HplADXL345C.nc:19: component HplM16c62pInterruptC not found
HplADXL345C.nc:20: component M16c62pInterruptC not found
HplADXL345C.nc:20: component `M16c62pInterruptC' is not generic
HplADXL345C.nc:21: component `M16c62pInterruptC' is not generic
HplADXL345C.nc:22: syntax error before `0x20'
HplADXL345C.nc:31: syntax error before `0x20'
HplADXL345C.nc:32: syntax error before `0x20'
HplADXL345C.nc:33: syntax error before `0x20'
HplADXL345C.nc:24: cannot find `Int1'
HplADXL345C.nc:25: cannot find `Int3'
HplADXL345C.nc:26: no match
HplADXL345C.nc:27: no match
HplADXL345C.nc:28: cannot find `PortP82'
HplADXL345C.nc:29: cannot find `PortP15'
make: *** [exe0] Error 1
======================================
Thanks in Advance..

Reema
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to