[avr-gcc-list] avr-gcc compilation problem

2007-07-23 Thread Javier Almansa Sobrino
Hello everybody. I'm trying to compile avr-gcc. I'm using subversion, revision number 126800 (2007-07-20 11:43:52) and the configure script has the following parameters: ./configure --target=avr --program-prefix=avr- --enable-languages=c --disable-libssp but when I compile, I obtain the followin

Re: [avr-gcc-list] avr-gcc compilation problem

2007-07-23 Thread Gerard Marull Paretas
Hello Javier. I think this link can help you: http://gcc.gnu.org/ml/gcc-bugs/2007-06/msg00234.html It seems to have the same problem, gcc/libgcc.mvars is not found and he solves that canging a line of a file. Take a look to it and try if it's what you're looking for. Gerard. -- ---

Re: [avr-gcc-list] avr-gcc compilation problem

2007-07-23 Thread Javier Almansa Sobrino
On Mon, 23 Jul 2007 14:47:04 +0200 "Gerard Marull Paretas" <[EMAIL PROTECTED]> wrote: > Hello Javier. > > I think this link can help you: > > http://gcc.gnu.org/ml/gcc-bugs/2007-06/msg00234.html > > It seems to have the same problem, gcc/libgcc.mvars is not found and he > solves that canging a

RE: [avr-gcc-list] avr-gcc compilation problem

2007-07-23 Thread Eric Weddington
> -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > org] On Behalf Of Javier Almansa Sobrino > Sent: Monday, July 23, 2007 8:09 AM > To: avr-gcc-list@nongnu.org > Subject: Re: [avr-gcc-list] avr-gcc compilation problem > > On Mon, 23 Jul 2007 14:47:04 +0200 > "G

[avr-gcc-list] Add 'OS_main' and 'OS_task' attributes in avr-gcc 4.2.1

2007-07-23 Thread Anatoly Sokolov
Hi. This patch add "OS_main" and 'OS_task' attributes in GCC 4.2.1. Function with "OS_main" and 'OS_task' attributes do not save any "call-saved" registers. 1. "OS_main" attribute used when there IS guarantee that interrupts are disabled at that time when function is called. For example "main"

Re: [avr-gcc-list] Add 'OS_main' and 'OS_task' attributes in avr-gcc 4.2.1

2007-07-23 Thread Dmitry K.
On Tuesday 24 July 2007 06:48, Anatoly Sokolov wrote: > Hi. > > This patch add "OS_main" and 'OS_task' attributes in GCC 4.2.1. [...] > begin 666 gcc-4.2.1-os_main_os_task.txt > [EMAIL PROTECTED](&=C8R]C;VYF:6 L(" @(# L(# L(&9A;'-E+"[EMAIL PROTECTED] ` > end Possible, my mail program is too old. H

Re: [avr-gcc-list] Add 'OS_main' and 'OS_task' attributes in avr-gcc 4.2.1

2007-07-23 Thread Erik Christiansen
On Tue, Jul 24, 2007 at 02:21:10PM +1100, Dmitry K. wrote: > [...] > > begin 666 gcc-4.2.1-os_main_os_task.txt > > [EMAIL PROTECTED](&=C8R]C;VYF:6 [...] > Possible, my mail program is too old. > How to decode this patch? Dmitry, Too new maybe. ;-) That looks rather like a uuencoded file. Try us

Re: [avr-gcc-list] Add 'OS_main' and 'OS_task' attributes in avr-gcc 4.2.1

2007-07-23 Thread Dmitry K.
Erik, thanks! 'uudecode' is work. Dmitry. ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list