Question:
How to use custom platform with CCES_Runner.exe Utility
Answer:
A custom platform added using the configurator under CCES_Runner.exe, it should appear using CCES_Runner’s “—list” command. For example, a custom platform with the configurator name “Dual BF”:
And running ./CCES_Runner.exe --list shows the following:
...
Target: Blackfin CS Emulator
Platform: Dual BF
...
CCES_Runner.exe --processor ADSP-BF707 --target ”Blackfin CS Emulator” --platform “Dual BF” …
The custom platforms are stored in the Windows registry per CCES install, so to confirm that we need to add custom platform using the platform configurator for corresponding CCES IDE as shown below.
CCES IDE -> RUN -> Debug Configurations -> add New launch configuration -> Configurator -> New -> Platform Properties
We can also refer the following help path for configuring custom platform.
CrossCore® Embedded Studio x.x.x > Integrated Development Environment > Debugging Targets > Target Configurator > Platform Properties > Configuring a Platform