tinyos / nesc

Master nesc repository
GNU General Public License v2.0
100 stars 53 forks source link

nesC internal error #56

Open Zempui opened 1 year ago

Zempui commented 1 year ago

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.