.NET Framework support for IA64

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

mikeb

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top