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.

XDC Leaves Object Files Behind



We have just moved to a new repository and have tidied up our build process.  However, our XDC build always leaves behind the object files in package/lib/lib/package_name and package/lib/included_library_name.

Should XDC clean these files on build?  All the TI examples are super clean, is that a result of doing an XDC release?

Thanks

Matt

  • Hi Matt,

    Matt Clarkson said:
    However, our XDC build always leaves behind the object files in package/lib/lib/package_name and package/lib/included_library_name.

    The RTSC build keeps the build objects in the package  folder. When you do a xdc clean this folder is removed. When you do a xdc release  the generated package bundle will not contain any intermediate files in the package folder.  All the released packages from TI  are built in this manner. We can provide guidance if  you can tell us a bit more about how you would like to organize your build?

    Regards

    Amit