Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

ICC 11.1 Linux cannot compile V8

tp5
New Contributor I
590 Views
Hello, I tried to compile the V8 JavaScript Engine (used in Chrome) with ICC 11.1 on Linux but without success.

http://code.google.com/p/v8/wiki/Source

I noticed a bug report about this is already in the V8 bug tracker.

http://code.google.com/p/v8/issues/detail?id=689

It seems the attached patch is not required any more to start compilation, just exporting the compiler, but the error remains regardless.
I'm posting here to verify if this a compiler problem or has to be fixed in the code. Thanks.
0 Kudos
2 Replies
Milind_Kulkarni__Int
New Contributor II
590 Views
Missed this post.

Can you give the zipped source or the preprocessed file that reproduces the error. I could not download asI do not have svn installed, and it had lot of other dependencies which needed to be present on system.

Also, please let me know if you are compiling on Linux or Mac, as the bug report shows.

I am not sure if its compiler problem, and also you could try using the latest 11.1.073 .
0 Kudos
Alexander_C_Intel
590 Views
The simplest workaround here may be turning this error into warning.

You could do it by adding -wd803 option to icpc.

Alex
0 Kudos
Reply