This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi!
I am trying to do a command line project create for CCSV4 using Bios6 as per
http://tiexpressdsp.com/index.php/Projects_-_Command_Line_Build/Create.
When I use the -rtsc.enableDspBios option, I get the following errors
java.lang.NullPointerException
at org.eclipse.rtsc.xdctools.ui.utils.XDCUtils.getRtscTarget(XDCUtils.ja
va:919)
at org.eclipse.rtsc.xdctools.ui.RTSCUtilsServer2.getRtscTarget(RTSCUtils
Server2.java:101)
at org.eclipse.rtsc.xdctools.buildDefinitions.XDC.VersionedConfiguration
InitializerDelegate.initializeBuildOptions(VersionedConfigurationInitializerDele
gate.java:203)
at org.eclipse.rtsc.xdctools.buildDefinitions.XDC.ConfigurationInitializ
erDelegate.initializeBuildOptions(ConfigurationInitializerDelegate.java:173)
....
I guess I need to specify the RTSC target and platform. How do I do that for a command line build ?
Regards and Thanks,
Maya Kamath.
Hi Maya,
Which CCS version are you using (as in the About... dialog)? I could not reproduce this problem in CCSv4.1.0.
- Baltasar