Re: What is QRArch used for?



So what's the difference between ARM5T and ARM4T? Under what circumstance
that I need to override the ARM4T with ARM5T? Does it will benefit the
performance?

Thank you!

"Luca Calligaris" wrote:

ARM_XSCALE_C_CMD_LINE it's used to add command line options to the C
compiler when you are compiling code for Xscale based ARM processor; in your
case, the default option 'compile for ARM 4T architecture' is overridden
with 'compile for ARM 5T architecture'.
If you take a look at %_WINCEROOT%\PUBLIC\COMMON\OAK\MISC\makefile.def file
you can see what the several 'sources' file directives mean.

--

Luca Calligaris
l.calligaris.nospam@xxxxxxxxxxxxxxxxxx
www.eurotech.it

"Sun YiLin" <SunYiLin@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:440A8793-516F-4D36-BB8B-422F15678269@xxxxxxxxxxxxxxxx
When I compile my BSP, some of this warning message shows up:
cl : Command line warning D4025 : overriding '/QRarch4T' with '/QRarch5T'

And then I found that in the source folder, the makefile added a new line
like this:
ARM_XSCALE_C_CMD_LINE=-QRarch5T

Can somebody tell me what it is used for, and when to use this option?
Besides that I cannot find ARM_XSCALE_C_CMD_LINE in MSDN, where it was
defined?



.



Relevant Pages

  • Re: "pointers" in /clr
    ... > explicitly declared "override" if they override an existing one. ... > it once and compile standard native C++ code into pure managed ... Automatically substituting static ... > much forced to rewrite it, or to wrap unmanaged code into managed classes. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: aygshell.h missing in WinCE6.0 SDK
    ... Luca Calligaris ha scritto: ... -build the SDK ... In your source code: ... compile without it. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Multiple level base calls
    ... that declaring PrintMe() in classes A, B, ... compile this code, you would have found that it wouldn't, because you ... override, so you won't get the polymorphic behaviour that the OP wants. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: team dev
    ... Have you thought about all developing on a local virtual directory on your own machines and using a source control system to make sure you don't override eachother's changes? ... the rest of us can not compile or debug. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: CheckBox control and IPostBackDataHandler
    ... Thanks for your help but that code does not compile neither and says that: ... " The modifier 'override' is not valid for this item " ... I think I may not understand well enough inheritance and interface ... >> reference it is said that CheckBox Implements IPostBackDataHandler ...
    (microsoft.public.dotnet.framework.aspnet)