tinyos / nesc

Master nesc repository
GNU General Public License v2.0
100 stars 53 forks source link

Internal nesC error on nescc-mig using 1.3.4 port #31

Closed phil-levis closed 10 years ago

phil-levis commented 10 years ago

nesC installed from 1.3.4 Mac port. $ cd tinyos-main $ git pull $ cd tools $ make .... nescc-mig -o SerialPacket.py -python-classname=SerialPacket python ../../../../tos/lib/serial/Serial.h serial_packet -I../../../../tos/lib/serial -I../../../../tos/types nesC: Internal error. Please send a bug report to the nesC bug mailing list at nescc-bugs@lists.sourceforge.net failed to parse message file ../../../../tos/lib/serial/Serial.h

cire831 commented 10 years ago

what does 1.3.5 do?

On Thu, Jul 24, 2014 at 7:33 PM, Philip Levis notifications@github.com wrote:

nesC installed from 1.3.4 Mac port. $ cd tinyos-main $ git pull $ cd tools $ make .... nescc-mig -o SerialPacket.py -python-classname=SerialPacket python ../../../../tos/lib/serial/Serial.h serial_packet -I../../../../tos/lib/serial -I../../../../tos/types nesC: Internal error. Please send a bug report to the nesC bug mailing list at nescc-bugs@lists.sourceforge.net failed to parse message file ../../../../tos/lib/serial/Serial.h

— Reply to this email directly or view it on GitHub https://github.com/tinyos/nesc/issues/31.

Eric B. Decker Senior (over 50 :-) Researcher

phil-levis commented 10 years ago

1.3.5 works fine.