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.

compiling mixed language programs

dksteinman
Beginner
433 Views
I am trying to compile a mixed language program in Visual Developer Studio that comes with CVF. The other language is c (not cpp or other). The studio compiles the fortran then writes an error message:
error spawning cl.exe
My c compiler is visual studio .Net 2003, and I've set paths to the bin directory.
Would someone please tell me how to find out how to set this up correctly?
thanks
0 Kudos
1 Reply
Steven_L_Intel1
Employee
433 Views
I'm not sure you can successfully invoke the VC.NET C compiler from the CVF environment. You set the paths in Tools..Options..Directories? You may have to add more paths as found in the VC.NET environment.
0 Kudos
Reply