Hi.
It seems like some of the recent changes to libosmocore cased following build failures:
[ 216s] +/usr/src/packages/BUILD/tests/testsuite.dir/at-groups/9/test-source: line 25: 28875 Illegal instruction $abs_top_builddir/tests/conv/conv_gsm0503_test
See https://build.opensuse.org/package/live_build_log/network:osmocom:nightly/li...
Could you please have a look as to what's causing it? I'm also puzzled by the build failing on 16.10 only. Versions 16.04 and 17.04 seems to be fine.
Hey,
Could you please have a look as to what's causing it?
Sure. But I need to know more information. As I can see:
#define HAVE_AVX2 #define HAVE_SSE3 #define HAVE_SSE4_1
The build machine's compiler supports all SIMD features we use.
#define HAVE___BUILTIN_CPU_SUPPORTS 1
And realtime SIMD detection should work fine too.
Could you please provide at least:
1) cat /proc/cpuinfo 2) compiler version
Thanks!
With best regards, Vadim Yanitskiy.
Hi Max,
Please see: https://gerrit.osmocom.org/#/c/2760/ This change should fix the issue.
With best regards, Vadim Yanitskiy.