Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4975 Discussions

base relocation problem

gte274s
Beginner
944 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
1 Reply
bnshah
Beginner
944 Views
That should work. However it may be better to ask Steve Lionel in the Fortran compiler forum
0 Kudos
Reply