C++ and bsp/irq.h
Leon Pollak
leonp at plris.com
Wed Oct 22 09:07:34 UTC 2003
Hello.
I am trying to use the new IRQ management function set for powerpc (MPC860,
BSP derived from mbx8xx). As I was able to understand, the
BSP_install_rtems_irq_handler() function now replaces the
rtems_interrupt_catch() function for several platforms.
My application is C++ one, so when I try to include bsp/irq.h, which has no
#ifdef __cplusplus
extern "C" { ... }
#endif
protection, I have errors linking my application. Obviously, adding this
protection allows me to link OK.
Thanks.
--
leonp at plris dot com
More information about the users
mailing list