You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2026. It is now read-only.
I'm currently experiencing some issues while compiling the example project "BlinkToRadio".
When executing make telosb while located at ~/tinyos-main/apps/tutorials/BlinkToRadio I get the following output:
mkdir -p build/telosb
compiling BlinkToRadioAppC to a telosb binary
ncc -o build/telosb/main.exe -Os -fnesc-separator=__ -Wall -Wshadow -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"BlinkToRadioApp\" -DIDENT_USERNAME=\"<My username>\" -DIDENT_HOSTNAME=\"<My username>\" -DIDENT_USERHASH=0x1981e115L -DIDENT_TIMESTAMP=0x6422c2e2L -DIDENT_UIDHASH=0x572b4954L BlinkToRadioAppC.nc -lm
nesC: Internal error.
Please submit an issue to the GitHub repository at https://github.com/tinyos/nesc
make: *** [/home/<My username>/tinyos-main/support/make/msp/msp.rules:108: exe0] Error 1
I'm using the latest version of Linux Mint and have followed the installation steps as indicated in the wiki.
I'm currently experiencing some issues while compiling the example project "BlinkToRadio".
When executing
make telosbwhile located at~/tinyos-main/apps/tutorials/BlinkToRadioI get the following output:I'm using the latest version of Linux Mint and have followed the installation steps as indicated in the wiki.