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.

No executable?

bsully
Beginner
643 Views
I am using the "elf" command to compile and link 28 source files. Each file is compiled, but they are not linked. Is there a maximum number of files or a max executable size? It appears that the link is not be attempted.
Thanks in advance.
0 Kudos
5 Replies
Steven_L_Intel1
Employee
643 Views
"elf"? I don't know that one....

Steve
0 Kudos
bsully
Beginner
643 Views
oops "efl"
0 Kudos
Steven_L_Intel1
Employee
643 Views
Ah, ok. I don't know of a limit. I suggest sending a log to Intel Support.

Steve
0 Kudos
TimP
Honored Contributor III
643 Views
There is a limit on the length of a command line, presumably imposed by Windows. Are you certain that all the individual compilations were successful? Also, there is a limit on size of short data segment. If all the individual .obj files are good, this limit will not be seen unless the link is attempted.
0 Kudos
bsully
Beginner
643 Views
Thanks a lot! One of the 28 was missing ! Now I have all these linker errors....
0 Kudos
Reply