Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28593 Discussions

How to build in QuickWin project

ywangsiom
Beginner
271 Views
I have added several f90 files into source files within quickwin project. When i compiled them, it always report couldnot find *.mod. These modules are being defined in other f90 files. Does someone know the reason?
0 Kudos
2 Replies
anthonyrichards
New Contributor III
271 Views
Normally of course, you would expect a compiler to recognise a FORTRAN file containing MODULE code and compile it THEN compile files that USE the module. As a work around, just select the module files yourself and compile them individually, then build the rest of the project. The modules should be found and all should then proceed normally.
0 Kudos
Steven_L_Intel1
Employee
271 Views
In CVF, it is normal to get this message when first building a project. I don't see it in IVF. If it persists, try a "Rebuild".
0 Kudos
Reply