Questions tagged [libgomp]

A gcc implementation of OpenMP.

The GNU Offloading and Multi Processing Runtime Library is an implementation of OpenMP for the GNU C Compiler (gcc). https://gcc.gnu.org/projects/gomp/

32 questions
0
votes
0 answers

-fopenmp does not work on Ubuntu 13.10

I am building the same application using the Intel MKL libraries and the GCC compiler, with all the flags advised by Intel. To use the GCC OMP implementation, -fopenmp is advised, which links the program with -lgomp. This works fine on Ubuntu 12.04…
Juanjo
  • 659
  • 3
  • 9
0
votes
1 answer

undefined reference to _app_main

I'm trying to run some tests on vsoc_beta using arm-elf-gcc and arm-rtems-gcc. However, both compilers gave me the same error: /home/student/vsoc-beta/apps/libgomp/root.o: In function `main': /home/student/vsoc-beta/apps/libgomp/libgomp.c:24:…
ballballbobo
  • 61
  • 1
  • 10
1 2
3