Type of compile for a PXA250 (xscale processor on a Dell Axim x5)

  • Thread starter Thread starter jayderk
  • Start date Start date
J

jayderk

what type of processor do I compile for if I am using a Dell axim X5? my
thought was a ARM processor?

regards
Jay
 
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.
 
it is an evc dll that communicates with my .NET app..
so it may need to be compiled for ARMV4?

regards,
Jay
 
*Use the SDK for the target **device*** and it will be compiled for the
right processor; that's why we have SDKs...

Paul T.
 
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
 
Back
Top