Stephanos
Stephanos
Hi, I am running in somewhat similar issues while trying to cross-compile for a debian running on beaglebone black. `Performing configuration checks - default address-model : 32-bit (cached) - default...
Okay, fixed it by compiling with following options `./b2 --prefix=~/boostForBBB/ --without-context --without-coroutine --without-fiber --without-python --address-model=32 --stagedir=~/boostForBBBstage-arm-gnueabihf-g++/ -j3 -toolset=arm-linux-gnueabihf-g++ -threading=multi `
I have an idea, but don't know, whether this is idiomatic for `crow` ```cpp #include #include #include #include #include #include #include #include constexpr int max_threads{999}; constexpr int min_random{1}; constexpr int...