[Tinyos-help] Errors in compiling NesC compiler.
Sumit Gupta
singhals.sumit at gmail.com
Tue Sep 5 20:51:59 PDT 2006
Hi,
I had following four errors while compiling nesc-1.2.7 package. When I gave
make command, I got following errors in the end. Can anyone help me in
removing them?
ava Xvariables.java Xwire.java Xwiring.java
Location.java: In class `net.tinyos.nesc.dump.xml.Location':
Location.java: In method `net.tinyos.nesc.dump.xml.Location.decode(
java.lang.String)':
Location.java:54: error: Can't find method `matches()' in type
`java.util.regex.Matcher'.
if (!m.matches())
^
Location.java:58: error: Can't find method `group(I)' in type
`java.util.regex.Matcher'.
String numS = m.group(1);
^
Location.java:59: error: Can't find method `group(I)' in type
`java.util.regex.Matcher'.
String instance = m.group(2);
^
Location.java:60: error: Can't find method `group(I)' in type
`java.util.regex.Matcher'.
String filename = m.group(3);
^
4 errors
make[7]: *** [CDefinition.class] Error 1
make[7]: Leaving directory `/home/sgupta/nesc-1.2.7a
/tools/java/net/tinyos/nesc/dump/xml'
make[6]: *** [all-recursive] Error 1
make[6]: Leaving directory `/home/sgupta/nesc-1.2.7a
/tools/java/net/tinyos/nesc/dump'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/sgupta/nesc-1.2.7a
/tools/java/net/tinyos/nesc'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/home/sgupta/nesc-1.2.7a/tools/java/net/tinyos'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/sgupta/nesc-1.2.7a/tools/java/net'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sgupta/nesc-1.2.7a/tools/java'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sgupta/nesc-1.2.7a/tools'
make: *** [all-recursive] Error 1
Regards,
Sumit
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060905/173b93c2/attachment.htm
More information about the Tinyos-help
mailing list