This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Core definition is missing - Cortex-R5 (reconfiguring database)

Hi all,

Sorry if this is the wrong place, help direct me to the right forum if you know.

I am writing up a DS-5 configuration database for multiple platforms. But I am getting this error when testing the platforms in the database:

"""
com.arm.debug.configdatabase.interfaces.ConfigDatabaseException: SAX Parser encountered problems
.
.
.

Caused by: com.arm.debug.configdatabase.interfaces.ConfigDatabaseException: Core definition is missing - Cortex-R5
"""

However I do have the core definition defined in my project_types.xml files like this:

"""
<activity ...>
<name ...>Some name</name>
<core connection_id="Cortex-R5" core_definition="Cortex-R5"/>
.
.
.
</activity>
"""

I have more core definitions listed under other debug activities, but this Cortex-A5 is the first listed.
Do I have an out-of-date XML schema I have been following?

Any help is greatly appreciated!

Running DS-5 Community Edition installed from the Eclipse Marketplace onto Eclipse Oxygen.