Why we are changing in GCCE mode whenever we know its(syexpat.lib) a third party lib and what is the benefit to convert platform WINSCW to ARM5.
Why we are changing in GCCE mode whenever we know its(syexpat.lib) a third party lib and what is the benefit to convert platform WINSCW to ARM5.
Regards,
Amit
****"Putting a Smile on other's faces is the essence of true Happiness"****
Why indeed? There is no reason to change the build configuration unless you have a reason to use a different compiler. E.g. you use the GCCE/ARMV5 configuration to generate code to be run on device and WINSCW for generating code to run in the emulator.
The only choice you have to make is whether to use GCCE or ARMV5, which seem to be performing the same task. When you see RVCT's license price (RVCT is the compiler used with the ARMV5 configuration) you will understand why most 3rd party developers go for the free GCC-E compiler which comes with the SDK.
As for syexpat.lib, you are free to use it as ever you can and with the tools you want, as soon as you manage to build it (or get ready built binaries) with the same build configuration (or compatible).
-- Lucian