Hello,
I am trying to run arm-none-eabi-gdb (gcc-arm-11.2-2022.02-x86_64-arm-none-eabi) with JLink from Segger to debug my iMX8 (SDK_2_9_0_MIMX8QM6xxxFF). I'm using Ubuntu 22.04 and my python installed is 3.10.
I'm getting this error:
$ arm-none-eabi-gdb igpio_led_output_m40.elf
arm-none-eabi-gdb: error while loading shared libraries: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
Do any of you knows how to solve this issue?
Thanks!