This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Simple parse error?
- To: gcc at gcc dot gnu dot org
- Subject: Simple parse error?
- From: Youngsoo Choi <youngsc at cs dot umn dot edu>
- Date: Fri, 4 Feb 2000 16:33:42 -0600 (CST)
Hello, folks,
Have you had experience with the similar error when you build a cross-compiler?
......
__gcc_bcmp
_varargs
_eprintf
In file included from ./libgcc2.c:1419:
...../target-architecture/include/stdio.h:167: parse error before `void'
make: *** [libgcc2.a] Error 1
In stdio.h, line 167 :
extern __NORETURN void __libc_fatal __P ((__const char *__message));
It looks it does not understand '__NORETURN'.
---
Youngsoo Choi