基於Eclipse的arm-linux的遠端GDB除錯
阿新 • • 發佈:2019-02-12
1.使用的平臺和軟體
周立功 --- M6G2C-IMA6UI核心
eclipse版本:Version: Neon.2 Release (4.6.2)
win7
2.eclipse的debug配置
2.1Run-》Debug Configurations
選中C/C++Remote Application右擊-》new 新建一個debug專案
選擇debuger 在GDB debugger上面選擇好gdb工具路徑
C:\Program Files (x86)\Linaro\gcc-linaro-arm-linux-gnueabihf-4.9-2014.07\bin\arm-linux-gnueabihf-gdb.exe
2.2 remote視窗
點選select other
彈出視窗 勾上use configuration spection settings
選擇
這樣就可以出現connection視窗
填寫IP address(開發板的ip地址):192.168.1.222
port number:1234
2.3 編譯程式並下載到開發板子上
在開發板終端上,可以找到已經編譯好的檔案
2.4 debug 程式
2.4.1 在開發板上指定tcp的ip地址和埠號和要debug的程式
2.4.2 在eclipse啟動debug
Run-》Debug Configurations
選擇要debug的工程,點選debug 進入debug,單步執行。
歡迎關注並加入物聯網行業聯盟,積累行業人脈和資源。