Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel Visual Fortran Compiler

michael_bindl
Beginner
511 Views

I installed the intel visual fortran comiler eval. version on my machine yesterday to integrate with VS 2005. The problem I am having is that some of my projects are still in VC6 and when I go to run those in VC6 I recived an error in spawning xilink6. I included the appropriate directory for executebles so it would spawn bu ti now have the following problems:

xilink6: error spawn_errno_EINVAL: unable to run 'C:PROGRA~1IntelCompilerC__~1100~1.025IA32Binmcpcom.exe'
xilink6: error error_during_IPO_compilation: problem during multi-file optimization compilation (code -1)
xilink6: error error_during_IPO_compilation: problem during multi-file optimization compilation (code -1)

Anyone have any ideas for me?

Thank you.

0 Kudos
1 Reply
Steven_L_Intel1
Employee
511 Views
The error you are seeing relates to Intel C++ and not Intel Fortran. Intel Visual Fortran does not support use from VC6, though Intel C++ 10.0 does.

I suggest that you submit a problem report to Intel Premier Support regarding Intel C++ and this error.
0 Kudos
Reply