Hi,
I made some NDK changes due to a customers feature requirement. The changes are limited to the slnetif subdirectory within the ndk folder. At link time the library is included:
-l"ti/ndk/slnetif/lib/slnetifndk_msp432e4.aem4f"
I would like to rebuild this library only. I am using the following setup:
- CCS Version: 9.2.0.00013 on Windows 10
- simplelink_msp432e4_sdk_3_20_00_10 with the ndk_3_61_00_09
- The XDC Tools installed xdctools_3_51_03_28_core
- I am using FreeRTOS and the TI-Compiler
I tried to read through ( processors.wiki.ti.com/index.php/Rebuilding_The_NDK_Core_Using_Gmake ) However I do struggle to build this library "slnetifndk_msp432e4.aem4f" with debug enabled. Is there some more info about building libraries within the NDK?
br
Markus