Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hmi-board-lvgl demo compile error #34

Open
hywing opened this issue Nov 26, 2023 · 2 comments
Open

hmi-board-lvgl demo compile error #34

hywing opened this issue Nov 26, 2023 · 2 comments

Comments

@hywing
Copy link

hywing commented Nov 26, 2023

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
Copy link
Author

hywing commented Nov 26, 2023

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
Copy link
Contributor

KunYi commented Dec 10, 2023

try download arm gcc 10.2.1 first
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants