avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] how to upgrade from gcc-core 3.4.2 to gcc-core 4.1.0


From: Hugo Villeneuve
Subject: Re: [avr-gcc-list] how to upgrade from gcc-core 3.4.2 to gcc-core 4.1.0 in already built toolchain
Date: Tue, 02 May 2006 09:47:58 -0400

On Tue, 25 Apr 2006 11:13:01 +0100 (BST)
tej pratap <address@hidden> wrote:

> hi friends,
> 
>         Need your help . The GNU toolchain which I
> installed for the AVR controllers is using the
> "gcc-core 3.4.2" . now , i want to upgrade to the
> "gcc-core 4.1.0 " in my toolchain . how to upgrade it
> ? i have to install only the "gcc-core 4.1.0 " and
> remove "gcc-core 3.4.2" afterwards or I have to follow
> all the steps from starting for the toolchain?
> 
> Thanks in advance ,
> 
> tej

Hi,
  I'm not an expert, but I would recommend re-installing binutils, gcc and then 
avrlibc. Personnally, what I do is that I specify a different prefix for each 
installation that I do. For exemple, "/usr/avr-gcc-3.4.2" for my gcc-3.4.2 
installation and "/usr/avr-gcc-4.1.0" for my gcc-4.1.0 installation. Then, I 
create a symbolic link "/usr/avr --> /usr/avr-gcc-4.1.0". This way, I can go 
back to previous compiler versions in case I need to.

  Hope this help. Hugo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]