Re: What is QRArch used for?
- From: Sun YiLin <SunYiLin@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 19 Nov 2008 00:31:01 -0800
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?
- References:
- What is QRArch used for?
- From: Sun YiLin
- Re: What is QRArch used for?
- From: Luca Calligaris
- What is QRArch used for?
- Prev by Date: Re: Debugging without running explorer.exe
- Next by Date: wince 6.0 , i can`t see the disk of nand flash ,what can be the re
- Previous by thread: Re: What is QRArch used for?
- Next by thread: wince 6.0 , i can`t see the disk of nand flash ,what can be the re
- Index(es):
Relevant Pages
|