J jayderk Nov 9, 2004 #1 what type of processor do I compile for if I am using a Dell axim X5? my thought was a ARM processor? regards Jay
what type of processor do I compile for if I am using a Dell axim X5? my thought was a ARM processor? regards Jay
P Paul G. Tobey [eMVP] Nov 9, 2004 #2 Compile with what? You don't have to set a target CPU type for compile with ..NET CF; it's .NET. The Intel XScale and SA processors are in the ARM line, yes. Paul T.
Compile with what? You don't have to set a target CPU type for compile with ..NET CF; it's .NET. The Intel XScale and SA processors are in the ARM line, yes. Paul T.
J jayderk Nov 9, 2004 #3 it is an evc dll that communicates with my .NET app.. so it may need to be compiled for ARMV4? regards, Jay
it is an evc dll that communicates with my .NET app.. so it may need to be compiled for ARMV4? regards, Jay
P Paul G. Tobey [eMVP] Nov 9, 2004 #5 *Use the SDK for the target **device*** and it will be compiled for the right processor; that's why we have SDKs... Paul T.
*Use the SDK for the target **device*** and it will be compiled for the right processor; that's why we have SDKs... Paul T.
C Chris Tacke, eMVP Nov 9, 2004 #6 Maybe ARMv4, Maybe ARMv4I, Maybe ARMv4t - depends on what the OEM did. Use the right SDK and it's not an issue. -- <ctacke/> www.OpenNETCF.org Your CF searches start and end here
Maybe ARMv4, Maybe ARMv4I, Maybe ARMv4t - depends on what the OEM did. Use the right SDK and it's not an issue. -- <ctacke/> www.OpenNETCF.org Your CF searches start and end here