Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What additional link flags do I need to specify when using MSVC 5.0 so that I can produce object files that the Etch Call Graph Profiler can process?

0
Posted

What additional link flags do I need to specify when using MSVC 5.0 so that I can produce object files that the Etch Call Graph Profiler can process?

0

Etch needs relocation information to rewrite a binary. Most compilers produce this by default, including pre-5.0 releases of Microsoft Visual C. MSVC 5.0, though, by default, does not produce relocation information for .exe files. If you are invoking the linker from the command line or maintaining your own makefile, you will need to add the flag “/fixed:no” when you invoke link.exe.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123