You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution to the problem is to change the ARM Toolchains Paths
But I cannot find a 10.2.1 version ARM Toolchains in my computer, is it a bug of RT-Thread Studio?
I got an error everytime when I started with an example of project hmi-board-lvgl.



RT-Thread Studio Version:2.2.6
`
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)
`
The text was updated successfully, but these errors were encountered: