On Feb 28, 2006, at 8:35 AM, Dan Steingart wrote:

While trying to compile a telos b binary I get this error:

mkdir -p build/telos
    compiling Blink to a telos binary
ncc -o build/telos/main.exe -O -mdisable-hwmul -I/Users/dan/ tinyos-1.x/tos/lib/CC2420Radio -I/Users/dan/tinyos-1.x/tos/lib/ Flash -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all - target=telos -fnesc-cfile=build/telos/app.c -board= -I%T/lib/Deluge -Wl,--section-start=.text=0x1a00,--defsym=_reset_vector__=0x1100 - DIDENT_PROGRAM_NAME=\"Blink\" -DIDENT_USER_ID=\"dan\" - DIDENT_HOSTNAME=\"DanielSteingart\" -DIDENT_USER_HASH=0x5ac259baL - DIDENT_UNIX_TIME=0x44047b48L -DIDENT_UID_HASH=0x6f267828L Blink.nc -lm
make: *** [exe0] Error 1

Anyone have any hints on where to start debugging?

Thanks in advance,


Pass -v to ncc. E.g.,

CFLAGS = -v

in the Makefile before the include.

Phil

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

Reply via email to