Documentation |
Documentation -> Tutorials -> Cross-compiling OpenSIPSThis page has been visited 1379 times. This page contains different information about how you can cross-compile OpenSIPS on different architectures. 1. ARMv7Documented by Micael on mailing list. The compiler used was gcc 10. The following steps need to be taken before compiling.
Compile line is: CC_EXTRA_OPTS="-march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -marm" make all |
Page last modified on January 12, 2022, at 01:25 PM