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.

Is -Dxdc.cfg.SourceDir.outputDir supported by iar.tools.configuro?

We want to use this option to redirect generated "src" directory in a TI-RTOS IAR project.

Regards,

Nitya

  • Hi Nitya,
    Unfortunately that doesn't work with IAR. You can achieve the same goal of redirecting the generated "src" directory by adding a line like this:
    BIOS.libDir = "<your_new_directory>";
    to your cfg file. Try this out and let me know.

    Regards,
    Moses