Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Xcode issue: GDB error message

steingre
Beginner
460 Views
To Whom It May Concern,
I have an issue with compiling my fortran code under xcode. First of all, the compiling succeeded but when I try to run the code I get the following message:
Program received signal: EXC_BAD_ACCESS.

Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)

I would appreciate any help on that issue.
I am running the some code under Intel Fotran for Windows and everything is fine.
Does anyone have an idea?
I highly appreciate help!
Best,
Walter
I should add:

dyld: Library not loaded: libmkl_intel_lp64.dylib

Referenced from: /Users/Chef/f90/Test/test2/test2/build/Debug/test2

Reason: image not found

sharedlibrary apply-load-rules all

0 Kudos
1 Reply
steingre
Beginner
460 Views
I could solve the issue by setting the dynamic library path to
/Developer/opt/intel/composerve-2011.0.085/compiler/lib/
changed the "other link path" to static and gave them the right path:

-openmp

-lmkl_lapack95_ilp64

/Developer/opt/intel/composerxe-2011.0.085/mkl/lib/libmkl_intel_ilp64.a

/Developer/opt/intel/composerxe-2011.0.085/mkl/lib/libmkl_intel_thread.a

/Developer/opt/intel/composerxe-2011.0.085/mkl/lib/libmkl_core.a

-lpthread

I also want to mention that this thread is very helpful:
0 Kudos
Reply