I am trying to compile code for the MSP430F2617 processor, and have
downloaded and installed mspgcc-3.2.3 as several posts have instructed to
do.  I started with an existing installation of tinyos-1.x distributed along
with the Tmote Sky, and after installing mspgcc, copied msp430-gcc.exe to
/opt/msp430/bin directory.  When I build, even something simple like blink,
I get the error "msp430-gcc.exe: /usr/lib/ncc/tdspecs: No such file or
directory" even though it does exist.  I have even reverted back to my
original compiler and do not get this error.   Does anyone know why this is
happening and how to correct it?

 

Thanks,

Hugh

 

mkdir -p build/telosb

    compiling Blink to a telosb binary

ncc -o build/telosb/main.exe -O
-specs==/cygdive/c/cygwin/opt/msp430/lib/gcc-lib/msp430/3.2.3/specs

-fnesc-separator=__ -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all
-target=telosb -fnesc-cfile=bu

ild/telosb/app.c -board= -I%T/lib/Deluge
-Wl,--section-start=.text=0x4800,--defsym=_reset_vector__=0

x4000 -DIDENT_PROGRAM_NAME=\"Blink\" -DIDENT_USER_ID=\"hhartwig\"
-DIDENT_HOSTNAME=\"hughlaptop\" -D

IDENT_USER_HASH=0x596632f5L -DIDENT_UNIX_TIME=0x48ed0eedL
-DIDENT_UID_HASH=0x6debc345L -mdisable-hwm

ul -I/opt/tinyos-1.x/tos/lib/CC2420Radio Blink.nc -lm

msp430-gcc.exe: /usr/lib/ncc/tdspecs: No such file or directory

 

make: *** [exe0] Error 1

 

 

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

Reply via email to