LPC2148 and FreeRTOS

Hello, I am trying to use FreeRTOS on the Olimex LPC2148 board. I took files from the LPC2138 demo and created a Crossworks project of my own. All I have is a main that calls vTaskStartScheduler(). I step through the program and it ends up in the dabort_handler. It seems that the problem is in the portRESTORE_CONTEXT macro. Anyone know what could be the problem?

LPC2148 and FreeRTOS

Anyone know what could be the problem
Yes, you have not got the cpu in Supervisor mode.