Other Parts Discussed in Thread: SYSBIOS,
Tool/software: TI-RTOS
Situation:
- I have some codes that called interfaces that provided by packages like SYSBIOS, XDCtools, PDK, NDK, etc.. which are all from Processor-SDK. And I want to build these codes as a static library so I can share it between multiple programs.
- I know the packages like PDK are build totally in command line interface and xdc program is used for building. But I am not familiar with the command line interface of xdctools. (Is there a program that used for building is named
So I am wondering if there is an easier way to build the static library.
Question:
- How to build a static library inside the CCS GUI for the codes that uses the interfaces from SYSBIOS, XDCtools, etc.?
- If question 1 is impossible, then how to build the library from the command line? Is there any reference document? Where should I start for this?