Nuclei-Software / nuclei-linux-sdk

Nuclei RISC-V Linux Software Development Kit
Apache License 2.0
38 stars 10 forks source link

About Linux Toolchain 关于Linux工具链 #14

Open fanghuaqi opened 1 year ago

fanghuaqi commented 1 year ago

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/.

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-packages

fanghuaqi commented 9 months ago

If you want a standalone linux glibc toolchain, you can check following message: