[OE-core] Building with OpenMP support in OE fails on #include <omp.h>

Mike Looijmans mike.looijmans at topic.nl
Mon Mar 2 14:54:04 UTC 2015


Here's the problem, running in a devshell:

# echo '#include <omp.h>' > /tmp/compileme.c
# $CC -c -fopenmp /tmp/compileme.c
/tmp/compileme.c:1:17: fatal error: omp.h: No such file or directory
  #include <omp.h>
                  ^
compilation terminated.


The #pragma's and linking of OpenMP work just fine, it's just the inclusion of 
omp.h that appears to fail.

What I was actually trying to do is to activate OpenMP in OpenCV to get decent 
performance on a multicore ARM system. But this is holding me back now.

Looking in the sysroots reveals that the include file is actually there:

$ find tmp-glibc/sysroots/topic-miami-florida-med-xc7z030 -name omp.h
tmp-glibc/sysroots/topic-miami-florida-med-xc7z030/usr/lib/gcc/arm-oe-linux-gnueabi/4.9.1/include/omp.h


Maybe something missing in the OE compiler options for the compiler?


Met vriendelijke groet / kind regards,

Mike Looijmans
System Expert


TOPIC Embedded Systems
Eindhovenseweg 32-C, NL-5683 KH Best
Postbus 440, NL-5680 AK Best
Telefoon: (+31) (0) 499 33 69 79
Telefax:  (+31) (0) 499 33 69 70
E-mail: mike.looijmans at topic.nl
Website: www.topic.nl

Please consider the environment before printing this e-mail

Topic zoekt gedreven (embedded) software specialisten!
http://topic.nl/vacatures/topic-zoekt-software-engineers/




More information about the Openembedded-core mailing list