Andrey Perminov
Results
2
issues of
Andrey Perminov
Does ngthhp2 support cross-compilation with `--with-mruby` flag enabled? I tried to configure it using: `./configure --build=x86_64 --host=arm-linux-gnueabihf --target=arm-linux-gnueabihf --disable-examples --with-mruby --disable-failmalloc` However I get compilation error: ``` CC mruby/src/symbol.c ->...
By default my yocto project use TCLIBC="gnu". However I need to compile fully static rust app using TCLIBC="must" Is there a way to setup rust toolchain different from (or additional...