My money is that

1) /opt/msp430/bin is not in $PATH
    verify: echo $PATH

2) you do not have the execute permission
    verify: ls -l `which msp430-gcc`

3) (this is cygwin and a VC dll) dependency is missing
   verify: strace `which msp430-gcc`

(If you are on cygwin, make sure to check #3).
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to