I'm having trouble compiling an application, without much feedback from the compilation step. What I get is shown below. The version numbers look decent. If I knew what was causing the problem, I could possible do a workaround; what is the suggested way to proceed in such cases?

Ted Herman

$ make telosb
mkdir -p build/telosb
   compiling TFlashC to a telosb binary
ncc -o build/telosb/main.exe -Os -O -mdisable-hwmul -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board= -Ibuild/telosb -DIDENT_PROGRAM_NAME=\"TFlashC\" -DIDENT_USER_ID=\"herman\" -DIDENT_HOSTNAME=\"touring\" -DIDENT_USER_HASH=0x133d7e76L -DIDENT_UNIX_TIME=0x47866ab5L -DIDENT_UID_HASH=0x0424ccb1L TFlashC.nc -lm
nesc1: nesc-semantics.c:145: language_name: Assertion `0' failed.
nesC: Internal error. Please send a bug report to the nesC bug mailing list
at [EMAIL PROTECTED]
make: *** [exe0] Error 1

$ ncc --version
ncc: 1.2.4
nescc: 1.2.8a
gcc: gcc (GCC) 4.1.2
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

Reply via email to