Tool/software: Code Composer Studio
Hello!
I'm trying to get the NDK settings to show in the XGCONF editor and/or imported into compiler include path and linker settings in CCS. The NDK is part of the SimpleLink MSP432E SDK.
I can get the program to compile by manually specifying the build settings within CCS but that's rather cumbersome as there's a large amount of stub libraries being linked in.
I'm not really familiar with RTSC or CCS, or XDCtools, so I'm probably just missing something very trivial here?
The simplelink_msp432e4_sdk_1_60_00_10 shows up under available products outline, but I don't manage to even manually add the settings (xdc.MODULE_NOT_FOUND: xdc.module: no module named 'nettools' in the pacakage ti.ndk or similar.) I do have TI-RTOS imported into the workspace as a referenced project and can import the settings of that, but these don't show up either in the GUI (I suppose the settings are supposed to be editable from the GUI, right?) I have originally inherited the project, so I'm not fully certain how the .cfg file has originally been created, but if I try to add another RTSC configuration file, the behaviour is similar.
What needs to be done to get the settings shown under XGCONF/CCS and a statically configured app run ?