I am new on ARM and I am using Keil micro vision v3 . I had build an example for RTX kernel on NXP LPC2368. I flowed step by step the description (Getting started for arm ) but
While I compiled this build I get this Error
RTX_Test.axf: Error: L6218E: Undefined symbol __SWI_0 (referred from swi_table.o).
Can anyone help me to solve this error.
Note that SWI 0 to 7 are reserved by the OS, so an application must make use of SWI fron 8 and onwards.
Look at the help document rlarm.chm under chapter Using RTX Kernel/Writing Programs/SWI Functions.
The directory /Keil/ARM/RL/RTX/SRC also contains a file SWI_Table.s.