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

Part Number: LPSTK-CC1352R

Tool/software: Code Composer Studio

build with TI cloud CSS could not store the cc1352.out on Ubuntu Linux computer

  • this is error message that was given by cloud CCS

    error #10234-D: unresolved symbols remain
    warning #10062-D: entry-point symbol "ResetISR" undefined
    error #10010: errors encountered during linking; "cc1352.out" not built

    >> Compilation failure
    makefile:139: recipe for target 'cc1352.out' failed
    gmake[1]: *** [cc1352.out] Error 1
    gmake: *** [all] Error 2
    makefile:135: recipe for target 'all' failed

  • Please see this related thread that explains the reason for this type of error.

    I suspect you are trying to create a project from scratch. For the CC13xx devices, it is instead recommended to start with an example from the SimpleLink SDK rather than creating a new one from scratch. You may open the TI Resource Explorer on the Cloud, navigate into the SDK for your device (under the Software node), find an example that will serve as a good starting point and import it directly into CCS Cloud. 

  • I used TI Resource Explorer, had it import the collector app into cloud CCS and it built the file but when I tried to debug the file it failed to store it on my computer (I think that is when the error message happened).  I tried to do the same with the sensor app and the same error message happened at the same point.  I tried it with the Chrome browser and the Fire Fox with same results.  The problem appears to be a protection problem with the browser tries to write to a file on my Ubuntu Linux computer. 

     I even reinstalled Ubuntu 18.4 with it deleting entire disk and then the same thing happened. 

  • The error message you showed earlier looks like a build time error, not debug error.

    After importing and building the project on Cloud CCS, you can download and run it on your target directly from Cloud CCS. Alternatively you can download the project to the desktop and access it from desktop CCS. Which of those were you trying to do?

    Could you describe the exact steps you take and at what point the error occurs? Also if you could provide a screenshot of the error that would be very helpful.