- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone,
I have been trying to compile one of the example source codes using "icl". I have never had issues compiling Intel MKL code by linking to the MKL libraries: icl mkl_code.cpp mkl_intel_lp64.lib mkl_tbb_thread.lib mkl_core.lib tbb.lib.
The DAAL example code builds perfectly from VS2017, but whenever I tried to compile the code using Intel Compiler in the command line:
icl lin_reg_qr_dense_batch.cpp daal_core.lib daal_thread.lib tbb.lib
I get the following error:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This header file you may find out into daalroot\examples\cpp\source\utils\ directory. Please add the paths to this directory or copy both of these header files (error_handling.h service.h ) to the working directory and recompile the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the reply, Gennady. I have added error_handling.h service.h to the code directory.
Now, the new error that I get is:
"
lin_reg_qr_dense_batch.cpp
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page