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.

Trying to build example adc_ex5_soc_continuous from scratch for TMS320F28379D but get error #10010 and #10234

Other Parts Discussed in Thread: C2000WARE

I am trying to build one of the CSS examples from scratch, adc_ex5_soc_continuous.c. But I get the following errors when I build

  • #10010 errors encountered during linking; "guidedprj.out" not built guidedprj C/C++ Problem
  •  #10234 unresolved symbols remain
  • Yesehaq,

    Can you elaborate on how you are doing this?

    The typical flow would be:

    1. Install CCS
    2. Install C2000Ware
    3. Launch CCS
    4. Project >> Import CCS Projects
    5. Browse
    6. Select Folder: ~\C2000Ware_XXXX\driverlib\f2837xd\examples\cpu1\adc
    7. Check box for: adc_ex5_soc_continuous
    8. Finish
    9. Right-click on adc_ex5_soc_continuous project in Project Explorer
    10. Build Project

    The above sequence is expected to work every time. Sometimes the CCS Workspace can become corrupted so if it doesn't work, you may want to try File >> Switch Workspace to a new Workspace.

    -Tommy