This page has been visited 1458 times.
This page contains different information about how you can cross-compile OpenSIPS on different architectures.
Documented by Micael on mailing list. The compiler used was gcc 10.
The following steps need to be taken before compiling.
-marm
to CC options to disable ARM thumb mode.
--host=arm
Compile line is:
CC_EXTRA_OPTS="-march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -marm" make all