Lpc2468 Interrupts Not working

Hi Guys, I have been trying to get interrupts going on the LPC2468. I have ported the ARM7_LPC2106_GCC demo and can do simple things such as turn on leds and send characters via polling through the UART. So far I have been unable to get any interrupts going including hardware interrupts. Is there something special that I have to do to the boot.s to enable interrupts on this chip?

Lpc2468 Interrupts Not working

If you write a very simple hello world application that does not include FreeRTOS, do interrupt work? If not, then your problem is not FreeRTOS related. If so, then more information about how you are setting up the interrupts is needed.