Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-18 Thread soahil shuaib
:44 PM Subject: Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version? Hello, Sohail. 2011/8/17 soahil shuaib : > Dear Andris, > Thank you for the detailed information. > At the university lab i have the karnic distribution of ubuntu. The new packages will only work

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-17 Thread Bíró András
Hello, Sohail. 2011/8/17 soahil shuaib : > Dear Andris, > Thank you for the detailed information. > At the university lab i have the karnic distribution of ubuntu. The new packages will only work on lucid (10.04) and newer (the older distros are unsopported by canonical too). For older distros (l

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-17 Thread soahil shuaib
Dear Andris, Thank you for the detailed information. At the university lab i have the karnic distribution of ubuntu. Using the above mentioned distro I added the stanford repository in my software sources. Then using Synaptic package manager i choose the stanford repository as my origin and re

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-16 Thread Bíró András
elpful. Thank you for sharing the >> information. >> >> >> Regards, >> Sohail >> >> >> >> >> ____ >> From: Bíró András >> To: soahil shuaib >> Cc: "tinyos-help@millennium.berkeley.edu" >> >>

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-16 Thread Bíró András
ly helpful. Thank you for sharing the > information. > > > Regards, > Sohail > > > > > > From: Bíró András > To: soahil shuaib > Cc: "tinyos-help@millennium.berkeley.edu" > > Sent: Tuesday, August 16, 2011 3:3

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-16 Thread soahil shuaib
shuaib Cc: "tinyos-help@millennium.berkeley.edu" Sent: Tuesday, August 16, 2011 3:34 PM Subject: Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version? Hello! Use this repository: http://tinyos.stanford.edu/tinyos/dists/ubuntu/ It has a patched toolchain with rf

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-16 Thread Bíró András
Hello, First of all, your original problem: You need to remove the tinyos avr toolchain to install an other one (avr-binutils-tinyos, etc). Sorry, I should have write this in my previous mail. 2011/8/16 Martin Cerveny : > Hello. > > On Tue, 16 Aug 2011, Bíró András wrote: >> >> Upgrading gcc may

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-16 Thread Martin Cerveny
Hello. On Tue, 16 Aug 2011, Bíró András wrote: Upgrading gcc may cause problems (better optimisation reveals unfixed bugs in tinyos). Is there any document/links (i do not see any issue in http://code.google.com/p/tinyos-main/issues/list) where the problems are described ? I need newer avr

Re: [Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-16 Thread Bíró András
Hello! Use this repository: http://tinyos.stanford.edu/tinyos/dists/ubuntu/ It has a patched toolchain with rfa1 support. Upgrading gcc may cause problems (better optimisation reveals unfixed bugs in tinyos), but it's needless for rfa1 support. Binutils and gcc only have to know that rfa1 uses avr

[Tinyos-help] How to upgrade avr-gcc in tinyos to a newer version?

2011-08-16 Thread soahil shuaib
Hello everyone! The avr-gcc version that comes with TinyOS is 4.1.2. I am working on atmega128rfa1 and it is not supported by this version. The least version that supports it is 4.3.2. Now i tried to install gcc-avr (version  4.3.3-1 as it appears) using Synaptic package manager in Ubuntu and