Tool/software: TI C/C++ Compiler
Hello,
I am using rtsv7M4_T_le_eabi.lib run time support library for linking, but I am getting linker issues like __TI_Unwind_RaiseException, __aeabi_unwind_cpp_pr0, __cxa_allocate_exception.
I am assuming that I need eh version of library for exception handling support. This mean I need to use rtsv7M4_T_le_eabi_eh.lib, right?
Since I am not having this lib, I am trying to generate the one using mklib, but I am getting createProcess failed. make (e=2): The system cannot find the file specified.
I couldn't resolve it with solutions provided on other forums.
This is what I did to generate library:
Added <toolchain path>/lib to from of PATH (environment variable).
Then from git bash executing:
mklib.exe --pattern=rtsv7M4_T_le_eabi_eh.lib --index=<toolchain_path>/src
I am not sure why this error comes.
Please help resolving this issue or provide ready library: rtsv7M4_T_le_eabi_eh.lib what I am looking for.
Thanks,
Shailesh