<div dir="auto">I'm thinking I was testing a GCC 8 with a by hand build. I need to check my script. This did not occur with RSB told when I tried to repeat it</div><br><div class="gmail_quote"><div dir="ltr">On Sat, Oct 20, 2018, 3:53 AM Sebastian Huber <<a href="mailto:sebastian.huber@embedded-brains.de">sebastian.huber@embedded-brains.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">----- Am 19. Okt 2018 um 14:02 schrieb joel <a href="mailto:joel@rtems.org" target="_blank" rel="noreferrer">joel@rtems.org</a>:<br>
<br>
> On Fri, Oct 19, 2018, 1:34 AM Sebastian Huber <<br>
> <a href="mailto:sebastian.huber@embedded-brains.de" target="_blank" rel="noreferrer">sebastian.huber@embedded-brains.de</a>> wrote:<br>
> <br>
>> ----- Am 18. Okt 2018 um 20:02 schrieb joel <a href="mailto:joel@rtems.org" target="_blank" rel="noreferrer">joel@rtems.org</a>:<br>
>><br>
>> > Hi<br>
>> ><br>
>> > Looks like there is a missing configuration check for omp.h:<br>
>> ><br>
>> ><br>
>> ><br>
>> ../../../../../../rtems/c/src/../../testsuites/smptests/smpopenmp01/init.c:34:10:<br>
>> > fatal error: omp.h: No such file or directory<br>
>> >   34 | #include <omp.h><br>
>> >      |          ^~~~~~~<br>
>> > compilation terminated.<br>
>><br>
>> On which target do you get this error? This header file is provided by GCC<br>
>> (needs --enable-libgomp).<br>
>><br>
> <br>
> It was arm which was surprising. I was building the zynq qemu bsp.<br>
> <br>
<br>
How did you build the tool chain? You should find the header file here:<br>
<br>
$(prefix)/lib/gcc/arm-rtems5/7.3.0/include/omp.h<br>
</blockquote></div>