Hi,
We have a platform that can run multiple applications.
Each application has its own C file (App1.c, App2.c, etc...)
All those applications are run over the same base code (Main.c)
How can I tell CCE to build and link only one of these AppX.c without moving files in and out of the project.
Thanks,