RT-Thread-Studio / sdk-bsp-ra6m3-hmi-board

sdk-bsp-ra6m3-hmi-board
12 stars 15 forks source link

hmi-board-lvgl demo compile error #34

Open hywing opened 8 months ago

hywing commented 8 months ago

I got an error everytime when I started with an example of project hmi-board-lvgl. RT-Thread Studio Version:2.2.6 image image image

` 14:31:58 Build of configuration Debug for project hmi-board-lvgl make -j16 all arm-none-eabi-gcc "../src/hal_entry.c" arm-none-eabi-gcc "../rt-thread/src/clock.c" arm-none-eabi-gcc "../rt-thread/src/components.c" arm-none-eabi-gcc "../rt-thread/src/device.c" d:/software/rt-threadstudio/platform/env_released/env/tools/buildtools/2.12-20190422-1053/bin/sh: arm-none-eabi-gcc: not found make: [src/subdir.mk:18: src/hal_entry.o] Error 127 make: Waiting for unfinished jobs.... d:/software/rt-threadstudio/platform/env_released/env/tools/buildtools/2.12-20190422-1053/bin/sh: arm-none-eabi-gcc: not found make: [rt-thread/src/subdir.mk:51: rt-thread/src/clock.o] Error 127 d:/software/rt-threadstudio/platform/env_released/env/tools/buildtools/2.12-20190422-1053/bin/sh: arm-none-eabi-gcc: not found make: [rt-thread/src/subdir.mk:51: rt-thread/src/components.o] Error 127 d:/software/rt-threadstudio/platform/env_released/env/tools/buildtools/2.12-20190422-1053/bin/sh: arm-none-eabi-gcc: not found make: *** [rt-thread/src/subdir.mk:51: rt-thread/src/device.o] Error 127 Console-Error: 请在 SDK Manager 安装对应的工具链 "make -j16 all" terminated with exit code 2. Build might be incomplete.

14:32:01 Build Failed. 6 errors, 0 warnings. (took 3s.461ms) `

hywing commented 8 months ago

The solution to the problem is to change the ARM Toolchains Paths image But I cannot find a 10.2.1 version ARM Toolchains in my computer, is it a bug of RT-Thread Studio? image

KunYi commented 7 months ago

try download arm gcc 10.2.1 first image