[cfarm-users] GCC220 and error: 'immintrin.h' file not found

Juan Francisco Cantero Hurtado iam at juanfra.info
Thu Mar 18 20:15:03 CET 2021


On Thu, 18 Mar 2021 14:35:38 -0400
Jeffrey Walton via cfarm-users <cfarm-users at lists.tetaneutral.net>
wrote:

> Hi Everyone,
> 
> I'm doing some testing on GCC220, which is OpenBSD 6.8. I'm catching a
> compile error:
> 
> misc.cpp:24:25: error: immintrin.h: No such file or directory
> ...
> misc.cpp:81: error: '__m128i' was not declared in this scope
> ...
> misc.cpp:83: error: expected type-specifier before '__m128i'
> ...
> misc.cpp:84: error: '_mm_castsi128_ps' was not declared in this scope
> ...
> 
> It looks like <immintrin.h> is missing and the SSE gear is not
> included by other means.
> 
> I found several similar issues on the web and a similar thread at
> https://lists.freebsd.org/pipermail/freebsd-current/2018-July/070290.html.
> The thread says the headers need to be installed. I'm not a BSD person
> so I am not sure how correct that is.
> 
> Can someone verify all the headers are installed on the system?

Use "egcc" as C compiler instead of "gcc". The base gcc is too old.

If you need a C++ compiler, then use clang++. g++ (or eg++) will not
work correctly on amd64 or i386.

Cheers.


-- 
Juan Francisco Cantero Hurtado http://juanfra.info


More information about the cfarm-users mailing list