Any compiler option to remove runtime library __rt_lib_init option

Note: This was originally posted on 7th August 2009 at http://forums.arm.com

During my program execution I'm facing an undefined exception in runtime library [__rt_lib_init]. Without run time library it works fine.  Suggest some compiler option to remove this part from my program execution. I'm working on 9E-S target board.

I think also any compiler or linker switch to remove particular symbol also helpful.

Cheers:)
Parents
  • Note: This was originally posted on 11th August 2009 at http://forums.arm.com

    providing main as application entry point, forces the linker to include the C library initialisation function. provide linker a different entry point using --entry linker option.
    refer DUI 0349B document which has more information.
Reply
  • Note: This was originally posted on 11th August 2009 at http://forums.arm.com

    providing main as application entry point, forces the linker to include the C library initialisation function. provide linker a different entry point using --entry linker option.
    refer DUI 0349B document which has more information.
Children
No data
More questions in this forum