I need urgent help!!! I am a student working on wireless sensor network for thesis. Time is running out and we still can't fix this small bug. I am trying to implement a GUI interface using TinyDB to demonstreate WSN in an easy-to-management way. We have chosen to use TinyDB but have run into many problems installing it.
I upgraded my TinyOS to 1.1.7 and TinyDB to 1.1.3 because they are known to be compatible. I had trouble compiling TinyDB 1.1.3 with Tiny 1.1.1 and that's the reason I upgraded them.
Now, I can't program the motes using tinyDB. It says that there's no make rule for mica or mica2 (the motes I am using). I saw that the makefile in TinyDB directory has no reference to makerule, so I manually put one into folder and make a pointer to it in MakeFile. However now it says
$ make mica2 install.0
mkdir -p build/mica2
compiling&n! bsp; to a mica2 binary
ncc -o build/mica2/main.exe -Os -finline-limit=100000 -Wall -Wshadow -DDEF_TOS_A
M_GROUP=0x7d -Wnesc-all -target=mica2 -fnesc-cfile=build/mica2/app.c -board=mica
sb -DIDENT_USER_HASH=0x961336c2L -DIDENT_UNIX_TIME=0x440b74c2L .nc -lm
avr-gcc: .nc: No such file or directory
make: *** [exe0] Error 1
mkdir -p build/mica2
compiling&n! bsp; to a mica2 binary
ncc -o build/mica2/main.exe -Os -finline-limit=100000 -Wall -Wshadow -DDEF_TOS_A
M_GROUP=0x7d -Wnesc-all -target=mica2 -fnesc-cfile=build/mica2/app.c -board=mica
sb -DIDENT_USER_HASH=0x961336c2L -DIDENT_UNIX_TIME=0x440b74c2L .nc -lm
avr-gcc: .nc: No such file or directory
make: *** [exe0] Error 1
I updated my avr-gcc to 3.3 but the problem persists.
Any help is very, very much appreciated.
Yahoo! Mail
Bring photos to life! New PhotoMail makes sharing a breeze.
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
