Merge pull request #1 from CircuitCoder/master
Prebuilt binaries of busybox for embedded platforms.
ARCH
CROSS_COMPILE
riscv
riscv64-linux-musl
make defconfig
make menuconfig
make -j${NCPUS}
You will get busybox and busybox_unstripped binaries. Put them in corresponding directories.
busybox
busybox_unstripped
Verify:
$ file busybox_unstripped busybox_unstripped: ELF 64-bit LSB executable, UCB RISC-V, version 1 (SYSV), statically linked, with debug_info, not stripped
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
busybox-prebuilts
Prebuilt binaries of busybox for embedded platforms.
How to build
ARCH
andCROSS_COMPILE
to your platorm (for example,riscv
andriscv64-linux-musl
)make defconfig
make menuconfig
, enable static binary, then choose the applets you needmake -j${NCPUS}
You will get
busybox
andbusybox_unstripped
binaries. Put them in corresponding directories.Verify: