Hello all how are you? I am very new to Tiny Os, I hope you all can help me. I am trying to compile Blink for Tossim Using the Make pc command, but it doesn’t seem to work.

 

I can apparently Make blink.nc for all other platforms like mica, micaz and etc but not for Tossim.

The error is shown below.

 

$ make pc

    compiling Blink to a pc binary

ncc -o build/pc/main.exe -g -O0 -board=micasb -pthread -target=pc  -Wall -Wshado w -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -fnesc-nido-tosnodes=1000 -fnesc-cfile=buil d/pc/app.c  Blink.nc -lm

C:\cygwin\opt\tinyos-1.x\tos\system\tos.h:57: redefinition of `uint8_t'

/usr/include/stdint.h:24: previous declaration of `uint8_t'

C:\cygwin\opt\tinyos-1.x\tos\system\tos.h:62: redefinition of `uint16_t'

/usr/include/stdint.h:25: previous declaration of `uint16_t'

make: *** [build/pc/main.exe] Error 1

 

[EMAIL PROTECTED] /opt/tinyos-1.x/apps/blink

 

Regards Nadeem

Thanks

 

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

Reply via email to