[Tinyos-help] plzzz help building tool chain in mat`e

shermeen adnan shermeenz at gmail.com
Fri Jun 5 02:19:01 PDT 2009


respected Sir
i have posted my question regarding mat`e on forum but got no reply.

i am using tinyos 2.1 on windows XP and have installed
mate-asvm-2.2.2Apr2005-1.noarch.rpm

accordign to first step of lesson 1 i tried to build tool chain. i
have included cup,JLex,plot.jar  in CLASSPATH. and in
opt/tinyos-1.x/tools/java/net/tinyos/script
when i run make i get error

100 errors
make: *** [Yylex.class] Error 1

i separately tried to compile Yylex.java but got the same error. here is the
output of javac Yylex.java

Yylex.java:918: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.error, new TokenValue(yytext(), yyline, yychar,
sourceFi
lename));
                    ^
Yylex.java:924: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:930: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:936: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:942: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:948: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:954: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:960: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:966: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:972: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:978: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:984: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:990: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:996: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1002: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1008: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1014: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1020: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1026: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1032: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1038: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1044: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1050: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1056: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1062: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1068: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1074: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1080: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1086: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1092: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1098: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1104: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1110: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1116: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1122: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1128: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1134: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1140: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1146: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1152: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1158: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1164: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1170: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1176: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1182: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1188: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1194: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1200: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
Yylex.java:1206: cannot find symbol
symbol  : variable sym
location: class net.tinyos.script.Yylex
  return new Symbol(sym.NAME, new TokenValue(yytext(), yyline, yychar,
sourceFil
ename));
                    ^
100 errors
i have checked in script folder Yylex exist there.
any solution to this problem????????

regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20090605/f9b33a5a/attachment-0001.htm 


More information about the Tinyos-help mailing list