This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

interrupt writing in gcc!


Hi:
    I've used following writing method in other compiler for interrupt:
   
    void __interrupt ISR_XXX(void)
 
    But when used in gcc,an error occurs.
    I wanna how to write a interrupt handler in gcc.
 
   Thanks!
 
 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]