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
In Nuclei Linux SDK, if you have chosen your branch #2, and build linux sdk for your selected SOC and CORE, and then you will be able to get a installed toolchain in work directory.
For example, if you are building for SOC=evalsoc CORE=ux900fd using branch dev_nuclei_6.1_v2, you should be able to find the toolchain in work/evalsoc/buildroot_initramfs/host/bin/.
In Nuclei Linux SDK, if you have chosen your branch #2, and build linux sdk for your selected SOC and CORE, and then you will be able to get a installed toolchain in work directory.
For example, if you are building for
SOC=evalsoc CORE=ux900fd
using branchdev_nuclei_6.1_v2
, you should be able to find the toolchain inwork/evalsoc/buildroot_initramfs/host/bin/
.For some configuration of Linux SDK, we are using buildroot built toolchain instead of prebuilt toolchain, you need to check with the buildroot menuconfig via
make SOC=evalsoc CORE=ux900fd buildroot_initramfs-menuconfig
, see https://github.com/Nuclei-Software/nuclei-linux-sdk#customize-buildroot-packagesThe text was updated successfully, but these errors were encountered: