为什么会这样求解释?????
发表于 : 2016-04-03 15:17
liaozhaocong@ubuntu:~$ gcc -S hello.i -o hello.s
hello.c: In function ‘main’:
hello.c:4:10: error: stray ‘\357’ in program
printf("Hello!this is our embedded world!\n ");
^
hello.c:4:10: error: stray ‘\274’ in program
hello.c:4:10: error: stray ‘\210’ in program
hello.c:4:19: error: expected ‘;’ before string constant
printf("Hello!this is our embedded world!\n ");
^
hello.c:4:19: error: stray ‘\357’ in program
hello.c:4:19: error: stray ‘\274’ in program
hello.c:4:19: error: stray ‘\211’ in program
hello.c: In function ‘main’:
hello.c:4:10: error: stray ‘\357’ in program
printf("Hello!this is our embedded world!\n ");
^
hello.c:4:10: error: stray ‘\274’ in program
hello.c:4:10: error: stray ‘\210’ in program
hello.c:4:19: error: expected ‘;’ before string constant
printf("Hello!this is our embedded world!\n ");
^
hello.c:4:19: error: stray ‘\357’ in program
hello.c:4:19: error: stray ‘\274’ in program
hello.c:4:19: error: stray ‘\211’ in program