[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] SIGNAL / INTERRUPT checking
From: |
Colin O'Flynn |
Subject: |
Re: [avr-libc-dev] SIGNAL / INTERRUPT checking |
Date: |
Thu, 26 Feb 2004 19:52:09 +0000 |
User-agent: |
KMail/1.5.3 |
Hi,
(Sorry Eric - my mail server is blacklisted by SPEWS thanks to some damn
spammer using funio.com's hosting).
Anyway AWK sounds perfect - just looked up some tutorials on it.
-Colin
On February 26, 2004 11:09 pm, E. Weddington wrote:
> On 26 Feb 2004 at 18:00, Colin O'Flynn wrote:
> > Hello,
> >
> > Would there be any interest in a program to check for legal SIGNAL /
> > INTERRUPT names?
> >
> > Since as I understand this is impossible to do (easily) from inside
> > avr-gcc, it would just be an external program that scans the input files
> > for SIGNAL()/INTERRUPT(), then checks what the SIG_ name is. Then it
> > compares it to SIG_ names found in the header file for the AVR. If there
> > is a mismatch, it generates an error.
> >
> > The program could be integrated into the makefile perhaps or something
> > and called before avr-gcc is called.
>
> I think this would be great! My only request is that it be cross-platform.
>
> I could easily see this being a simple awk (gawk) script. Which will work
> in WinAVR as it ships with gawk in it's \utils\bin directory.
- [avr-libc-dev] patch for iom162.h - signal name consistency, Artur Lipowski, 2004/02/17
- Re: [avr-libc-dev] patch for iom162.h - signal name consistency, Theodore A. Roth, 2004/02/26
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Joerg Wunsch, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, E. Weddington, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, E. Weddington, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Colin O'Flynn, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Colin O'Flynn, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, E. Weddington, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Colin O'Flynn, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, E. Weddington, 2004/02/27
- Re: [avr-libc-dev] SIGNAL / INTERRUPT checking, Colin O'Flynn, 2004/02/28