-
Notifications
You must be signed in to change notification settings - Fork 1
MSP430 compiler issue #2
Description
Hi again!
I've come across another issue that seems to happen only when I run the examples in cooja. When I compile and run examples from the terminal, they seem to work OK, I'm getting the expected output. Within cooja, however, I'm getting the errors below. (MSP430 GCC is installed.) I suspected it is a reference to the compiler's location and tried to fix the issue by updating the compilerpath but with no success.
`
make nullnet-unicast.sky TARGET=sky
make: msp430-gcc: No such file or directory
make: msp430-gcc: No such file or directory
/bin/sh: 1: msp430-gcc: not found
/bin/sh: 1: msp430-gcc: not found
/bin/sh: 1: test: -lt: unexpected operator
MKDIR build/sky/obj
CC ../../os/contiki-main.c
make: msp430-gcc: No such file or directory
make: *** [../../Makefile.include:366: build/sky/obj/contiki-main.o] Error 127
Process returned error code 2
`
Any pointers would be much appreciated.
Thanks!