Re: [Tinyos-help] avr-gcc for Iris motes

2008-05-15 Thread Paul Stickney
If it's just the glibc dep., can upgrade it (glibc)? (You know you want Lenny ;) If not, can you install (force) from RPMs (or with DEBs) and "have it work"? (This isn't a particularly good option.) On Wed, May 14, 2008 at 1:15 AM, Sarfraz Nawaz <[EMAIL PROTECTED]> wrote: > Kevin, > > I tried the

Re: [Tinyos-help] avr-gcc for Iris motes - SOLVED

2008-05-14 Thread Sarfraz Nawaz
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-bin

Re: [Tinyos-help] avr-gcc for Iris motes

2008-05-14 Thread Sarfraz Nawaz
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 (

Re: [Tinyos-help] avr-gcc for Iris motes

2008-05-14 Thread Kevin Klues
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

[Tinyos-help] avr-gcc for Iris motes

2008-05-14 Thread Sarfraz Nawaz
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.htmland converted to deb packages using alien. However