SMP build fails looking for omp.h

Sebastian Huber sebastian.huber at embedded-brains.de
Fri Oct 19 06:34:21 UTC 2018


----- Am 18. Okt 2018 um 20:02 schrieb joel joel at rtems.org:

> Hi
> 
> Looks like there is a missing configuration check for omp.h:
> 
> 
> ../../../../../../rtems/c/src/../../testsuites/smptests/smpopenmp01/init.c:34:10:
> fatal error: omp.h: No such file or directory
>   34 | #include <omp.h>
>      |          ^~~~~~~
> compilation terminated.

On which target do you get this error? This header file is provided by GCC (needs --enable-libgomp).


More information about the devel mailing list