Dear all,
after following the instructions at
http://sr.deri.ie/wiki/index.php/TinyOS#TinyOS_Installation to install
Tinyos on my Ubuntu, everything seems to work, but when I try to make
telosb I got the following error

/opt/tinyos-2.x/apps/Blink$ make telosb
mkdir -p build/telosb
    compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow
-DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb
-fnesc-cfile=build/telosb/app.c -board= -DIDENT_PROGRAM_NAME=\"BlinkAppC\"
-DIDENT_USER_ID=\"root\" -DIDENT_HOSTNAME=\"marco-ubuntu\"
-DIDENT_USER_HASH=0x6c91029cL -DIDENT_UNIX_TIME=0x483eb321L
-DIDENT_UID_HASH=0x2c0fd0c4L  BlinkAppC.nc -lm
Couldn't execute msp430-gcc
make: *** [exe0] Error 2

The outputs of the following commands are:

$ which msp430-gcc
/opt/msp430/bin/msp430-gcc

$ msp430-gcc --version
msp430-gcc (GCC) 3.2.3

$ echo $PATH
/opt/msp430/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:
/sbin:/bin:/usr/games:/home/marco/ns-allinone-2.31/bin:/home/marco
/ns-allinone-2.31/tcl8.4.14/unix:/home/marco/ns-allinone-2.31
/tk8.4.14/unix:/home/marco/ns-allinone-2.31/ns-2.31/
:/home/marco/ns-allinone-2.31/nam-1.13/

Since I get stuck, anyone knows how to get around this problem?

Thanks in advance.

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

Reply via email to