|
刚开始编译,也就是make setup check,出现如下的提示:
./compile qmail-local.c
qmail-local.c: In function `main':
qmail-local.c:450: warning: return type of `main' is not `int'
/tmp/ccYEjXgD.s: Assembler messages:
/tmp/ccYEjXgD.s:2: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccYEjXgD.s:2: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccYEjXgD.s:2: Error: Rest of line ignored. First ignored character is `,'.
/tmp/ccYEjXgD.s:26: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccYEjXgD.s:26: Warning: Unrecognized .section attribute: want a,w,x
/tmp/ccYEjXgD.s:26: Error: Rest of line ignored. First ignored character is `,'.
make: *** [qmail-local.o] Error 1
这个怎么解决啊. |
|