CLARM /QRxscale in Embedded Visual c++ 4.0
-
Hi all, Does anyone could tell me where I should write 'CLARM /QRxscale' down in eVC++ 4.0. 'Cause I need to write a app. running in WinCE with XScale CPU. Following SDK reference, I should add this command line to generate code for Intel XScale processor, but I don't know where I should place this line. Anyone can help me? Thanks a lot.
-
Hi all, Does anyone could tell me where I should write 'CLARM /QRxscale' down in eVC++ 4.0. 'Cause I need to write a app. running in WinCE with XScale CPU. Following SDK reference, I should add this command line to generate code for Intel XScale processor, but I don't know where I should place this line. Anyone can help me? Thanks a lot.
Just try to add the command 'CLARM /QRxscale' in the 'C/C++' or 'Linker' (--> Project Options) tab of the project settings. -- Nice greets, Daniel.
-
Just try to add the command 'CLARM /QRxscale' in the 'C/C++' or 'Linker' (--> Project Options) tab of the project settings. -- Nice greets, Daniel.
-
I added the command in 'Project Options'(Project->Settings->Link tab) but the complier show a warning message 'unrecognized option'???? Could you please tell me how to declare this command ? Thank s lot.
Sorry, I have never tried it... I must take a look... -- Nice greets, Daniel.