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'm re-compiling the LwIP libraries of the mcu_sdk_243x.
I'm using the gmake -s -f makefile.stack_freertos.am243x.r5f.ti-arm-clang PROFILE=debug
I get the stack_freertos.am243x.r5f.ti-arm-clang.debug.lib
Is this process of gmake involves the libc.a or any other standard library ?
If so - from which path ?
Thanks,
Eli
Hi Eli,
The libc (standand C libraries) is not included in the makefile. I believe that the libc is not included in this gmake process. The application may include standard C library and compiler RTS library.