hisuwj
hisuwj
I found the reason and the solution. I was using the openwrt-mipsel_24kc-static version. and I needed to modify the github workflow files build.yml. Find the following section : - arch:...
> > I found the reason and the solution. I was using the openwrt-mipsel_24kc-static version. and I needed to modify the github workflow files build.yml. Find the following section :...
> > no_madvise_syscall=false > > The compiled binary cannot be executed after changing it to no_madvise_syscall=false. I have tried it. That means your system kernel does not support the madvise_syscall,...
> That is not ok, because people with normal kernels get worse performance from the static builds. My system kernel supports madvise. If I remove use_partition_alloc=false and use_allocator_shim=false from the...
> > If I remove > > The point of this discussion is that the user should be able to download easily usable binaries without having to build from source....
> > > If I remove > > > > > > The point of this discussion is that the user should be able to download easily usable binaries without...