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

base relocation problem

gte274s
Beginner
407 Views
I am using VTune performance analyzer to analyzea fortran program eqm2.exe which was built by Compaq Visual Fortran 6.5 with debug mode.When I tried tocollect the call graph data, it gives me error message like this:
The following modules were created without base relocations: ...eqm2.exe.Base relocations are requiredin orderto obtain call graph data. If your application is developed using Microsoft Visual C++ or Microsoft Visual Basic*, add the flag "/fixed:no" to the link command line or set the environmentvariable "LINK=/fixed:no." Restart the Development Environment and rebuilt your application.
I have set the environment variable and add the flag, but nothing good happened. Does anyone know how to fix this problem? Thanks for your time.
Erika
0 Kudos
2 Replies
bnshah
Beginner
407 Views
That should work. However it may be better to ask Steve Lionel in the Fortran compiler forum
0 Kudos
Steven_L_Intel1
Employee
407 Views
Sorry, I don't know offhand. I don't think this is a Fortran-specific issue since it's the same Microsoft linker as is used for other languages VTune supports.
If you continue to have problems, feel free to submit a support request to VTune support.
0 Kudos
Reply