lvgl / lv_port_renesas_ek-ra8d1

0 stars 3 forks source link

[lv_ek_ra8d1] arm-none-eabi-gdb not found #7

Closed kisvegabor closed 6 months ago

kisvegabor commented 6 months ago

After updating to the latest version I got this error on attempting to Debug: image

BSP config: image

Toolchain: image image

I've checked arm-none-eabi-gdb is in the bin folder of the selected compiler.

@jeremy-baker do you have any ideas?

jeremy-baker commented 6 months ago

The version of arm-none-eabi-gdb used by the debugger is not provided by the compiler, there is a version provided by the debug components shipped with the FSP. This is in the e2studio support area (help->about e2studio->installation details->Support folders then click the link for the "e2studio support area" in the DebugComp/RA folder in the e2studio support area :- image

kisvegabor commented 6 months ago

When I try to run arm-none-eabi-gdb I get:

~/.eclipse/com.renesas.platform_175529464/DebugComp/RA $./arm-none-eabi-gdb 
./arm-none-eabi-gdb: error while loading shared libraries: libpython3.10.so.1.0: cannot open shared object file: No such file or directory

I've checked that libpython3.10.so.1.0 exists.

jeremy-baker commented 6 months ago

These are the libraries it uses on my system :- image

kisvegabor commented 6 months ago

I've reinstalled python3.10 from source and now it's working. Thank you! :slightly_smiling_face:

So the debugger is working the rendered image scrambled. Does it work on your end with the latest LVGL master?

kisvegabor commented 6 months ago

The issue was on my end.

jeremy-baker commented 6 months ago

If I use Direct rendering, the image is broken, if I use FULL or Partial rendering the image on the screen is good.