Yang Tse | 14 May 2008 20:22
Picon

Predefined symbols

Hi,

I have already seen http://cegcc.sourceforge.net/docs/details.html

But could someone post _all_ the actual predefined symbols for the
following 4 combinations ?

arm-wince-cegcc-gcc with and without -mwin32 option

arm-wince-mingw32ce-gcc  with and without -mwin32 option

Thanks,
--

-- 
-=[Yang]=-

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Carsten Sørensen | 14 May 2008 20:37
Picon

Re: Predefined symbols

On Wed, May 14, 2008 at 8:22 PM, Yang Tse <yangsita@...> wrote:
> But could someone post _all_ the actual predefined symbols for the
> following 4 combinations ?

I have posted this before, but here it is again - the magic command I
use with any flavor of GCC is

echo|gcc -E -dM -

Replace gcc with the right one and add the options you need.

Best regards,
Carsten Sorensen

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Gmane