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.

Experimenter's Kit - Piccolo F28069 using CCSV6 on linux

Hello,

I try to use Experimenter's Kit - Piccolo F28069 with CCSV6 under Linux but I have got lot of errors during compilation indicating that it doesn't find specific header file while it really in the folder and folder include path declared correctly !

I check in the menu "project" " properties" and remarked that Experimenter's Kit - Piccolo F28069 doesn't appear in the selection menu, only Experimenter's Kit - Piccolo F28035. So I presume that dedicated libraries are loaded with and this is the reason why I got lot of errors...


Does somebody experimented it also ?  Does somebody has got solution ?

Thanks for your answer,

Regards,

OL

  • OL,

    Which connection type are you using to connect to your device. If you are using CCS v6 with your particular experimenter kit, I would recommend using the TI XDS100v2 USB Debug Probe. I verified that the Experimenter's Kit - Piccolo F28069 is an available option under this debug probe. Please let me know if you are able to resolve this issue or if you have any additional questions. Feel free to include any pictures or screenshots that would help.

    Thanks,
    Kyle
  • Thanks for your answer Kyle,

    Here under print screens of CCSV6 settings

     

    Under Windows XP and 7  it works (CCSV6 version : 6.1.3.00033 and CCSV6 Linux Version: 6.1.0.00104 ) but under Linux Ubuntu 16.04 TLS ou 15.10 when I build the project, it performs (it seems) path errors such as :

    Description Resource Path Location Type

    bidule.c /xxxxx/Sources line 1 C/C++ Problem

    F28069_Init.h xxxxx/Headers line 1 C/C++ Problem

    Include_Project_Files.h xxxxx/Headers line 1 C/C++ Problem

    Include_Project_Files.h xxxxxHeaders line 20 C/C++ Problem

    expected a truc.c xxxxx/Sources line 1 C/C++ Problem

    expected a truc1.c xxxxx/Sources line 1 C/C++ Problem

    unrecognized truc2.c xxxxx/Sources line 1 C/C++ Problem

    unrecognized token truc.c xxxxx/Sources line 1 C/C++ Problem

    F2806x_DefaultISR.h xxxxx/Headers line 31 C/C++ Problem


    However I have got the same project and the same folder tree, same settings so I've some difficulties to understood....

    Please let me know if you already had these troubles.

    Thank you for your help

    OL

  • Solution found by adding :

    sudo apt-get install libgcrypt11

    sudo apt-get update

    After that everything works perfectly !

  • Ol,

    Thank you for responding with your solution and posting it on the E2E forum!

    Kyle