Bugs item #2750285, was opened at 2009-04-10 12:34
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2750285&group_id=173455

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: CeGCC (arm-wince-cegcc)
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Definitions of CEGCC version results in compiler errors

Initial Comment:
Definitions of __CEGCC_VERSION__ seems to generate compiler errors:
   error: expected unqualified-id before '+' token

Adding slashes at the end of line seems to fix this error:

#define __CEGCC_VERSION__       \
        (((__CEGCC_VERSION_MAJOR__) << 16) \
         + ((__CEGCC_VERSION_MINOR__) << 8) \
         + (__CEGCC_PATCHLEVEL__))

cegcc.h is attached.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2750285&group_id=173455

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to