FAQ / QTE (Quality Town for Embedded Grade)
yQTE02zTest Preparation Issues
QTE02_01 : prepare command, configuration file, runtime errors
yquestionz
When I run the prepare command, I get the following error
QTE-COMMAND-E100020 : Configuration error detected.
Failed to load "setup file name"
Please let me know how to handle this error.B
yAnswer.z
This error occurs because the configuration file displayed in the error message does not match the JSON format and fails to load.
Check if the configuration file indicated in the message is described according to the JSON format.
As an example of a format error, if a comma is set after "value to be set in value key" or "last value to be set in valueList
key" for a configuration file displayed in the error message as shown below, the configuration file will fail to load.
"user-include-dir-list": {
"valueList": [
"@WORKSPACE@/source/googletest-release-1.8.0/googletest/include",
"@WORKSPACE@/source/sample1/src"
,
]
}
If commas were set, remove them and rerun from the prepare command.
Search for related support information.