簡體   English   中英

使用 Eclipse Mars CDT 進行 JTag 調試:“程序文件不存在”

[英]JTag Debugging with Eclipse Mars CDT : “Program file does not exist”

我已經成功編譯了一個 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.

主選項卡中的 C/C++ 應用程序丟失。 OK 使用Debug/MyProject.elf

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM