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.

How to build XDC files like Error.c etc

Other Parts Discussed in Thread: SYSBIOS

Hi ,

I understand that if I need to rebuild Sysbios files like Task.c I can do that with Bios lib type Custom. But how can i Rebuild XDC files like Error.c?.Any link which helps me understanding this rebuilding of XDC files as well..little confused.

  • Hi John,
    By default, the xdc.runtime library sources such as Error.c are not included in the custom SYS/BIOS library created for the application. Instead, the pre-built xdc.runtime library is provided by the respective target used to build the application.
    You can enable this in your config script by adding the line "BIOS.includeXdcRuntime = true". This will pull in Error.c and the other xdc.runtime sources to rebuild it.

    Let me know if this helps.
    Moses
  • Moses,

    Thankyou  !!  Awesome..This helped!!  and much easier then doing  using the XDC command in command prompt.