Hi europa989,

[EMAIL PROTECTED] schrieb:
> SDCC : mcs51/gbz80/z80/avr/ds390/pic16/pic14/TININative/xa51/ds400/hc08 2.6.0 
> #4309 (Jul 28 2006) (UNIX)
> 
> using mac osx

thanks!

> oh, as for the apostrophe topic:
> the .c file is this:
> 
> #include <string.h>  
>   
> char str1[10];  
>   
> void main(void) {  
>   strcpy(str1, "testing");  
> }
> 
> i dont see any apostrophes, isn't this (') what would make sense as producing 
> that error..

I did not see any apostrophes either:) - Yet SDCC issues:

/Users/name/test.c:10:11: missing terminating ' character

(citing the first error message from your todays original
post: [Sdcc-user] hi compile errors for newb)


this means there is (or SDCC sees) a problem in test.c line 10 column 11.
Which is strange as the source (which compiles fine here on
SDCC 2.6.5 #4781 on OpenSUSE 10.2)) has less than 10 lines.
That made me think that there might be additional comment
lines above the source you provided.
(which might contain text with "it's", "can't", "isn't", "won't")

Can we make certain by f.e. passing the problematic source
to a checksum utility (md5sum, sha1sum, sha256sum)
and appending the snippet to this mail that we are talking
about the same code?

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

Reply via email to