Hi, Borut Razem schrieb: > Which sdcc version are you using? > > sdcc --version > > Which OS (from the dir names I assume Mac OS X)? > > Can you try it with the latest snapshot build from > http://sdcc.sourceforge.net/snap.php?
Guessing from the line numbers in the report: /Users/name/test.c:10:11: missing terminating ' character /Users/name/test.c:14:11: missing terminating ' character /Users/name/test.c:18:11: missing terminating ' character /Users/name/test.c:20:11: missing terminating ' character /Users/name/test.c:21:11: missing terminating ' character /Users/name/test.c:25:1: warning: no newline at end of file there are probably some comments above the code mentioned? Older versions of SDCC didn't like unmatched apostrophes as for example in this sentence. Maybe related: http://sourceforge.net/tracker/index.php?func=detail&aid=1494169&group_id=599&atid=350599 Greetings, Frieder ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
