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.

RTOS/TM4C129XNCZAD: Unresolved symbols after adding DHCP server in XGCONF

Part Number: TM4C129XNCZAD
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

After adding DHCP server instance, I get 38 errors that say something like "unresolved symbol CfgAddEntry, first referenced in ./tcpEchoHooks.obj NC-500 C/C++ Problem".

tcpEcho_pem4f.c uses CfgAddEntry() without the DHCP server instance. Why does adding DHCP make these functions unresolved?

This is built off the tcpEcho example project. CCS gives a message "Validating tcpEcho.cfg" with no errors.

My XGCONF windows looks a bit different from the example in section 1.7.3 of the NDK User's Guide.

  • Peter,
    can you clean and rebuild, and post the complete console ouput?
  • The problem has shifted. Now stk_nat.aem4f is missing. Previously, I found a file with that name somewhere else in my C:/ti/ folder.

    Here is the console output up until the error:

    **** Build of configuration Debug for project NC-500 ****

    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 all -O
    gmake[1]: Entering directory 'C:/TI_RTOS/Workspace/NC-500/Debug'
    'Building file: ../tcpEcho.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C129XNCZAD -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/TI_RTOS/Workspace/NC-500\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd\" --include_path=\"C:/TI_RTOS/Workspace/NC-500\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix\" --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include\" --define=ccs=\"ccs\" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../tcpEcho.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring tcpEcho.xem4f from package/cfg/tcpEcho_pem4f.cfg ...
    generating custom ti.sysbios library makefile ...
    Error: library "C:\ti\tirtos_tivac_2_16_00_08\products\ndk_2_25_00_09\packages\ti\ndk\config\..\stack\lib\stk_nat.aem4f" does not exist. Please follow the steps to build this NDK library at processors.wiki.ti.com/.../Rebuilding_The_NDK_Core_Using_Gmake
  • Complete console output:

    **** Build of configuration Debug for project NC-500 ****

    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k -j 8 all -O
    gmake[1]: Entering directory 'C:/TI_RTOS/Workspace/NC-500/Debug'
    'Building file: ../tcpEcho.cfg'
    'Invoking: XDCtools'
    "C:/ti/xdctools_3_32_00_06_core/xs" --xdcpath="C:/ti/tirtos_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages;C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;C:/ti/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;C:/ti/tirtos_tivac_2_16_00_08/products/ns_1_11_00_10/packages;C:/ti/ccsv7/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M4F -p ti.platforms.tiva:TM4C129XNCZAD -r release -c "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS" --compileOptions "-mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path=\"C:/TI_RTOS/Workspace/NC-500\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd\" --include_path=\"C:/TI_RTOS/Workspace/NC-500\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b\" --include_path=\"C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix\" --include_path=\"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include\" --define=ccs=\"ccs\" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi " "../tcpEcho.cfg"
    making package.mak (because of package.bld) ...
    generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
    configuring tcpEcho.xem4f from package/cfg/tcpEcho_pem4f.cfg ...
    generating custom ti.sysbios library makefile ...
    Error: library "C:\ti\tirtos_tivac_2_16_00_08\products\ndk_2_25_00_09\packages\ti\ndk\config\..\stack\lib\stk_nat.aem4f" does not exist. Please follow the steps to build this NDK library at processors.wiki.ti.com/.../Rebuilding_The_NDK_Core_Using_Gmake
    Starting build of library sources ...
    making C:/TI_RTOS/Workspace/NC-500/src/sysbios/sysbios.aem4f ...
    gmake[1]: Entering directory `C:/TI_RTOS/Workspace/NC-500/src/sysbios'
    clem4f C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/BIOS.c ...
    asmem4f C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/family/arm/m3/Hwi_asm.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/family/arm/m3/Hwi_asm_switch.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/family/arm/m3/IntrinsicsSupport_asm.sv7M ...
    asmem4f C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/family/arm/m3/TaskSupport_asm.sv7M ...
    arem4f BIOS.obj m3_Hwi_asm.obj m3_Hwi_asm_switch.obj m3_IntrinsicsSupport_asm.obj m3_TaskSupport_asm.obj ...
    gmake[1]: Leaving directory `C:/TI_RTOS/Workspace/NC-500/src/sysbios'
    Build of libraries done.
    clem4f package/cfg/tcpEcho_pem4f.c ...
    'Finished building: ../tcpEcho.cfg'
    ' '
    gmake[1]: Leaving directory 'C:/TI_RTOS/Workspace/NC-500/Debug'
    1 file(s) copied.
    making ../src/sysbios/sysbios.aem4f ...
    gmake[1]: Nothing to be done for 'all'.
    'Building file: ../myFont.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="myFont.d" --cmd_file="configPkg/compiler.opt" "../myFont.c"
    'Finished building: ../myFont.c'
    ' '
    'Building file: ../protocol.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="protocol.d" --cmd_file="configPkg/compiler.opt" "../protocol.c"
    'Finished building: ../protocol.c'
    ' '
    'Building file: ../myDisplayDriver.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="myDisplayDriver.d" --cmd_file="configPkg/compiler.opt" "../myDisplayDriver.c"
    'Finished building: ../myDisplayDriver.c'
    ' '
    'Building file: ../tcpEcho.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="tcpEcho.d" --cmd_file="configPkg/compiler.opt" "../tcpEcho.c"
    'Finished building: ../tcpEcho.c'
    ' '
    'Building file: ../DK_TM4C129X.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="DK_TM4C129X.d" --cmd_file="configPkg/compiler.opt" "../DK_TM4C129X.c"
    "../DK_TM4C129X.c", line 703: warning #112-D: statement is unreachable
    "../DK_TM4C129X.c", line 662: warning #179-D: variable "eb" was declared but never referenced
    'Finished building: ../DK_TM4C129X.c'
    ' '
    'Building file: ../tcpEchoHooks.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="tcpEchoHooks.d" --cmd_file="configPkg/compiler.opt" "../tcpEchoHooks.c"
    'Finished building: ../tcpEchoHooks.c'
    ' '
    'Building file: ../display.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc/bsd" --include_path="C:/TI_RTOS/Workspace/NC-500" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b" --include_path="C:/ti/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages/ti/sysbios/posix" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="display.d" --cmd_file="configPkg/compiler.opt" "../display.c"
    'Finished building: ../display.c'
    ' '
    making ../src/sysbios/sysbios.aem4f ...
    gmake[2]: Nothing to be done for 'all'.
    'Building target: NC-500.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --define=ccs="ccs" --define=PART_TM4C129XNCZAD --define=ccs --define=TIVAWARE -g --gcc --diag_warning=225 --diag_warning=255 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi -z -m"NC-500.map" --heap_size=0 --stack_size=512 -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-arm_17.6.0.STS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="NC-500_linkInfo.xml" --rom_model -o "NC-500.out" "./DK_TM4C129X.obj" "./display.obj" "./myDisplayDriver.obj" "./myFont.obj" "./protocol.obj" "./tcpEcho.obj" "./tcpEchoHooks.obj" "../DK_TM4C129X.cmd" -l"configPkg/linker.cmd" -l"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b/grlib/ccs/Debug/grlib.lib" -l"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b/usblib/ccs/Debug/usblib.lib" -l"C:/ti/tirtos_tivac_2_16_00_08/products/TivaWare_C_Series-2.1.1.71b/driverlib/ccs/Debug/driverlib.lib" -llibc.a -llibc.a
    <Linking>

    undefined first referenced
    symbol in file
    --------- ----------------
    CONTENT_TYPE_HTML ./tcpEchoHooks.obj
    CRLF ./tcpEchoHooks.obj
    CfgAddEntry ./tcpEchoHooks.obj
    CfgEntryGetData ./tcpEchoHooks.obj
    CfgFree C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    CfgGetEntry ./tcpEchoHooks.obj
    CfgNew C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    CfgRemoveEntry ./tcpEchoHooks.obj
    NC_NetStart C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    NC_SystemClose C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    NC_SystemOpen C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    NC_setLinkHook ./tcpEchoHooks.obj
    NDK_accept ./tcpEcho.obj
    NDK_bind ./tcpEcho.obj
    NDK_hookCreate C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    NDK_hookExit C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    NDK_hookInit C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    NDK_listen ./tcpEcho.obj
    NDK_recv ./tcpEcho.obj
    NDK_send ./tcpEcho.obj
    NDK_setsockopt ./tcpEcho.obj
    NDK_socket ./tcpEcho.obj
    SemPost C:/ti/tirtos_tivac_2_16_00_08/products/tidrivers_tivac_2_16_00_08/packages/ti/drivers/lib/drivers_tivaware.aem4f<EMACSnow.oem4f>
    _oscfg C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    efs_createfile ./tcpEchoHooks.obj
    efs_destroyfile ./tcpEchoHooks.obj
    fdClose ./tcpEcho.obj
    httpSendClientStr ./tcpEchoHooks.obj
    httpSendStatusLine ./tcpEchoHooks.obj
    inet_addr C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    inet_ntop ./tcpEchoHooks.obj
    inet_pton ./tcpEchoHooks.obj
    llTimerTick C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f
    mmZeroInit C:\TI_RTOS\Workspace\NC-500\Debug\configPkg\package\cfg\tcpEcho_pem4f.oem4f

    error #10234-D: unresolved symbols remain

    error #10010: errors encountered during linking; "NC-500.out" not built
    >> Compilation failure
    makefile:151: recipe for target 'NC-500.out' failed
    gmake[1]: *** [NC-500.out] Error 1
    gmake: *** [all] Error 2
    makefile:147: recipe for target 'all' failed

    **** Build Finished ****
  • Hi Peter,

    Peter Borenstein said:
    Error: library "C:\ti\tirtos_tivac_2_16_00_08\products\ndk_2_25_00_09\packages\ti\ndk\config\..\stack\lib\stk_nat.aem4f" does not exist. Please follow the steps to build this NDK library at processors.wiki.ti.com/.../Rebuilding_The_NDK_Core_Using_Gmake

    The TIRTOS SDK doesn't ship with all permutations of the NDK libraries (there are many) built out. This was done in order to reduce installation footprint size. Instead, only the libraries for the "most common" configurations are shipped.

    (The proper NDK library is automatically chosen and linked in based on your *.cfg file settings - in this case adding a DHCP server - caused it to link in one of those "less common" libraries that are no longer shipped).

    You can resolve this by building the missing libraries by following the steps on the web page linked in the above message.

    Alternatively, if you don't want to build these libraries yourself, you can just download version 2.25.00.09 of the NDK and then copy the missing libraries from that download and into your TIRTOS installation (i.e. into the folder "C:\ti\tirtos_tivac_2_16_00_08\products\ndk_2_25_00_09\packages\ti\ndk\config\..\stack\lib").

    Steve

  • Steven Connell said:
    copy the missing libraries from that download and into your TIRTOS installation

    This did the trick. I have two versions of the rtos installed because the example projects use an older version. I was copying into the wrong directory.