This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Simple parse error?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]