rofl0r
rofl0r
thanks, i'm not interested in changing the build system nor adding 3rd party stuff like systemd services but i'm leaving this open in case someone finds it useful.
> And for a simple init.d script? out of scope as well
does it work when you add -fsigned-char to your CFLAGS ?
well from a C language PoV the only difference between x86 and ARM is that ARM defaults to char == unsigned char. so i'd suspect that your issues are related...
you could try this: https://github.com/rofl0r/microsocks/issues/6 - increasing the stacksize maybe for some reason the ARM implementation of GLIBC or whatever LIBC you use (which one is it?) wastes more RAM,...
yes, uclibc could be the culprit. i'd strongly suggest to use musl instead to build tiny static-linked binaries (build your own toolchain from the scripts in https://github.com/richfelker/musl-cross-make)
hi, if you want a smaller binary you can try use the following flags in config.mak: ``` CFLAGS = -Os -flto LDFLAGS = -s -flto ``` as for making it...
this sounds useful. would you mind sharing your patch, @krivit ?
> I would recommend reading through the documentation that is in the file: i would recommend opening a PR fixing the docs, but then it looks like this repo is...
i dont think it matters which programs were used to "compile" the music, as long as the end result is available under a permissive license. is there even input data...