Hi, for ti-clang compilation,
where we use crt0.o?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I think crt0.o is a filename used by gcc (and maybe other) toochains. It contains the startup code. The same file in the tiarmclang toolchain is named boot_cortex_m.c.obj.
where is aeabi_uldivmod.S.obj
It only appears as an object file in a library. For example it is in the library ...
compiler_install_root/lib/clang/15.0.7/lib/armv7m-ti-none-eabi/libclang_rt.builtins.a.
The source code is not part of the compiler installation.
Thanks and regards,
-George