This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-sdr@lists.osmocom.org/.
Sylvain Munaut 246tnt at gmail.comHi,
> /tmp/buildd/sdrangelove-0.0.1.20140824/sdrbase/dsp/interpolator.cpp:4:0:
> /tmp/buildd/sdrangelove-0.0.1.20140824/include-gpl/dsp/interpolator.h:4:23:
> fatal error: immintrin.h: No such file or directory
> #include <immintrin.h>
> ^
> compilation terminated.
> [...]
> ======== 8< ========
>
> Do you have any hint for this?
> Thanks, best regards.
That include is for SSE intrisics, obviously won't exist on MIPS.
Cheers,
Sylvain