I have a question about the RTSC platforms, or more specifically, how to delete old ones.
I created two different custom platforms for a C6748. I used ${PROJECT_LOC}/Platform as my repository. We decided on which platform we want to use, and now I'm having trouble removing the unused one. When I delete the platform folder and recompile my code, CCS gives me an error
gmake: *** No rule to make target `C:/TFS Projects/Optimus Realtime/Source/Dev/Platform/evmc6748_optimus_wlink/config.bld', needed by `configPkg/compiler.opt'.
Luckily, since I'm using TFS, I can revert... but we would still like to get rid of the unused platform.
Does anyone know how to properly remove old platform files?