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

ipo: warning #11010: file format not recognized for /opt/intel/composerxe-2011.4.191/bin/intel64/

abhishekrnath
Beginner
386 Views
Hi friends,

I am compiling a benchmark tool with ICC. It shows the following error:

ipo: warning #11010: file format not recognized for /opt/intel/composerxe-2011.4.191/bin/intel64/
ld: cannot find /opt/intel/composerxe-2011.4.191/bin/intel64/: File format not recognized

I am using kubuntu 11.04 64 bit OS.

Thank You,
Abhishek R. Nath
0 Kudos
1 Reply
mecej4
Honored Contributor III
386 Views
I suspect that a file-name was not given where one is expected. That would explain why ipo and ld are trying to treat a directory as a file and failing.

Please show the full compilation command.
0 Kudos
Reply