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

ICPC 10.1.015 compile problem

postaquestion
Beginner
184 Views

I am trying to compile Qt 4.3.4, commercial, for x11, with icpc 10.1.015 on top of gcc 4.2.3 on Fedora 5. It gets to tools/designer/src/components/lib/ and then I get:

(0): internal error: 0_47021
compilation aborted for ../propertyeditor/qpropertyeditor_items.cpp (code 4)

Your support search returns nothing for 0_47021

Please advise.

0 Kudos
1 Reply
Dale_S_Intel
Employee
184 Views
Can you tell if it's actually compiling a single file (qpropertyeditor_items.cpp) as it appears, or is it attempting a link command?

It's hard to say what's going on without a test case, but if it's really dying while compiling a single file then it should be easy to generate a test case and post it here.

If you can determine the actual command line where it dies, then try generating a .i file and post it here along with the command line I'd be happy to look into it. Or you could submit the issue to premier.intel.com.

Thanks!

Dale
0 Kudos
Reply