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
链接已复制
1 回复
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?
