Replies: 1 comment
-
Hi, This is not the solution yet. But I've noticed that guide shown in the (https://github.com/RT-Thread-Studio/sdk-bsp-ra8d1-vision-board/) is misleading. In there, the option given is (vision_board_mipi_7.0in) but actually, we are using 2inch LCD. Changing example passed the compilation. I believe I still need to install some package to pass mipi_7.0 inch. I will update once I found out. I hope we will have more support for the errors if we really want this eco system to prosper. Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am having this error. Kindly help me to solve. I am trying to follow example program from (https://github.com/RT-Thread-Studio/sdk-bsp-ra8d1-vision-board). Thanks in advance!
arm-none-eabi-gcc "../ra/fsp/src/bsp/mcu/all/bsp_delay.c"
../src/hal_entry.c:16:10: fatal error: arm-none-eabi-gcc "../ra/fsp/src/bsp/mcu/all/bsp_delay.c"
../src/hal_entry.c:16:10: fatal error: gt911.h: No such file or directory
16 | #include "gt911.h"
| ^~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:18: src/hal_entry.o] Error 1
make: *** Waiting for unfinished jobs....
"make -j8 all" terminated with exit code 2. Build might be incomplete.
16 | #include "gt911.h"
| ^~~~~~~~~
compilation terminated.
make: *** [src/subdir.mk:18: src/hal_entry.o] Error 1
make: *** Waiting for unfinished jobs....
"make -j8 all" terminated with exit code 2. Build might be incomplete.
Beta Was this translation helpful? Give feedback.
All reactions