/function2

Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more

Primary LanguageCBoost Software License 1.0BSL-1.0

How to compile this for ARM:

chmod +x compile_with_arm_toolchain.sh ; ./compile_with_arm_toolchain.sh <path_to_arm> <path_to_sysroot>

example:

chmod +x compile_with_arm_toolchain.sh ; ./compile_with_arm_toolchain.sh toolchains/gcc-linaro-7.5.0-2019.12-i686_arm-linux-gnueabihf/ toolchains/sysroot-glibc-linaro-2.25-2019.12-armv8l-linux-gnueabihf/

see compile_with_arm_toolchain.sh for more details