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.

CCS/TI-RTOS: SSL with TI-RTOS builded error

Part Number: TI-RTOS

Tool/software: Code Composer Studio

MCU  TM4C129ECKPD

CCS   6.2.0

wolfSSL 3.11.0

reference   http://processors.wiki.ti.com/index.php/Using_wolfSSL_with_TI-RTOS#Targets

frist steup is ok

linking is OK

but"For Command Line builds"  I don't know how to do   

question 1  I can't found path"”TIRTOS_examples_dir”/”COMPILER”/”BOARD_dir”/makedefs " do you give me a example?

question 2  how to modified the makedefs," WOLFSSL_lib" means a path or mane?

  I builded the project and result as "can't locate the package 'ti.mw.fatfs' along the path"

look forward to your reply 

thank you 

  • user3511888 said:

    question 1  I can't found path"”TIRTOS_examples_dir”/”COMPILER”/”BOARD_dir”/makedefs " do you give me a example?

    question 2  how to modified the makedefs," WOLFSSL_lib" means a path or mane?

    Since you are using CCS to build your application, you just need to follow the steps documented under TI Compiler builds within CCS. You don't need to follow "For Command line builds".

    user3511888 said:

      I builded the project and result as "can't locate the package 'ti.mw.fatfs' along the path"

    Can you check if "C:\ti\tirex-content\tirtos_tivac_2_16_00_08\products\tidrivers_tivac_2_16_00_08\packages" is along the path that you have highlighted? This product contains ti.mw.fatfs package.

    Vikram

  • I add to flie path:"C:\ti\tirex-content\tirtos_tivac_2_16_00_08\products\tidrivers_tivac_2_16_00_08\packages" and build it but it is error.

    the error  is

    Description Resource Path Location Type
    can't locate the package 'ti.mw.fatfs' along the path: '
    C:/ti/wolfssl-3.11.0/tirtos/packages;
    C:/ti/tirex-content/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages;
    C:/ti/tirex-content/tirtos_tivac_2_16_00_08/products/ndk_2_25_00_09/packages/ti/ndk/inc;
    C:/ti/tirex-content/tirtos_tivac_2_16_00_08/packages;
    C:/ti/tirex-content/tirtos_tivac_2_16_00_08/products/bios_6_45_01_29/packages;
    C:/ti/tirex-content/tirtos_tivac_2_16_00_08/products/uia_2_00_05_50/packages;
    C:/ti/ccsv6/ccs_base;C:/ti/xdctools_3_32_01_22_core/packages;..;'. Ensure that the package path is set correctly. .xdchelp /tcpEcho_Client_TivaTM4C1294NCPDT line 90 C/C++ Problem

    I add to  path is not work ,can you tell me how to add path this path 

  • thanks you very much it is ok