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!
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)