.NET Framework support for IA64

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

1.Please go through the following steps and answer the questions below.

Assume that if we install Microsoft visual studio(.NET) 2003 on IA-32 machine. Open the visual studio solution.
Is it possible to generate the code for IA64 processor using optimization option.
(Choose the solutiion-> properties->C++-->Optimization option and optimize for a paricular processor ( Ex : IA64 in the current case)

2.Is it possible to generate IA64 code on a IA32 machine using a intel C++
compiler 8.0.
or
Is MS Visual Studio .Net 2003 can drive the Intel C++ compiler 8.0.



Is
 
M.S.Srivatsa said:
1.Please go through the following steps and answer the questions below.

Assume that if we install Microsoft visual studio(.NET) 2003 on IA-32 machine. Open the visual studio solution.
Is it possible to generate the code for IA64 processor using optimization option.
(Choose the solutiion-> properties->C++-->Optimization option and optimize for a paricular processor ( Ex : IA64 in the current case)

2.Is it possible to generate IA64 code on a IA32 machine using a intel C++
compiler 8.0.
or
Is MS Visual Studio .Net 2003 can drive the Intel C++ compiler 8.0.

Not that any of this has to do with the .NET Framework...

VS.NET 2003 has no built-in support for compiling ia64 code.

You can have VS.NET drive the Intel compiler or Microsoft's ia64
compiler (from the Platform SDK or DDK) using makefile projects.
 
Back
Top