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/LAUNCHXL-CC1352P: CCS/LAUNCHXL-CC1352P

Part Number: LAUNCHXL-CC1352P

Tool/software: Code Composer Studio

Hi very new to using Code Composer,

I'm starting by using the SimpleLink tutorials for the CC1352P-2 and I'm stuck on the basic TX and RX as after I've imported the project and try to run I am receiving these errors. I've looked online to find if other have had the same issue but it seems they have the same symptom but it's due to other issues. I have not changed anything in the original files and I have followed all the instructions in the tutorial except for when I first tried to import the project it required me to download it all to my local drive first before importing.  

If anymore information is required please let me know as I'm not sure what is necessary.

Kind Regards,

Lucas Besley

  • Lucas,

    Did you download the SimpleLink SDK package from Resource Explorer or directly from the TI website? And could you also clarify how you imported the project into CCS - using Resource Explorer or using the CCS Project Import menu?

    Please rebuild the project, save off the full output in the CCS build console to a text file and attach it here. Hopefully that will give some additional clues about the reason for the error. 

  • I downloaded and imported through the TI Resource Explorer inside of Code Composer.

    Here is the file with the output of the build console.

    RfpacketTx-BL.txt
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    **** Build of configuration Debug for project rfPacketTx_CC1352P_2_LAUNCHXL_tirtos_ccs ****
    "C:\\ti\\ccsv8\\utils\\bin\\gmake" -k -j 4 all -O
    gmake: *** No rule to make target 'CC1352P_2_LAUNCHXL.obj', needed by 'all'.
    gmake: *** No rule to make target 'CC1352P_2_LAUNCHXL_fxns.obj', needed by 'all'.
    gmake: *** No rule to make target 'ccfg.obj', needed by 'all'.
    gmake: *** No rule to make target 'main_tirtos.obj', needed by 'all'.
    gmake: *** No rule to make target 'rfPacketTx.obj', needed by 'all'.
    gmake: *** No rule to make target 'smartrf_settings/smartrf_settings.obj', needed by 'all'.
    gmake: Target 'all' not remade because of errors.
    **** Build Finished ****
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • Thank you for your help AatiG,

    The issue ended up being to do with the file path as my windows user name included a space in the name it was causing the name to be cut off earlier then it was meant to, I had to change the directory to a place that did not include my windows user name.