This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Please help.
- To: gcc at gcc dot gnu dot org
- Subject: Please help.
- From: Desmond Cheung <dycheung at cs dot sfu dot ca>
- Date: Mon, 21 Aug 2000 17:37:13 -0700 (PDT)
Hi all,
I'm stuck at the same point for a week. Please help.
Does the porting guide say how to modify the configure
files if you write your own port for your own processor?
If yes, where? If not, where can I get help?
I've tried to build hundreds times and failed every time
at the same spot. Any ideas?
Thanks a million
Desmond
.
.
.
gcc -c -DCROSS_COMPILE -DIN_GCC -DSVR4 -g -O2 -DHAVE_CONFIG_H -I. -I. -I./config -I./../include \
./gencheck.c
In file included from /usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/stdarg.h:30,
from system.h:33,
from ./gencheck.c:22:
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/va-sparc.h: In function `NOTICE_UPDATE_CC':
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/va-sparc.h:15: storage class specified for parameter `__gnuc_va_list'
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/va-sparc.h:50: warning: parameter names (without types) in function declaration
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/va-sparc.h:75: warning: enum defined inside parms
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/va-sparc.h:75: warning: empty declaration
In file included from system.h:33,
from ./gencheck.c:22:
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/stdarg.h:170: storage class specified for parameter `__gnuc_va_list'
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/stdarg.h:170: conflicting types for `__gnuc_va_list'
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/va-sparc.h:15: previous declaration of `__gnuc_va_list'
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/stdarg.h:170: parse error before `va_list'
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/va-sparc.h:50: declaration for parameter `va_end' but no such parameter
/usr/local/Gnu/lib/gcc-lib/sparc-sun-solaris2.5.1/2.95.2/include/stdarg.h:170: declaration for parameter `__gnuc_va_list' but no such parameter
In file included from system.h:46,
from ./gencheck.c:22:
/usr/include/stdio.h: At top level:
/usr/include/stdio.h:186: warning: data definition has no type or storage class
/usr/include/stdio.h:189: parse error before `__iob'
/usr/include/stdio.h:189: warning: data definition has no type or storage class
/usr/include/stdio.h:193: parse error before `*'
.
.
.
In file included from system.h:578,
from ./gencheck.c:22:
../include/libiberty.h:143: warning: parameter names (without types) in function declaration
../include/libiberty.h:149: parse error before `size_t'
../include/libiberty.h:154: warning: parameter names (without types) in function declaration
../include/libiberty.h:162: parse error before `size_t'
../include/libiberty.h:200: parse error before `va_list'
*** Error code 1
make: Fatal error: Command failed for target `gencheck.o'
Current working directory /net/local-kirin/gnudev/gnu/labby/gcc-cvs/gcc
*** Error code 1
make: Fatal error: Command failed for target `all-gcc'