Part Number: TM4C1294NCPDT
Tool/software: Code Composer Studio
Hi,
I am developing embedded application on TM4C1294NCPDT and TI-RTOS using CCS v9.0.1 for development.
Case 1:
I have multiple projects in my workspace as mentioned below:
Project_Main: This is main embedded application project. This project uses library1.lib and library2.lib. Output of this project is .hex or .bin which will be flashed to microcontroller.
Project_Library1: This is library project which generates library1.lib.
Project_Library2: This is library project which generates library2.lib. This project uses library1.lib.
Project build order needs to be setup as below:
- Project_Library1
- Project_Library2
- Project_Main
Case 2:
I have multiple projects in my workspace as mentioned below:
Project_Main: This is main embedded application project. This project uses library1.lib and library2.lib. Output of this project is .hex or .bin which will be flashed to microcontroller.
Project_Library1: This is library project which generates library1.lib.
Project_Library2: This is library project which generates library2.lib. This project uses library1.lib. Also some configuration of this library is dependent on macros defined in "Project_Main".
Project build order needs to be setup as below:
- Project_Library1
- Project_Library2
- Project_Main
I need to setup my build order in CCS workspace in such a way that all independent projects should build first and then dependent project after building independent projects.
If I start compiling Project_Main first time then library project should build first and then application project. Is it possible ? To trigger compilation of one project from other project.
Please help me to resolve above cases.
Thanking you.
Best Regards,
Harshel
