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/AM5728: how to migrate RTSC project on command line mode to CCS mode ?

Part Number: AM5728

Tool/software: Code Composer Studio

Hi

--cfgArgs seems to be not in effect

Excerpt from Ipu1.cfg:

print("cfgArgs: " + Program.build.cfgArgs)

Excerpt from Build Console :

cfgArgs: null

CCS 8.2.0.00007

Regards

/Peter

  • PeterFromSweden said:
    --cfgArgs seems to be not in effect

    Could you provide more information on how this project was created and imported into CCS?

    For new projects that are created in CCS, I see that the --cfgArgs option is getting passed correctly to XDCtools, so perhaps the issue has something to do with how the project is created and imported.

  • I started from rtos_template_app_am572x_m4 and deleted existing source. Then I copied relevant m4-files from ipc_3_50_02_02\examples\DRA7XX_linux_elf\ex02_messageq into workspace. It now builds fine after fixing dependancy to --cfgArgs.

    I realize that your question is relevant, since I created an empty rtsc project and then the cfgArgs started to work...