I installed the latest windows RPM for msp430-gcc to gain support for the
msp430f2618 processor, but am having trouble getting it to compile. I am using
Tinyos and have tried compiling in tinyos-1.x and the latest installation
instructions for tinyos-2.x. The RPM for msp430-gcc from 2006 works fine but
nothing with this processor support works. I keep getting an error
“/usr/lib/ncc/tdspecs: No such file or directory” even though the file
obviously exists. Is anyone else using msp430-gcc to compile for the
msp430f26xx processors on tinyos? If so, how did you get it to work? The
error can be seen below.
Thanks,
Hugh
$ make telosb
mkdir -p build/telosb
compiling BlinkAppC to a telosb binary ncc -o build/telosb/main.exe -Os -O
-mdisable-hwmul -Wall -Wshadow -Wnesc-all -target=telosb -fnesc
-cfile=build/telosb/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22
-DIDENT_APPNAME=\"BlinkAppC\" -DIDENT_ USERNAME=\"hhartwig\"
-DIDENT_HOSTNAME=\"hughlaptop\" -DIDENT_USERHASH=0x596632f5L -DIDENT_TIMESTAMP
=0x48f75b83L -DIDENT_UIDHASH=0x4eafa329L BlinkAppC.nc -lm
msp430-gcc.exe: /usr/lib/ncc/tdspecs: No such file or directory
make: *** [exe0] Error 1