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.

Unpack of packages in DM648

Other Parts Discussed in Thread: CCSTUDIO
Dear Sir/Madam,
 
I am developing application using XDC tool (DVSDK v 1.11)
 
I found that XDC tool uses many  packages.
I believe that (as per TI documentation), each package contains a set of .lib files.
I am wondering if I can figure out the lib files that each package has.
 
For example I require the lib file names embedded in the following packages.
C:/dvsdk_1_11_00_00_DM648/xdc_2_95_02/packages;
C:\dvsdk_1_11_00_00_DM648\pspdrivers_1_10_00\packages;
C:\CCStudio_v3.3\bios_5_31_08;
C:\dvsdk_1_11_00_00_DM648\edma3_lld_1_05_00\packages
C\dvsdk_1_11_00_00_DM648\xdc_2_95_02
 
also can TI confirm that these lib files embedded in packages above are separately available for developer like me to use them individually
(with a relevant header file)
 
A response is highly appreciated.
 
Regards,
Suresha M
  • Suresha,

    When you build your application with the XDC tool, a linker command file (.xdl) is generated in the sub-directory package/cfg. This file contains all the libraries that are linked to your application.

    For the second question, can you provide more details on what your use case is?

    Vikram