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.

IVF 8.1.21 fix

lmc
Beginner
529 Views
Did I read the release notes of the IVF 8.1.21 version correctly to state that there is now an unlimited number of object files supported for the linker ?

Thanks,
Lynn McGuire
0 Kudos
2 Replies
lmc
Beginner
529 Views
BTW, what I meant is that version 8.1.21 sends a response file to the linker instead of the names of the object files. The response file has all the names of the object files in it. So, if you have 4000+ object files, you do not have to have a bunch of static libraries built in order to use IVF.

Thanks,
Lynn
0 Kudos
Steven_L_Intel1
Employee
529 Views
That is correct, but there's a problem with the implementation that it does not quote the path to the response file. If your project is in a folder whose path contains a space, the link will fail. This will be fixed.
0 Kudos
Reply