enter link description hereHello RT Threads,
Here I am using the AB32VG1 board I have setup all the steps given by the vender of the board but I am getting the issue when I build the default code {{RT-Thread_setup_issue.pdf(uploading...)}}
please verify the attached doc clearly and Please help me to resolve this issue immediately
Hi SHOX_7902,
Build issues with new boards can sometimes happen due to environment mismatches. After looking at your description, it might help to check a few common setup points:
Confirm that the correct compiler toolchain for the AB32VG1 (RISC-V) is installed and configured.
Make sure your Python version and SCons tools match the RT-Thread build requirements.
Regardings,
Geometry Dash Lite
Hi,
Hard to say without seeing the exact error from your build. Could you paste the build log / error output here?
In the meantime, a few things to double-check for AB32VG1 + RT-Thread:
Toolchain path is set correctly (RISC-V GCC)
BSP matches the board version
Environment (Env tool / menuconfig) is initialized properly
No missing packages after pkgs --update
See Ya,
Snow Rider
Hi, it seems like your build issue may be related to incorrect toolchain or environment configuration rather than the default code itself. I’d recommend double-checking that all paths, SDK versions, and board support packages are set up exactly as the vendor instructions specify. Also, try cleaning and rebuilding the project from scratch to rule out any cached build errors.
Regardings,
Geometry Dash