Turns out I didn't install the required components for the C Series microcontrollers.
[*][/*]
My question now is if I have to use the exact version of CCS components listed in the bld and mak files:
XDCTOOLS_INSTALLATION_DIR ?= $(DEFAULT_INSTALLATION_DIR)/xdctools_3_30_01_25_core
export XDCTOOLS_JAVA_HOME ?= $(DEFAULT_INSTALLATION_DIR)/ccsv6/eclipse/jre
TIRTOS_INSTALLATION_DIR ?= $(DEFAULT_INSTALLATION_DIR)/tirtos_tivac_2_00_02_36
BIOS_INSTALLATION_DIR ?= $(TIRTOS_INSTALLATION_DIR)/products/bios_6_40_02_27
UIA_INSTALLATION_DIR ?= $(TIRTOS_INSTALLATION_DIR)/products/uia_2_00_01_34
NDK_INSTALLATION_DIR ?= $(DEFAULT_INSTALLATION_DIR)/ndk_2_24_00_05_eng
TIVAWARE_INSTALLATION_DIR ?= $(TIRTOS_INSTALLATION_DIR)/products/TivaWare_C_Series-2.1.0.12573c
I installed updated versions of TIRTOS/BIOS/UIA/NDK etc... I updated the build/make files so that I can build the libraries.
I can now successfully import the project, but I run into errors like this:
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 57: error #20: identifier "_extern" is undefined
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 57: error #66: expected a ";"
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 58: warning #78-D: this declaration has no storage class or type specifier
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 58: error #66: expected a ";"
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 59: warning #78-D: this declaration has no storage class or type specifier
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 59: error #66: expected a ";"
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 60: warning #78-D: this declaration has no storage class or type specifier
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 60: error #66: expected a ";"
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 62: warning #78-D: this declaration has no storage class or type specifier
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 62: error #66: expected a ";"
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 64: warning #78-D: this declaration has no storage class or type specifier
"C:/ti/ndk_2_24_03_35/packages/ti/ndk/inc/nettools/inc/inet.h", line 64: error #66: expected a ";"
"C:/wolfssl/wolfssl/ssl.h", line 931: fatal error #1965: cannot open source file "sys/uio.h"
7 errors and 1 catastrophic error detected in the compilation of "../tcpEcho.c".
Do I need to download and use the exact same CCS component versions to get this to work?