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

Error while loading an RTX kernel example

Hi,

I am new to ARM and am using Keil micro vision v3 and was tryin to build the example for RTX kernel.

While doing so i encountered the following error

RTX_ex1.axf : error :L6938E : Invalid value for --ro-base.

Can anyone tell me why this is happening and how do i get rid of this error.

Help will be deeply appreciated

Thanks
Meenakshi

Parents
  • Hi,

    I changed the linker R/O base to 0x0000.
    Now this error is not coming. However when i try to build the target again i get a whole lot of errors relating to the OS tasks.. some of them are as below

    RTX_ex1.axf: Error: L6218E: Undefined symbol os_dly_wait (referred from rtx_ex1.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol os_dly_wait (referred from rtx_ex1.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol _init_box (referred from rtx_config.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol tstclrb (referred from rtx_config.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol SWI_Handler (referred from startup.o).

    Please tell me why this is happening. why is the linker not able to access the OS tasks

    Regards
    Meenakshi

Reply
  • Hi,

    I changed the linker R/O base to 0x0000.
    Now this error is not coming. However when i try to build the target again i get a whole lot of errors relating to the OS tasks.. some of them are as below

    RTX_ex1.axf: Error: L6218E: Undefined symbol os_dly_wait (referred from rtx_ex1.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol os_dly_wait (referred from rtx_ex1.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol _init_box (referred from rtx_config.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol tstclrb (referred from rtx_config.o).

    RTX_ex1.axf: Error: L6218E: Undefined symbol SWI_Handler (referred from startup.o).

    Please tell me why this is happening. why is the linker not able to access the OS tasks

    Regards
    Meenakshi

Children