- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
I am trying to compile our software using the intel compilers. Nearly there! However, our software is compiled from many different source files, each of which have to be linked in. The directory for the object files is not too long (c:xxxxxxxxxxxxxxxxx) but when I have all my files (too many to count!) I cannot link the objects together. However, if I move them to c: t, for example, then the program compiles. Is there any options to extend this link line? I appreciate that this is probably more to do with .NET rather than Intel, but I was hoping that someone may have the answer here.
Many thanks
Ben
I am trying to compile our software using the intel compilers. Nearly there! However, our software is compiled from many different source files, each of which have to be linked in. The directory for the object files is not too long (c:xxxxxxxxxxxxxxxxx) but when I have all my files (too many to count!) I cannot link the objects together. However, if I move them to c: t, for example, then the program compiles. Is there any options to extend this link line? I appreciate that this is probably more to do with .NET rather than Intel, but I was hoping that someone may have the answer here.
Many thanks
Ben
링크가 복사됨
6 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
How are you specifying these objects in the build? Are you doing this in the IDE or from the command line?
Would putting the objects in a static library help? I've built projects with hundreds of modules without problems.
Would putting the objects in a static library help? I've built projects with hundreds of modules without problems.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks for the reply. This is specified through the ide. We have just over 1000 object files that need to be linked together. The project which was in CVF and Vis Studio C++ worked fine, now I have to split it up into two projects to handle the different languages. I would prefer not to have to create more static libraries than is necessary. I guess this is a limitation of the .NET ide, or the linker, but I cant seem to find a way of extending the line length for the linker command.
Thanks again
Ben
Thanks again
Ben
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
What version of Intel Fortran are you using? (8.?.???). I vaguely recall we had an issue like this in the past and fixed it.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Please try the latest version - 8.1.031 (or 8.1.030 if 031 is not yet available.)