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

ifort: command line warning #10122:

dnoack
Einsteiger
1.654Aufrufe

Hello,

I use ifort 11.1.072 with the following comman line:

ifort -D__EFL -DNOSTDCALL -DARGTRAIL -O3 -DPCWIN64_SYS -DPCWINX64_SYS -DPCWINNT_SYS -DCADOE_ANSYS -Qfpp -nbs -4Yportlib -4Ya /c /Fo.\ /DFORTRAN /MD /W0 /object:"..\objects"\ /module:"..\modules"\ /include:%I

and I get the following warning for every source file:

ifort: command line warning #10122: overriding '/object.\' with '/object..\objects\'

I want to get rid of the warning messages.

Please can anyone explain to me, what is wrong in the ifort commant.

Regards,

Dieter

0 Kudos
1 Antworten
dnoack
Einsteiger
1.654Aufrufe
I have solved my problem by myself. The reason for the warning message is, that the options /Fo.\ and /object:"..\objects"\ do the same using different directories and therefore the second option overwrite the first option.
Antworten