This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Undefined symbol __SWI_0

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.

Parents
  • I can only note that the SWI file you are using is not the file that I mentioned and taht is available in the RTX directory tree.

    Have you tried to use:
    /Keil/ARM/RL/RTX/SRC/SWI_Table.s
    in your application?

    It does define the entries 0..7 that RTX needs. It then shows where you may continue by adding own SWI entries.

Reply
  • I can only note that the SWI file you are using is not the file that I mentioned and taht is available in the RTX directory tree.

    Have you tried to use:
    /Keil/ARM/RL/RTX/SRC/SWI_Table.s
    in your application?

    It does define the entries 0..7 that RTX needs. It then shows where you may continue by adding own SWI entries.

Children