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

how can I debug on Itanium machine?

cesarpradosboda
初学者
668 次查看

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 项奖励
1 回复
Steven_L_Intel1
668 次查看
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 项奖励
回复