We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Using Altera DS-5
DS-5 Altera Edition
Version: 5.20.2
Build number: 5202025
Full product installation (linux, x86_64)
Java HotSpot(TM) 64-Bit Server VM, version: 1.7.0_60
Gets error while loading image.
Below marked object named armv8. My image is armv7.
Is it only name or real problem with DS-5?
Any idea how to fix?
error message:
Unable to load one or more images
Exception Stack Trace:
com.arm.imagereaders.UnrecognisedFileFormatException: not an ELF file
at com.arm.imagereaders.elf.Elf_Ehdr.<init>(Elf_Ehdr.java:849)
at com.arm.imagereaders.elf.ElfFileReader.getElfHeader(ElfFileReader.java:226)
at com.arm.debug.core.imagereader.nelf.ELFFile.<init>(ELFFile.java:117)
at com.arm.debug.core.targetabstraction.arm.v8.elf.AArch64ElfFile.<init>(AArch64ElfFile.java:144)
at com.arm.debugger.control.ConnectionController.doPostDebugServiceInitialization(ConnectionController.java:904)
at com.arm.debugger.control.ConnectionController.manageDebugServiceAndInitialize(ConnectionController.java:759)
at com.arm.debugger.control.ConnectionController.doInitialize(ConnectionController.java:559)
at com.arm.debugger.control.ConnectionController.manageThreadModelAndInitialize(ConnectionController.java:539)
at com.arm.debugger.control.ConnectionController.manageProgressResourceAndInitialize(ConnectionController.java:484)
at com.arm.debugger.control.ConnectionController.initialize(ConnectionController.java:432)
at com.arm.debugger.control.ConnectionManager.createConnection(ConnectionManager.java:360)
at com.arm.debugger.launcher.TargetLauncher.launch(TargetLauncher.java:20)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:858)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:707)
at com.arm.debugger.control.VariableResolvingLaunchConfiguration.launch(VariableResolvingLaunchConfiguration.java:273)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:1018)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1222)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Session data:
eclipse.buildId=4.3.2.M20140221-1700
java.version=1.7.0_60
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -product com.arm.ds.altera
Command-line arguments: -os linux -ws gtk -arch x86_64 -product com.arm.ds.altera
This is strange. Did you build your image in DS-5 too? Wondering whether there's something in the built settings (i.e. accidentally building for the wrong target arch)?
If not - I'll investigate further.
Thanks,
Joe