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.

how can I debug on Itanium machine?

cesarpradosboda
Beginner
701 Views

Hi, I have the next problem, I want do a porting to Itanium 2, Ive just compilated the code ( Pentium )and when I run the .exe (Itanium 2)I have the problems, then I wish do a little debug but I cant because theinstallation of Visual Studio 2005 on the Intel Itanium (IA64) is not supported, ( I have read and prove http://msdn.microsoft.com/vstudio/support/readme/default.aspx ) then I cant do the integration the Intel Visual Studio IA64 in Visual Studio, isnt it?

Then, how can I do a debug? I dont want to use the Intel Debugger. Ive read about the Remote Debug, but, does it work with Fortran?

Thanks in advance

Cesar

0 Kudos
1 Reply
Steven_L_Intel1
Employee
701 Views
Remote debug is not an option as it needs VS on the target system, I'm pretty sure. As you discovered, Microsoft does not support Visual Studio on Itanium-based systems. The Intel Debugger is pretty much the only option for Fortran code on Itanium. Why don't you want to use it?
0 Kudos
Reply