I fixed this error: ./Bootstrap failed because recent versions of aclocal don't accept the --warnings parameter. I checked in a fix, so the tools should build now. (I removed the --warnings parameter from toos/Bootstrap and from tools/platforms/mica/uisp/bootstrap.)
As Kevin writes, you don't need to build the tools if you use the tinyos debian repository. Janos From: Shu Chen [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 3:15 PM To: Janos Sallai Cc: [email protected] Subject: Re: [Tinyos-help] Deluge on Iris mote Hi Janos, Thank you for your reply! I tried to use cvs source, and got it from tinyos.cvs.sourceforge.net:/cvsroot/tinyos. The problem is that the tool chan can not be correctly updated by using Bootstrap. Here is the report: [EMAIL PROTECTED]:/opt$ cd $TOSDIR/../tools;./Bootstrap;./configure --prefix=/usr;make; make install + aclocal --warnings=none aclocal: unrecognized option -- `--warnings=none' Try `aclocal --help' for more information. + set -x + cd platforms/mica/uisp + ./bootstrap aclocal: unrecognized option -- `--warnings=none' Try `aclocal --help' for more information. autoheader: error: AC_CONFIG_HEADERS not found in configure.in configure.in:27: error: possibly undefined macro: AM_CONFIG_HEADER If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.in:28: error: possibly undefined macro: AM_INIT_AUTOMAKE configure.in:70: error: possibly undefined macro: AM_CONDITIONAL configure.in: no proper invocation of AM_INIT_AUTOMAKE was found. configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE, configure.in: that aclocal.m4 is present in the top-level directory, configure.in: and that aclocal.m4 was recently regenerated (using aclocal). configure.in: installing `config/install-sh' configure.in: installing `config/missing' kernel/win32/Makefile.am: installing `config/depcomp' /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /usr/share/automake-1.9/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL Makefile.am:42: CYGWIN does not appear in AM_CONDITIONAL configure.in:29: installing `config/config.guess' configure.in:29: installing `config/config.sub' + rm -f config.cache src/config.cache bash: ./configure: No such file or directory make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. I am using xubuntu on VMware. Did I miss something? Thanks a lot! Shu On Thu, Jul 3, 2008 at 12:20 PM, Janos Sallai <[EMAIL PROTECTED]> wrote: Shu, Deluge on the iris was tested with the CVS head from sourceforge, so please use those sources instead. Once you have the soruces, please update tinyos tools by typing "cd $TOSDIR/../tools; ./Bootstrap; ./configure --prefix=/usr; make; make install". (Alternatively, you may want to update tinyos-tools from the tinyos debian repository.) If the errors still persist, please give a detailed report including compiler output, output of tos-deluge, etc. Janos From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shu Chen Sent: Thursday, July 03, 2008 11:47 AM To: [email protected] Subject: [Tinyos-help] Deluge on Iris mote Hi all, I am trying to do some tests on deluge with iris motes. I updated my whole tinyos-2.x tree from deluge/tinyos-2.x.git, and I also updated my avr-binutils, gcc, libc and avrdude. I followed the guide of Deluge T2 manual. But it still has some problems: 1. I can not compile GoldenImage and BlinktoSerial. (I can compile Blink) 2. Options like -p only works after I ran ./burn. Otherwise I can not access interface through serial port. 3. ./burn-net can not run, it always give a message {"" is not a supported platform}. 4. Even I uploaded every motes by ./burn, I still can not use -dr or -d to disseminate and reprogram the whole network. Can anyone help me with that? Thank you in advance! Best! Shu
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
