- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to
get some diagnostic tips for Intel compiler. Here is the product:
Intel
C/C++ compiler 11.1 64bit windows
The issue we have is:
We
installed the compiler in a shared network drive. When we compile our source
code (using cygwin and makefile system), the compiler fails at some point like
this:
xxx.c
make[5]: *** [.OPT/xxx.obj] Error 128
And it fails at diff places if we restart from
scratch. We kind of suspect this is due to the network installation we have: the
compiler might have failed when the network resources could not be reliably
accessed. But there is no way to confirm since the compiler doesn't say
anything.
So my question is: how do I make the compiler spit out why it
fails? Is there such a flag to do this? Thanks!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
> icl /c /O2 /MD file1.cpp file2.cpp....... file20.cpp
There is a fix in the latest 11.1. what update of 11.1 are you using? The latest should be 11.1.067.
Jennifer

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