I tried to copy tools/src/uisp from another machine and recompile -- it shows similar error either
/opt/tinyos-1.x/tools/src/uisp/src>make
c++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -Werror -g -O2 -c Serial.C
Serial.C: In member function `void TSerial::OpenPort()':
Serial.C:243: warning: right-hand operand of comma has no effect
Serial.C:244: warning: right-hand operand of comma has no effect
make: *** [Serial.o] Error 1
c++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -Werror -g -O2 -c Serial.C
Serial.C: In member function `void TSerial::OpenPort()':
Serial.C:243: warning: right-hand operand of comma has no effect
Serial.C:244: warning: right-hand operand of comma has no effect
make: *** [Serial.o] Error 1
On 10/30/06, Adam <[EMAIL PROTECTED]> wrote:
Michael,uisp can not install in my machine successfully due to unknown reasons ...=================make all-am
make[1]: Entering directory `/opt/tinyos-1.x/tools/src/uisp-20050207/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -Werror -g -O2 -MT Serial.o -MD -MP
-MF ".deps/Serial.Tpo" \
-c -o Serial.o `test -f 'Serial.C' || echo './'`Serial.C; \
then mv -f ".deps/Serial.Tpo" ".deps/Serial.Po"; \
else rm -f ".deps/Serial.Tpo"; exit 1; \
fi
Serial.C: In constructor `TSerial::TSerial()':
Serial.C:158: warning: right-hand operand of comma has no effect
Serial.C:159: warning: right-hand operand of comma has no effect
make[1]: *** [Serial.o] Error 1
make[1]: Leaving directory `/opt/tinyos-1.x/tools/src/uisp-20050207/src'
make: *** [all] Error 2
On 10/30/06, Michael Schippling <[EMAIL PROTECTED] > wrote:This is in the --help of my version:
vincent:data [175] uisp --help
uisp version 20030820tinyos
(C) 1997-1999 Uros Platise, 2000-2003 Marek Michalkiewicz
(c) 2003 Philip Buonadonna, Intel Corporation
(c) 2003 , Crossbow Technology
....
Report bugs to: Maintainers < [email protected]>
Updates: http://savannah.nongnu.org/projects/uisp
But I don't remember where I got it from...I would have guessed
tinyos-tools or nescc rpms. You could rummage through the xbow
site and see if they have a link for it.
MS
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
