+-
使用Eclipse Mars CDT进行JTag调试:“程序文件不存在”

我已经成功编译了一个ARM嵌入式项目,已经创建了下一个文件:

MyProject.elf
MyProject.bin
MyProject.hex
MyProject.map
MyProjectmd5.bin

然后我将转到Run -> Debug Configurations -> GDB SEGGER J-Link Debugging -> New -> Debug,但出现错误:

 Program file does not exist

用于ARM的GCC编译器:https://launchpad.net/gcc-arm-embedded

使用的ARM Eclipse插件:http://gnuarmeclipse.livius.net/blog/

这就是我在控制台中看到的:

    23:25:36 **** Build of configuration Release for project MyProject ****
    make all 
    Invoking: Cross ARM GNU Print Size
    arm-none-eabi-size --format=berkeley "MyProject.elf"
       text    data     bss     dec     hex filename
      40120     252    2252   42624    a680 MyProject.elf
    Finished building: MyProject.siz



23:25:36 Build Finished (took 112ms)

似乎在运行JLinkGDBServer时出现问题

$ JLinkGDBServer
SEGGER J-Link GDB Server V4.98e Command Line Version

JLinkARM.dll V4.98e (DLL compiled May 5 2015 11:59:38)

-----GDB Server start settings-----
GDBInit file: none
GDB Server Listening port: 2331
SWO raw output listening port: 2332
Terminal I/O port: 2333
Accept remote connection: yes
Generate logfile: off
Verify download: off
Init regs on start: off
Silent mode: off
Single run mode: off
Target connection timeout: 0 ms
------J-Link related settings------
J-Link Host interface: USB
J-Link script: none
J-Link settings file: none
------Target related settings------
Target device: unspecified
Target interface: JTAG
Target interface speed: 1000kHz
Target endian: little

Connecting to J-Link...
J-Link is connected.
Firmware: J-Link OB-SAM3U128-V2-NordicSemi compiled May 4 2015 13:48:48
Hardware: V1.00
S/N: 681968347
Checking target voltage...
Target voltage: 3.30 V
Listening on TCP/IP port 2331
Connecting to target...ERROR: Could not connect to target.
Target connection failed. GDBServer will be closed...Restoring target state and closing J-Link connection...
Shutting down...
Could not connect to target.
1
投票

缺少主TAB中的C / C ++应用程序。使用Debug/MyProject.elf确定>