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

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

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


From: atmel
Subject: Re: [avr-gcc-list] avr-gcc
Date: Mon, 15 Nov 2004 08:33:09 +0100
User-agent: KMail/1.5.1

Thank's, I also studied the Makefile yesterday and found a quote of binutils. 
Also installing uisp (20040311) I found an error:
NULL is not defined in global.h and inserting the following lines the problem 
was solved.

#ifndef NULL
#define NULL 0
#endif

-tom

> Have you tried gcc-3.4.3?
>
> I just installed it from source on a Solaris system:
>
>   % /usr/local/avr/bin/avr-gcc -v
>   Reading specs from /usr/local/avr/lib/gcc/avr/3.4.3/specs
>   Configured with: ../configure --prefix=/usr/local/avr --disable-nls
> --enable-languages=c,c++ --target=avr Thread model: single
>   gcc version 3.4.3
>
> I followed the instructions at:
>
>   http://www.nongnu.org/avr-libc/user-manual/install_tools.html



reply via email to

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