I managed to get the new tool chain for Iris working on Debian Etch. Here is the info if someone else is interested
Grab source rpms from http://www.isis.vanderbilt.edu/Projects/NEST/tinyos-2.x-iris/tools/release/external-tools/and build them with rpmbuild. For example, rpmbuild --rebuild avr-binutils-2.17-1.src.rpm Convert the generated rpms with alien alien --to-deb /usr/src/rpm/RPMS/i386/avr-binutils-2.17-1.rpm and install with dpkg dpkg -i avr-binutils_2.17-1.deb On Wed, May 14, 2008 at 6:15 PM, Sarfraz Nawaz <[EMAIL PROTECTED]> wrote: > Kevin, > > I tried the repository mentioned here > http://www.tinyos.net/scoop/story/2007/8/15/234856/990 but get the > following error which I guess boils down to the same issue that I mentioned > in my previous email. > > The following packages have unmet dependencies. > avr-binutils-tinyos: Depends: libc6 (>= 2.5-0ubuntu1) but > 2.3.6.ds1-13etch5 is to be installed > avr-gcc-tinyos: Depends: libc6 (>= 2.5-0ubuntu1) but 2.3.6.ds1-13etch5 is > to be installed > tinyos-tools: Depends: libc6 (>= 2.5-0ubuntu1) but 2.3.6.ds1-13etch5 is > to be installed > Depends: libgcc1 (>= 1:4.1.2) but 1:4.1.1-21 is to be > installed > > > Is there a Debian specific tinyos repository available somewhere? > > Regards > > > On Wed, May 14, 2008 at 5:19 PM, Kevin Klues <[EMAIL PROTECTED]> wrote: > >> The avr-gcc compilers now provided by the tinyos debian repository >> support the atmel processor running on the iris. You can try to >> simply update from there. >> >> Kevin >> >> On Wed, May 14, 2008 at 12:12 AM, Sarfraz Nawaz <[EMAIL PROTECTED]> >> wrote: >> > Hello everyone, >> > >> > I have been trying to add support of Iris motes to my current tinyos-2.x >> > setup on Debian Linux. I have downloaded the new tool chain from >> > >> http://www.isis.vanderbilt.edu/projects/NEST/tinyos-2.x-iris/doc/html/install-tinyos-iris.html >> > and converted to deb packages using alien. However, when >> > I try to run avr-gcc I get the following error message, >> > >> > avr-gcc: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by >> > avr-gcc) >> > Debian Linux 4.0 "etch" that I am running has glibc-2.3.6. I was >> wondering >> > if I can compile avr-gcc from source I can avoid to upgrade glibc. Are >> there >> > any instructions available to compile avr-gcc from source for tinyos? >> > >> > Regards >> > >> > _______________________________________________ >> > Tinyos-help mailing list >> > [email protected] >> > >> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >> > >> >> >> >> -- >> ~Kevin >> > >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
