Problems building KL730 SDK environment
I am setting up the KL730 SDK environment as described in the KL730 Development Environment User Guide (v1.04, June 2025), but I’ve run into some problems that prevent me from building successfully:
devel_leipzig
missing
- The documentation states that the
devel_leipzig
script should be present in the03_Toolchain
folder to configure environment variables (TOOLSDIR, KERNELINC, KERNELSRC, etc.). - In the SDK package I received, this file is not included. I also checked the Buildroot folder in case an alternative script was provided, but did not find it.
- Sysroot not generated/detected
- Both the prebuilt toolchain from
03_Toolchain/vtcs_toolchain.tar.gz
and the Buildroot-built toolchain do not include asysroot
directory. - When attempting to build the root file system, Buildroot reports:
o unable to detect the toolchain sysroot ... cannot use this toolchain
- The guide shows that the sysroot should be under:
-
/opt/vtcs_toolchain/leipzig/aarch64-buildroot-linux-gnu/sysroot
- but this directory does not exist after extraction or after building.
- Environment confirmed
- Host OS: Ubuntu 20.04 LTS (64-bit), as recommended.
- SDK archives were extracted on Linux (to avoid symlink loss).
- Toolchain path is set to
/opt/vtcs_toolchain/leipzig/
as documented. - Compiler works (
aarch64-linux-gcc --version
and--print-sysroot
), but since no valid sysroot exists, Buildroot fails.