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

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

Re: [avr-gcc-list] Compilation fails because of SIGNAL redefinition


From: Joerg Wunsch
Subject: Re: [avr-gcc-list] Compilation fails because of SIGNAL redefinition
Date: Fri, 25 Nov 2005 07:22:31 +0100 (MET)

address@hidden wrote:

> You're probably just forgetting to include interrupt.h.
> 
> Add to the beggining of your program:
> 
> #include <avr/interrupt.h>

As well as <avr/signal.h> (no longer needed in avr-libc 1.4).
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)





reply via email to

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