Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Comunicados
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.

Command compile for CVF

Deleted_U_Intel
Funcionário
651 Visualizações

I used CVF to compile and execute files from command (actually itis executed from another an old program. I need to setup the configuration file.). But I cannot do it now (I have not used it for a while). I always get some error message like LNK1181. An example that I used:

Fl32 file1.obj file2.for file3.exe

(file1.obj: existing OBJ file; file2: new F77 file)

Version: VF6.0

Thank you very much.

James

0 Kudos
3 Respostas
Steven_L_Intel1
Funcionário
651 Visualizações
That would not be a correct command. Use instead:

df /exe:file3.exe file2.for file1.obj

Make sure that file1.obj was compiled by CVF (or MSVC) and not some other Fortran compiler.
Steven_L_Intel1
Funcionário
651 Visualizações
I doubt you found that in VC98in. VC98lib, yes.

You should not need to do this if you have established the command environment properly. Do this either by using the "Fortran Command Prompt" shortcut provided in the CVF Start Menu program group, or run DF98indfvars.bat from your script or command prompt window.
james_gu
Principiante
651 Visualizações

Thank you, Steve. I did not setup the environment properly. It is very helpful!

James

Responder