Hi,
Many thanks for your training materials on building Embedded Systems using Linux on QEMU.
I see an error while trying to build Buildroot on QEMU while following the instruction in the below document of yours. The section is "Using a build system, example with Buildroot"
https://bootlin.com/doc/training/embedded-linux/embedded-linux-qemu-labs.pdf
The error is as below:
Unable to detect the toolchain sysroot, Buildroot cannot use this toolchain.
I just thought of letting you know about this issue and if possible, any known fix.
build_log.txt
Also, the instructions seem to contradict in that we build GCC version 14 toolchain but during Buildroot we specify GCC version 12. This also throws a problem about mismatch in the version.
Below are the commands used:
git clone https://gitlab.com/buildroot.org/buildroot.git
cd buildroot/
git checkout 2023.02.11
make menuconfig
make
Regards,
Karthik
Hi,
Many thanks for your training materials on building Embedded Systems using Linux on QEMU.
I see an error while trying to build Buildroot on QEMU while following the instruction in the below document of yours. The section is "Using a build system, example with Buildroot"
https://bootlin.com/doc/training/embedded-linux/embedded-linux-qemu-labs.pdf
The error is as below:
Unable to detect the toolchain sysroot, Buildroot cannot use this toolchain.
I just thought of letting you know about this issue and if possible, any known fix.
build_log.txt
Also, the instructions seem to contradict in that we build GCC version 14 toolchain but during Buildroot we specify GCC version 12. This also throws a problem about mismatch in the version.
Below are the commands used:
Regards,
Karthik