- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, hope someone could help me with following problem:
I have a simple console application where I use the Matlab libraries "libmx.lib", "libmex.lib" and "libmat.lib". Now I want to use some CBLAS functions from the Intel MKL. I link the libraries "mkl_intel_c.lib", "mkl_core.lib", "mkl_intel_thread.lib" and libguide.lib" to my project. Compile and link works fine.
BUT, when I start the application I got the following error (before any line of my program runs):
[cpp]First-chance exception at 0xbaadf00d in cnn.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
First-chance exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.
Unhandled exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.[/cpp]
Seems to be a conflict with the libs?!
PS: I am using VS2005, Matlab R2008b and Intel MKL 10.1.
Thanks and regards, Daniel.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, hope someone could help me with following problem:
I have a simple console application where I use the Matlab libraries "libmx.lib", "libmex.lib" and "libmat.lib". Now I want to use some CBLAS functions from the Intel MKL. I link the libraries "mkl_intel_c.lib", "mkl_core.lib", "mkl_intel_thread.lib" and libguide.lib" to my project. Compile and link works fine.
BUT, when I start the application I got the following error (before any line of my program runs):
[cpp]First-chance exception at 0xbaadf00d in cnn.exe: 0xC0000005: Access violation reading location 0xbaadf00d.
First-chance exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.
Unhandled exception at 0x7c97478e in cnn.exe: 0xC0000005: Access violation.[/cpp]
Seems to be a conflict with the libs?!
PS: I am using VS2005, Matlab R2008b and Intel MKL 10.1.
Thanks and regards, Daniel.
Seems to be a conflict between Matlab R2008b and Intel MKL (and also AMD CML), with Matlab R2007b it works fine.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page