Simple parse error?

Youngsoo Choi youngsc@cs.umn.edu
Fri Feb 4 14:33:00 GMT 2000


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



More information about the Gcc mailing list