Build Env: Debian10 bullseye image hosted in MacOS docker.
follow the manual which is located here.
http://wiki.friendlyarm.com/wiki/index.php/How_to_Build_FriendlyWrt
when execute ./build.sh friendlywrt, error happens:
IPKG_NO_SCRIPT=1 IPKG_INSTROOT=/home/pierre/friendlywrt-rk3328/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/root-rockchip-rk3328 TMPDIR=/home/pierre/friendlywrt-rk3328/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/root-rockchip-rk3328/tmp /home/pierre/friendlywrt-rk3328/friendlywrt/staging_dir/host/bin/opkg --offline-root /home/pierre/friendlywrt-rk3328/friendlywrt/build_dir/target-aarch64_cortex-a53_musl/root-rockchip-rk3328 --force-postinstall --add-dest root:/ --add-arch all:100 --add-arch aarch64_cortex-a53:200 install \ ...
very long string here(ipk)
make[2]: execvp: /usr/bin/env: Argument list too long
make[2]: *** [package/Makefile:68: package/install] Error 127
make[1]: *** [package/Makefile:108: /home/pierre/friendlywrt-rk3328/friendlywrt/staging_dir/target-aarch64_cortex-a53_musl/stamp/.package_install] Error 2
error screenshot can be found here:
and set ulimit seems not working.
Any sugestions ?
Thanks in advance.
Pierre.