Hi,
I would like to better understand the SDK_243x LwIP makefile.
There a a line:
AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar
I see that tiarmar is an executable.
What does it do ?
Thanks,
Eli
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.
Hi,
I would like to better understand the SDK_243x LwIP makefile.
There a a line:
AR=$(CGT_TI_ARM_CLANG_PATH)/bin/tiarmar
I see that tiarmar is an executable.
What does it do ?
Thanks,
Eli
Hi,
Ok I found out - it's an archiving executable - in GCC it's an arm-none-eabi-ar.exe.
Thanks,
Eli