Re: SMP build fails looking for omp.h

2018-10-20 Thread Joel Sherrill
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 On Sat, Oct 20, 2018, 3:53 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 19. Okt 2018 um 14:02 schrieb joel j...@rtems.org: >

Re: SMP build fails looking for omp.h

2018-10-20 Thread Sebastian Huber
- Am 19. Okt 2018 um 14:02 schrieb joel j...@rtems.org: > On Fri, Oct 19, 2018, 1:34 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> - Am 18. Okt 2018 um 20:02 schrieb joel j...@rtems.org: >> >> > Hi >> > >> > Looks like there is a missing configuration check for om

Re: SMP build fails looking for omp.h

2018-10-19 Thread Joel Sherrill
On Fri, Oct 19, 2018, 1:34 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > - Am 18. Okt 2018 um 20:02 schrieb joel j...@rtems.org: > > > Hi > > > > Looks like there is a missing configuration check for omp.h: > > > > > > > ../../../../../../rtems/c/src/../../testsuites/smptes

Re: SMP build fails looking for omp.h

2018-10-18 Thread Sebastian Huber
- Am 18. Okt 2018 um 20:02 schrieb joel j...@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 > |

SMP build fails looking for omp.h

2018-10-18 Thread Joel Sherrill
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 | ^~~ compilation terminated. --joel _