Moved from STM32 forum
I am trying to build my spc5studio application from a batch file using the following command.
"C:\SPC5Studio-6.0\eclipse\SPC5Studio.exe" -nosplash --launcher.suppressErrors -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data "L:\wkspc" -import "L:\Test_Application" -cleanBuild myProject
I get following error, that I am not able to understand why?
[-eclipse.keyring, configuration\.eclipse\org.eclipse.equinox.security\secure_storage, -import, L:\Test_Application, -cleanBuild, myProject]
Error: Unknown argument: -eclipse.keyring
Usage:
-import {[uri:/]/path/to/project}
-importAll {[uri:/]/path/to/projectTreeURI} Import all projects under URI
-build {project_name_reg_ex{/config_reg_ex} | all}
-cleanBuild {project_name_reg_ex{/config_reg_ex} | all}
-no-indexer Disable indexer
-markerType Marker types to fail build on {all | cdt | marker_id}
-printErrorMarkers Print all error markers
-I {include_path} additional include_path to add to tools
-include {include_file} additional include_file to pass to tools
-D {prepoc_define} addition preprocessor defines to pass to the tools
-E {var=value} replace/add value to environment variable when running all tools
-Ea {var=value} append value to environment variable when running all tools
-Ep {var=value} prepend value to environment variable when running all tools
-Er {var} remove/unset the given environment variable
-T {toolid} {optionid=value} replace a tool option value in each configuration built
-Ta {toolid} {optionid=value} append to a tool option value in each configuration built
-Tp {toolid} {optionid=value} prepend to a tool option value in each configuration built
-Tr {toolid} {optionid=value} remove a tool option value in each configuration built
Tool option values are parsed as a string, comma separated list of strings or a boolean based on the option's type
SPC5Studio:
Java was started but returned exit code=1
-Dosgi.requiredJavaVersion=1.5
-Xms2048m
-Xmx2048m
-XX:+CMSClassUnloadingEnabled
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.connectTimeout=20000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=20000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.retryAttempts=20
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=20000
-Dorg.eclipse.ecf.provider.filetransfer.browse.connectTimeout=20000