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]
Other format: [Raw text]

question about interrupt attribute


I am using arm-elf-gcc to compile sample code,
and got following message.
warning: 'interrupt' attribute directive ignored.

in code,
void MyIRQHandler(void) __attribute__ ((interrupt("IRQ")));

Why there is a warning message,
I built arm-elf-gcc from gcc-2.95.3 and newlib-1.9.0 according to the
billgatiff.com.


Thank you.


David Jea

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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