Could not determine GDB version using command: arm-none-eabi-gdb --version

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Could not determine GDB version using command: arm-none-eabi-gdb --version

34 次查看
ayoub_ei
Fresh Out Contributor

Hello All, 

I have a FRDM-K64F board. I have intalled McuXpresso IDE on Unbuntu 202404 version. 

I load hello world example and stated to debug then I got the following error: 

Could not determine GDB version using command: arm-none-eabi-gdb --version
arm-none-eabi-gdb: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory. 

I would be appreciated it for any help!

 

 

标记 (1)
0 项奖励
回复
1 回复

18 次查看
bobpaddock
Senior Contributor III

Looks like your system is missing one of these libraries:

> apt search libncursesw
Sorting... Done
Full Text Search... Done

libncursesw5/jammy-updates,jammy-security 6.3-2ubuntu0.1 amd64
shared libraries for terminal handling (wide character legacy version)

libncursesw5-dev/jammy-updates,jammy-security 6.3-2ubuntu0.1 amd64
transitional package for libncurses-dev

libncursesw6/jammy-updates,jammy-security,now 6.3-2ubuntu0.1 amd64 [installed,automatic]
shared libraries for terminal handling (wide character support)

0 项奖励
回复