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/CCSTUDIO: RTSC project creation

Part Number: CCSTUDIO
Other Parts Discussed in Thread: AM5728

Tool/software: Code Composer Studio

Hello,

Why is 'Empty RTSC Project' example not supported for GNU?

File-> New-> CCS Project

Target: AM5728

Compiler version: GNU v6.2.1

Under Project templates and examples, the Empty RTSC Project is not seen.

Thanks,

Sanjeev Karaiyan

  • Update:
    Project create window shows this message on selecting GNU v6.2.1 for AM5728."Selected device does not currently provide project initialization details for the GNU toolchain. The project may require further manual set up."
  • Hi Sanjeev,

    Sanjeev Karaiyan said:
    Under Project templates and examples, the Empty RTSC Project is not seen.

    This issue occurs if you are using GCC (no issue with TI compiler)

    In any case, we are obsoleting template support. Basically, we are encouraging people to start with SDK examples instead of creating new projects. Hence there are no plans to add that template for GCC projects. Please start with an SDK example.

    Sanjeev Karaiyan said:
    Project create window shows this message on selecting GNU v6.2.1 for AM5728."Selected device does not currently provide project initialization details for the GNU toolchain. The project may require further manual set up."

    I assume you are referring to the ARM9 or Cortex-M, correct? GCC support was primarily focused on Cortex-A

    Thanks

    ki

  • I assume you are referring to the ARM9 or Cortex-M, correct? GCC support was primarily focused on Cortex-A
    >> Yes. Thanks
    But if I see this message for Cortex-A core what is the probable reason?
  • I do not see this issue for Cortex-A. What version of CCS are you using?
  • I too do not see this issue for Cortex-A. I saw this for ARM9.
    I am using CCS 7.4.0. I am just trying to understand where these initialization details are coming from.

    From your notes: "AM5728 device file is missing default settings for GCC". Where can I find this device file?

    Thanks,
    Sanjeev Karaiyan
  • The device file is not missing. The issue is that we do not provide any default device support for GCC. The user is expected to do this configuration themselves.