Hello,
I would like to cross compile a Win 32Bit application on my Linux 32 Bit host. I have downloaded the corresponding toolchain of MinGW64. However, I cannot compile my code with OpenMP support. In particular, the header omp.h (and probably also the corresponding library) is not present. Which additional packages do I need to enable OpenMP? Is there a thread, tutorial, or website concerning the use of OpenMP with MinGW64?
I would appreciate any help.
Have you tried sezeo's builds?
You need to rebuild gcc with --enable-libgomp with pthreads installed first.