Part Number: MSP432E411Y
Tool/software: Code Composer Studio
I am following up on the following thread:
I am using CCS 9.2 with 3.30.00.22 SDK.
I am unable to build tcpecho(C:\ti\simplelink_msp432e4_sdk_3_30_00_22\examples\rtos\MSP_EXP432E401Y\ns\tcpecho)
with the changes described in the above-mentioned thread.
I receive the compiler error "Cannot open source file "sys/time.h"" (socketndk.h)
which occurs when the following is introduced into the configuration file
var Global = xdc.useModule('ti.ndk.config.Global');
I ran into the same issues using CCS9.01 and a 3.10.00.11
What can I do to get this to build and make the tcpecho project work using XGCONF as described in the above link?