DS-5的30天试用版使用DS-5 debugger时出现错误。例如使用官方给的
DS-5\examples\Bare-metal_examples_ARMv7\DS-5Examples\startup_Cortex-A8无法链接到target,具体细节如下
Message:
Unable to connect to calendar-Cortex-A8-FVP-example. Failed to connect to the device
No feature information was found in the configuration database entry for this target
Exception Stack Trace:
com.arm.debug.interpreter.ds.DSException: Failed to connect to the device
at com.arm.debug.interpreter.ds.DSInterpreter.initialise(DSInterpreter.java:495)
at com.arm.debug.interpreter.ds.DSInterpreter.initialise(DSInterpreter.java:482)
at com.arm.debug.service.DebugService$2.run(DebugService.java:284)
at com.arm.debug.service.DebugService$2.run(DebugService.java:1)
at com.arm.debug.service.SingleThreader$QueuedCall.run(SingleThreader.java:57)
at com.arm.debug.service.SingleThreader$1.run(SingleThreader.java:120)
Caused by: com.arm.debug.core.interfaces.connection.ConnectionException: No feature information was found in the configuration database entry for this target
at com.arm.debug.targetaccess.device.TargetDevice.obtainLicense(TargetDevice.java:181)
at com.arm.debug.targetaccess.device.TargetDevice.connect(TargetDevice.java:286)
at com.arm.debug.core.engine.connection.Connection.connect(Connection.java:362)
at com.arm.debug.interpreter.ds.DSInterpreter.initialise(DSInterpreter.java:493)
... 5 more
Asynchronously called from thread MainThread
at com.arm.debug.service.SingleThreader.execute(SingleThreader.java:152)
at com.arm.debug.service.DebugService.createDebugService(DebugService.java:254)
谢谢 |