...stem-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1689/4526] Compiling C object libsystem.a.p/semihosting_config.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/semihosting/config.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1690/4526] Compiling C object libsystem.a.p/ui_vnc-enc-zlib.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-enc-zlib.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1691/4526] Compiling C object libsystem.a.p/semihosting_console.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/semihosting/console.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1692/4526] Compiling C object libsystem.a.p/ui_vnc-auth-vencrypt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-auth-vencrypt.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1693/4526] Compiling C object libsystem.a.p/ui_console-vc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/console-vc.c:5:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1694/4526] Compiling C object libsystem.a.p/ui_vnc-ws.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-ws.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1695/4526] Compiling C object libsystem.a.p/semihosting_guestfd.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/semihosting/guestfd.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1696/4526] Compiling C object libqemuaudio.a.p/audio_sdlaudio.c.o
[1697/4526] Compiling C object libsystem.a.p/ui_vnc-enc-hextile.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-enc-hextile.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1698/4526] Compiling C object libsystem.a.p/ui_vnc-jobs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-jobs.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1699/4526] Compiling C object libqemuaudio.a.p/audio_audio-mixeng-be.c.o
[1700/4526] Compiling C object libsystem.a.p/semihosting_uaccess.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/semihosting/uaccess.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1701/4526] Compiling C object libsystem.a.p/ui_vnc-clipboard.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-clipboard.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1702/4526] Compiling C object libsystem.a.p/fsdev_qemu-fsdev-opts.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/fsdev/qemu-fsdev-opts.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1703/4526] Compiling C object libsystem.a.p/chardev_msmouse.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/chardev/msmouse.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1704/4526] Compiling C object libsystem.a.p/audio_wavcapture.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/audio/wavcapture.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1705/4526] Compiling C object libsystem.a.p/chardev_testdev.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/chardev/testdev.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1706/4526] Compiling C object libsystem.a.p/dump_win_dump-stubs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/dump/win_dump-stubs.c:7:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1707/4526] Compiling C object libsystem.a.p/chardev_char-hmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/chardev/char-hmp-cmds.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1708/4526] Compiling C object libsystem.a.p/audio_audio-hmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/audio/audio-hmp-cmds.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1709/4526] Compiling C object libsystem.a.p/fsdev_qemu-fsdev-throttle.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/fsdev/qemu-fsdev-throttle.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1710/4526] Compiling C object libsystem.a.p/chardev_wctablet.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/chardev/wctablet.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1711/4526] Compiling C object libsystem.a.p/semihosting_syscalls.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/semihosting/syscalls.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1712/4526] Compiling C object libsystem.a.p/dump_dump-hmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/dump/dump-hmp-cmds.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1713/4526] Compiling C object libsystem.a.p/accel_accel-blocker.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/accel-blocker.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1714/4526] Compiling C object libsystem.a.p/accel_accel-system.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/accel-system.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1715/4526] Compiling C object libsystem.a.p/accel_accel-qmp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/accel-qmp.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1716/4526] Compiling C object libsystem.a.p/accel_accel-irq.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/accel-irq.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1717/4526] Compiling C object libsystem.a.p/semihosting_arm-compat-semi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/semihosting/arm-compat-semi.c:34:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1718/4526] Compiling C object libsystem.a.p/accel_tcg_cpu-exec-common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/cpu-exec-common.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1719/4526] Compiling C object libsystem.a.p/ui_vnc-enc-tight.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-enc-tight.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1720/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-stats.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-stats.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1721/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-all.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-all.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1722/4526] Compiling C object libsystem.a.p/accel_tcg_monitor.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/monitor.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1723/4526] Compiling C object libsystem.a.p/accel_tcg_translate-all.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/translate-all.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1724/4526] Compiling C object libsystem.a.p/accel_tcg_tb-maint.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tb-maint.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1725/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-accel-ops-icount.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-accel-ops-icount.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1726/4526] Compiling C object libsystem.a.p/accel_tcg_icount-common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/icount-common.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1727/4526] Compiling C object libsystem.a.p/dump_dump.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/dump/dump.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1728/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-accel-ops.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-accel-ops.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1729/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-accel-ops-mttcg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-accel-ops-mttcg.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1730/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-runtime.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-runtime.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1731/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-accel-ops-rr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-accel-ops-rr.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1732/4526] Compiling C object libsystem.a.p/accel_tcg_watchpoint.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/watchpoint.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1733/4526] Compiling C object libsystem.a.p/accel_mshv_msr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/mshv/msr.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1734/4526] Compiling C object libsystem.a.p/accel_mshv_mem.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/mshv/mem.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1735/4526] Compiling C object libsystem.a.p/accel_mshv_irq.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/mshv/irq.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1736/4526] Compiling C object libsystem.a.p/accel_dummy-cpus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/dummy-cpus.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1737/4526] Compiling C object libsystem.a.p/ui_vnc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1738/4526] Compiling C object libsystem.a.p/accel_nitro_nitro-accel.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/nitro/nitro-accel.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1739/4526] Compiling C object libsystem.a.p/accel_tcg_translator.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/translator.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1740/4526] Compiling C object libsystem.a.p/accel_mshv_mshv-all.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/mshv/mshv-all.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1741/4526] Compiling C object libsystem.a.p/accel_tcg_cpu-exec.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/cpu-exec.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1742/4526] Compiling C object libsystem.a.p/accel_tcg_plugin-gen.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/plugin-gen.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1743/4526] Compiling C object libsystem.a.p/hw_remote_machine.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/machine.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1744/4526] Compiling C object libsystem.a.p/hw_remote_vfio-user-obj-stub.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/vfio-user-obj-stub.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1745/4526] Compiling C object libsystem.a.p/hw_remote_mpqemu-link.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/mpqemu-link.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1746/4526] Compiling C object libsystem.a.p/hw_remote_message.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/message.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1747/4526] Compiling C object libsystem.a.p/hw_remote_iommu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/iommu.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1748/4526] Compiling C object libsystem.a.p/hw_remote_iohub.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/iohub.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1749/4526] Compiling C object libsystem.a.p/hw_remote_remote-obj.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/remote-obj.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1750/4526] Compiling C object libsystem.a.p/hw_acpi_utils.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/utils.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1751/4526] Compiling C object libsystem.a.p/hw_remote_proxy.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/remote/proxy.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1752/4526] Compiling C object libsystem.a.p/hw_acpi_bios-linker-loader.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/bios-linker-loader.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1753/4526] Compiling C object libsystem.a.p/ui_vnc-enc-zrle.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/ui/vnc-enc-zrle.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1754/4526] Compiling C object libsystem.a.p/hw_acpi_vmclock.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/vmclock.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1755/4526] Compiling C object libsystem.a.p/hw_acpi_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/core.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1756/4526] Compiling C object libsystem.a.p/hw_acpi_hmat.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/hmat.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1757/4526] Compiling C object libsystem.a.p/hw_acpi_vmgenid.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/vmgenid.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1758/4526] Compiling C object libsystem.a.p/hw_acpi_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/pci.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1759/4526] Compiling C object libsystem.a.p/hw_acpi_cxl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/cxl.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1760/4526] Compiling C object libsystem.a.p/hw_acpi_cpu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/cpu.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1761/4526] Compiling C object libsystem.a.p/hw_acpi_ghes.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/ghes.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1762/4526] Compiling C object libsystem.a.p/hw_acpi_generic_event_device.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/generic_event_device.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1763/4526] Compiling C object libsystem.a.p/hw_acpi_memory_hotplug.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/memory_hotplug.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1764/4526] Compiling C object libsystem.a.p/hw_acpi_pci-bridge.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/pci-bridge.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1765/4526] Compiling C object libsystem.a.p/hw_acpi_nvdimm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/nvdimm.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1766/4526] Compiling C object libsystem.a.p/hw_acpi_ghes_cper.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/ghes_cper.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1767/4526] Compiling C object libsystem.a.p/hw_acpi_ipmi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/ipmi.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1768/4526] Compiling C object libsystem.a.p/hw_acpi_piix4.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/piix4.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1769/4526] Compiling C object libsystem.a.p/hw_acpi_tpm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/tpm.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1770/4526] Compiling C object libsystem.a.p/hw_acpi_acpi-qmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/acpi-qmp-cmds.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1771/4526] Compiling C object libsystem.a.p/hw_acpi_viot.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/viot.c:6:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1772/4526] Compiling C object libsystem.a.p/hw_acpi_ich9_tco.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/ich9_tco.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1773/4526] Compiling C object libsystem.a.p/hw_acpi_acpi_interface.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/acpi_interface.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1774/4526] Compiling C object libsystem.a.p/hw_acpi_ich9_timer.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/ich9_timer.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1775/4526] Compiling C object libsystem.a.p/hw_adc_stm32f2xx_adc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/adc/stm32f2xx_adc.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1776/4526] Compiling C object libsystem.a.p/hw_acpi_ich9.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/ich9.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1777/4526] Compiling C object libsystem.a.p/hw_audio_model.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/model.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1778/4526] Compiling C object libsystem.a.p/hw_adc_npcm7xx_adc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/adc/npcm7xx_adc.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1779/4526] Compiling C object libsystem.a.p/hw_adc_aspeed_adc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/adc/aspeed_adc.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1780/4526] Compiling C object libsystem.a.p/hw_adc_zynq-xadc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/adc/zynq-xadc.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1781/4526] Compiling C object libsystem.a.p/hw_acpi_pcihp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/pcihp.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1782/4526] Compiling C object libsystem.a.p/hw_acpi_erst.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/erst.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1783/4526] Compiling C object libsystem.a.p/hw_audio_gusemu_hal.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/gusemu_hal.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1784/4526] Compiling C object libsystem.a.p/hw_audio_adlib.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/adlib.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1785/4526] Compiling C object libsystem.a.p/hw_audio_gusemu_mixer.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/gusemu_mixer.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1786/4526] Compiling C object libsystem.a.p/hw_audio_cs4231a.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/cs4231a.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1787/4526] Compiling C object libsystem.a.p/hw_audio_gus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/gus.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1788/4526] Compiling C object libsystem.a.p/hw_audio_pcspk.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/pcspk.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1789/4526] Compiling C object libsystem.a.p/hw_audio_fmopl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/fmopl.c:33:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1790/4526] Compiling C object libsystem.a.p/hw_acpi_aml-build.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/acpi/aml-build.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1791/4526] Compiling C object libsystem.a.p/hw_audio_marvell_88w8618.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/marvell_88w8618.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1792/4526] Compiling C object libsystem.a.p/hw_audio_es1370.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/es1370.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1793/4526] Compiling C object libsystem.a.p/hw_audio_pl041.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/pl041.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1794/4526] Compiling C object libsystem.a.p/hw_audio_lm4549.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/lm4549.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1795/4526] Compiling C object libsystem.a.p/hw_audio_ac97.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/ac97.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1796/4526] Compiling C object libsystem.a.p/hw_audio_hda-codec.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/hda-codec.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1797/4526] Compiling C object libsystem.a.p/hw_audio_intel-hda.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/intel-hda.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1798/4526] Compiling C object libsystem.a.p/hw_block_cdrom.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/cdrom.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1799/4526] Compiling C object libsystem.a.p/hw_audio_wm8750.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/wm8750.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1800/4526] Compiling C object libsystem.a.p/hw_block_block.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/block.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1801/4526] Compiling C object libsystem.a.p/hw_block_hd-geometry.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/hd-geometry.c:33:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1802/4526] Compiling C object libsystem.a.p/hw_audio_via-ac97.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/via-ac97.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1803/4526] Compiling C object libsystem.a.p/hw_audio_virtio-snd-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/virtio-snd-pci.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1804/4526] Compiling C object libsystem.a.p/hw_audio_sb16.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/sb16.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1805/4526] Compiling C object libsystem.a.p/hw_block_fdc-isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/fdc-isa.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1806/4526] Compiling C object libsystem.a.p/hw_block_fdc-sysbus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/fdc-sysbus.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1807/4526] Compiling C object libsystem.a.p/hw_block_m25p80_sfdp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/m25p80_sfdp.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1808/4526] Compiling C object libsystem.a.p/hw_block_virtio-blk-common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/virtio-blk-common.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1809/4526] Compiling C object libsystem.a.p/hw_audio_virtio-snd.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/audio/virtio-snd.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1810/4526] Compiling C object libsystem.a.p/hw_char_cmsdk-apb-uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/cmsdk-apb-uart.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1811/4526] Compiling C object libsystem.a.p/hw_block_pflash_cfi01.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/pflash_cfi01.c:39:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1812/4526] Compiling C object libsystem.a.p/hw_char_cadence_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/cadence_uart.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1813/4526] Compiling C object libsystem.a.p/hw_char_ibex_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/ibex_uart.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1814/4526] Compiling C object libsystem.a.p/hw_char_imx_serial.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/imx_serial.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1815/4526] Compiling C object libsystem.a.p/hw_block_fdc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/fdc.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1816/4526] Compiling C object libsystem.a.p/hw_char_ipoctal232.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/ipoctal232.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1817/4526] Compiling C object libsystem.a.p/hw_block_pflash_cfi02.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/pflash_cfi02.c:35:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1818/4526] Compiling C object libsystem.a.p/hw_block_vhost-user-blk.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/vhost-user-blk.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1819/4526] Compiling C object libsystem.a.p/hw_char_debugcon.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/debugcon.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1820/4526] Compiling C object libsystem.a.p/hw_char_parallel-isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/parallel-isa.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1821/4526] Compiling C object libsystem.a.p/hw_block_xen-block.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/xen-block.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1822/4526] Compiling C object libsystem.a.p/hw_char_escc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/escc.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1823/4526] Compiling C object libsystem.a.p/hw_block_m25p80.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/m25p80.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1824/4526] Compiling C object libsystem.a.p/hw_char_nrf51_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/nrf51_uart.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1825/4526] Compiling C object libsystem.a.p/hw_char_serial-isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/serial-isa.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1826/4526] Compiling C object libsystem.a.p/hw_char_serial-mm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/serial-mm.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1827/4526] Compiling C object libsystem.a.p/hw_char_serial-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/serial-pci.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1828/4526] Compiling C object libsystem.a.p/hw_char_shakti_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/shakti_uart.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1829/4526] Compiling C object libsystem.a.p/accel_tcg_tcg-runtime-gvec.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/tcg-runtime-gvec.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1830/4526] Compiling C object libsystem.a.p/hw_char_parallel.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/parallel.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1831/4526] Compiling C object libsystem.a.p/hw_char_pl011.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/pl011.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1832/4526] Compiling C object libsystem.a.p/hw_char_serial-pci-multi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/serial-pci-multi.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1833/4526] Compiling C object libsystem.a.p/hw_char_virtio-console.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/virtio-console.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1834/4526] Compiling C object libsystem.a.p/hw_char_xilinx_uartlite.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/xilinx_uartlite.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1835/4526] Compiling C object libsystem.a.p/hw_char_serial.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/serial.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1836/4526] Compiling C object libsystem.a.p/accel_tcg_cputlb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/accel/tcg/cputlb.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1837/4526] Compiling C object libsystem.a.p/hw_block_virtio-blk.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/block/virtio-blk.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1838/4526] Compiling C object libsystem.a.p/hw_char_digic-uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/digic-uart.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1839/4526] Compiling C object libsystem.a.p/hw_char_omap_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/omap_uart.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1840/4526] Compiling C object libsystem.a.p/hw_char_xen_console.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/xen_console.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1841/4526] Compiling C object libsystem.a.p/hw_char_max78000_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/max78000_uart.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1842/4526] Compiling C object libsystem.a.p/hw_char_stm32f2xx_usart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/stm32f2xx_usart.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1843/4526] Compiling C object libsystem.a.p/hw_char_sifive_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/sifive_uart.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1844/4526] Compiling C object libsystem.a.p/hw_char_bcm2835_aux.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/bcm2835_aux.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1845/4526] Compiling C object libsystem.a.p/hw_char_mchp_pfsoc_mmuart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/mchp_pfsoc_mmuart.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1846/4526] Compiling C object libsystem.a.p/hw_core_or-irq.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/or-irq.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1847/4526] Compiling C object libsystem.a.p/hw_char_exynos4210_uart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/exynos4210_uart.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1848/4526] Compiling C object libsystem.a.p/hw_char_sh_serial.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/sh_serial.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1849/4526] Compiling C object libsystem.a.p/hw_core_loader-fit.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/loader-fit.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1850/4526] Compiling C object libsystem.a.p/hw_core_generic-loader.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/generic-loader.c:51:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1851/4526] Compiling C object libsystem.a.p/hw_char_stm32l4x5_usart.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/stm32l4x5_usart.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1852/4526] Compiling C object libsystem.a.p/hw_core_platform-bus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/platform-bus.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1853/4526] Compiling C object libsystem.a.p/hw_core_split-irq.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/split-irq.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1854/4526] Compiling C object libsystem.a.p/hw_core_stream.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/stream.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1855/4526] Compiling C object libsystem.a.p/hw_core_guest-loader.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/guest-loader.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1856/4526] Compiling C object libsystem.a.p/hw_char_virtio-serial-bus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/virtio-serial-bus.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1857/4526] Compiling C object libsystem.a.p/hw_core_register.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/register.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1858/4526] Compiling C object libsystem.a.p/hw_char_riscv_htif.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/char/riscv_htif.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1859/4526] Compiling C object libsystem.a.p/hw_core_fw-path-provider.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/fw-path-provider.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1860/4526] Compiling C object libsystem.a.p/hw_core_hotplug.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/hotplug.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1861/4526] Compiling C object libsystem.a.p/hw_core_ptimer.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/ptimer.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1862/4526] Compiling C object libsystem.a.p/hw_core_sysbus-fdt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/sysbus-fdt.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1863/4526] Compiling C object libsystem.a.p/hw_core_cpu-system.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/cpu-system.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1864/4526] Compiling C object libsystem.a.p/hw_core_qdev-fw.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/qdev-fw.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1865/4526] Compiling C object libsystem.a.p/hw_core_nmi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/nmi.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1866/4526] Compiling C object libsystem.a.p/hw_core_vm-change-state-handler.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/vm-change-state-handler.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1867/4526] Compiling C object libsystem.a.p/hw_core_reset.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/reset.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1868/4526] Compiling C object libsystem.a.p/hw_core_null-machine.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/null-machine.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1869/4526] Compiling C object libsystem.a.p/hw_core_clock-vmstate.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/clock-vmstate.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1870/4526] Compiling C object libsystem.a.p/hw_core_qdev-hotplug.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/qdev-hotplug.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1871/4526] Compiling C object libsystem.a.p/hw_core_machine-hmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/machine-hmp-cmds.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1872/4526] Compiling C object libsystem.a.p/hw_cpu_cluster.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cpu/cluster.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1873/4526] Compiling C object libsystem.a.p/hw_core_machine-qmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/machine-qmp-cmds.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1874/4526] Compiling C object libsystem.a.p/hw_cpu_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cpu/core.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1875/4526] Compiling C object libsystem.a.p/hw_cpu_arm11mpcore.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cpu/arm11mpcore.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1876/4526] Compiling C object libsystem.a.p/hw_cpu_realview_mpcore.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cpu/realview_mpcore.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1877/4526] Compiling C object libsystem.a.p/hw_core_sysbus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/sysbus.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1878/4526] Compiling C object libsystem.a.p/hw_cpu_a9mpcore.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cpu/a9mpcore.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1879/4526] Compiling C object libsystem.a.p/hw_cpu_a15mpcore.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cpu/a15mpcore.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1880/4526] Compiling C object libsystem.a.p/hw_core_numa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/numa.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1881/4526] Compiling C object libsystem.a.p/hw_display_i2c-ddc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/i2c-ddc.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1882/4526] Compiling C object libsystem.a.p/hw_display_edid-region.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/edid-region.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1883/4526] Compiling C object libsystem.a.p/hw_cxl_cxl-device-utils.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cxl/cxl-device-utils.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1884/4526] Compiling C object libsystem.a.p/hw_cxl_cxl-component-utils.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cxl/cxl-component-utils.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1885/4526] Compiling C object libsystem.a.p/hw_cxl_switch-mailbox-cci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cxl/switch-mailbox-cci.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1886/4526] Compiling C object libsystem.a.p/hw_cxl_cxl-cdat.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cxl/cxl-cdat.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1887/4526] Compiling C object libsystem.a.p/hw_display_ramfb-standalone.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/ramfb-standalone.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1888/4526] Compiling C object libsystem.a.p/hw_display_edid-generate.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/edid-generate.c:7:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1889/4526] Compiling C object libsystem.a.p/hw_core_qdev-properties-system.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/qdev-properties-system.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1890/4526] Compiling C object libsystem.a.p/hw_cxl_cxl-events.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cxl/cxl-events.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1891/4526] Compiling C object libsystem.a.p/hw_cxl_cxl-host.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cxl/cxl-host.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1892/4526] Compiling C object libsystem.a.p/hw_display_ramfb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/ramfb.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1893/4526] Compiling C object libsystem.a.p/hw_display_cirrus_vga_isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/cirrus_vga_isa.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1894/4526] Compiling C object libsystem.a.p/hw_display_sii9022.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/sii9022.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1895/4526] Compiling C object libsystem.a.p/hw_display_jazz_led.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/jazz_led.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1896/4526] Compiling C object libsystem.a.p/hw_display_ssd0303.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/ssd0303.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1897/4526] Compiling C object libsystem.a.p/hw_core_machine.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/machine.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1898/4526] Compiling C object libsystem.a.p/hw_display_vga-mmio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/vga-mmio.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1899/4526] Compiling C object libsystem.a.p/hw_display_g364fb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/g364fb.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1900/4526] Compiling C object libsystem.a.p/hw_display_ssd0323.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/ssd0323.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1901/4526] Compiling C object libsystem.a.p/hw_display_vga-isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/vga-isa.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1902/4526] Compiling C object libsystem.a.p/hw_display_vga-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/vga-pci.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1903/4526] Compiling C object libsystem.a.p/hw_core_loader.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/core/loader.c:45:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1904/4526] Compiling C object libsystem.a.p/hw_display_framebuffer.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/framebuffer.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1905/4526] Compiling C object libsystem.a.p/hw_display_bochs-display.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/bochs-display.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1906/4526] Compiling C object libsystem.a.p/hw_display_virtio-dmabuf.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/virtio-dmabuf.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1907/4526] Compiling C object libsystem.a.p/hw_display_acpi-vga.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/acpi-vga.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1908/4526] Compiling C object libsystem.a.p/hw_display_xenfb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/xenfb.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1909/4526] Compiling C object libsystem.a.p/hw_display_bcm2835_fb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/bcm2835_fb.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1910/4526] Compiling C object libsystem.a.p/hw_display_dpcd.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/dpcd.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1911/4526] Compiling C object libsystem.a.p/hw_display_dm163.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/dm163.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1912/4526] Compiling C object libsystem.a.p/hw_display_vmware_vga.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/vmware_vga.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1913/4526] Compiling C object libsystem.a.p/hw_display_pl110.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/pl110.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1914/4526] Compiling C object libsystem.a.p/hw_display_ati_dbg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/ati_dbg.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1915/4526] Compiling C object libsystem.a.p/hw_dma_i82374.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/i82374.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1916/4526] Compiling C object libsystem.a.p/hw_display_omap_lcdc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/omap_lcdc.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1917/4526] Compiling C object libsystem.a.p/hw_dma_pl080.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/pl080.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1918/4526] Compiling C object libsystem.a.p/hw_display_ati_2d.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/ati_2d.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1919/4526] Compiling C object libsystem.a.p/hw_dma_rc4030.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/rc4030.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1920/4526] Compiling C object libsystem.a.p/hw_cxl_cxl-mailbox-utils.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/cxl/cxl-mailbox-utils.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1921/4526] Compiling C object libsystem.a.p/hw_dma_xlnx-zynq-devcfg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/xlnx-zynq-devcfg.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1922/4526] Compiling C object libsystem.a.p/hw_dma_i8257.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/i8257.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1923/4526] Compiling C object libsystem.a.p/hw_display_xlnx_dp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/xlnx_dp.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1924/4526] Compiling C object libsystem.a.p/hw_dma_xilinx_axidma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/xilinx_axidma.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1925/4526] Compiling C object libsystem.a.p/hw_display_sm501.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/sm501.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1926/4526] Compiling C object libsystem.a.p/hw_display_exynos4210_fimd.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/exynos4210_fimd.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1927/4526] Compiling C object libsystem.a.p/hw_dma_soc_dma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/soc_dma.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1928/4526] Compiling C object libsystem.a.p/hw_dma_bcm2835_dma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/bcm2835_dma.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1929/4526] Compiling C object libsystem.a.p/hw_display_ati.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/ati.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1930/4526] Compiling C object libsystem.a.p/hw_gpio_gpio_key.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/gpio_key.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1931/4526] Compiling C object libsystem.a.p/hw_gpio_gpio_pwr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/gpio_pwr.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1932/4526] Compiling C object libsystem.a.p/hw_gpio_mpc8xxx.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/mpc8xxx.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1933/4526] Compiling C object libsystem.a.p/hw_dma_xlnx_dpdma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/xlnx_dpdma.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1934/4526] Compiling C object libsystem.a.p/hw_dma_xlnx-zdma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/xlnx-zdma.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1935/4526] Compiling C object libsystem.a.p/hw_dma_sifive_pdma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/sifive_pdma.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1936/4526] Compiling C object libsystem.a.p/hw_gpio_pca9554.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/pca9554.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1937/4526] Compiling C object libsystem.a.p/hw_gpio_zaurus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/zaurus.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1938/4526] Compiling C object libsystem.a.p/hw_gpio_pca9552.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/pca9552.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1939/4526] Compiling C object libsystem.a.p/hw_dma_xlnx_csu_dma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/xlnx_csu_dma.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1940/4526] Compiling C object libsystem.a.p/hw_display_vga.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/vga.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1941/4526] Compiling C object libsystem.a.p/hw_gpio_npcm7xx_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/npcm7xx_gpio.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1942/4526] Compiling C object libsystem.a.p/hw_dma_pl330.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/pl330.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1943/4526] Compiling C object libsystem.a.p/hw_gpio_bcm2835_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/bcm2835_gpio.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1944/4526] Compiling C object libsystem.a.p/hw_gpio_imx_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/imx_gpio.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1945/4526] Compiling C object libsystem.a.p/hw_gpio_omap_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/omap_gpio.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1946/4526] Compiling C object libsystem.a.p/hw_gpio_pl061.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/pl061.c:32:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1947/4526] Compiling C object libsystem.a.p/hw_dma_omap_dma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/dma/omap_dma.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1948/4526] Compiling C object libsystem.a.p/hw_gpio_nrf51_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/nrf51_gpio.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1949/4526] Compiling C object libsystem.a.p/hw_gpio_bcm2838_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/bcm2838_gpio.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1950/4526] Compiling C object libsystem.a.p/hw_hyperv_hv-balloon-stub.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/hv-balloon-stub.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1951/4526] Compiling C object libsystem.a.p/hw_gpio_aspeed_sgpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/aspeed_sgpio.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1952/4526] Compiling C object libsystem.a.p/hw_gpio_stm32l4x5_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/stm32l4x5_gpio.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1953/4526] Compiling C object libsystem.a.p/hw_gpio_sifive_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/sifive_gpio.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1954/4526] Compiling C object libsystem.a.p/hw_hyperv_hv-balloon-page_range_tree.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/hv-balloon-page_range_tree.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1955/4526] Compiling C object libsystem.a.p/hw_hyperv_hyperv_testdev.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/hyperv_testdev.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1956/4526] Compiling C object libsystem.a.p/hw_hyperv_hv-balloon-our_range_memslots.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/hv-balloon-our_range_memslots.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1957/4526] Compiling C object libsystem.a.p/hw_i2c_smbus_slave.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/smbus_slave.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1958/4526] Compiling C object libsystem.a.p/hw_i2c_smbus_master.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/smbus_master.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1959/4526] Compiling C object libsystem.a.p/hw_i2c_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/core.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1960/4526] Compiling C object libsystem.a.p/hw_hyperv_syndbg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/syndbg.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1961/4526] Compiling C object libsystem.a.p/hw_hyperv_hyperv.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/hyperv.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1962/4526] Compiling C object libsystem.a.p/hw_i2c_bitbang_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/bitbang_i2c.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1963/4526] Compiling C object libsystem.a.p/hw_gpio_aspeed_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/gpio/aspeed_gpio.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1964/4526] Compiling C object libsystem.a.p/hw_i2c_exynos4210_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/exynos4210_i2c.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1965/4526] Compiling C object libsystem.a.p/hw_i2c_smbus_ich9.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/smbus_ich9.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1966/4526] Compiling C object libsystem.a.p/hw_i2c_imx_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/imx_i2c.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1967/4526] Compiling C object libsystem.a.p/hw_i2c_pm_smbus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/pm_smbus.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1968/4526] Compiling C object libsystem.a.p/hw_i2c_mpc_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/mpc_i2c.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1969/4526] Compiling C object libsystem.a.p/hw_i2c_microbit_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/microbit_i2c.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1970/4526] Compiling C object libsystem.a.p/hw_i2c_allwinner-i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/allwinner-i2c.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1971/4526] Compiling C object libsystem.a.p/hw_i2c_arm_sbcon_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/arm_sbcon_i2c.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1972/4526] Compiling C object libsystem.a.p/hw_i2c_smbus_eeprom.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/smbus_eeprom.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1973/4526] Compiling C object libsystem.a.p/hw_i2c_i2c_mux_pca954x.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/i2c_mux_pca954x.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1974/4526] Compiling C object libsystem.a.p/hw_i2c_bcm2835_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/bcm2835_i2c.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1975/4526] Compiling C object libsystem.a.p/hw_i2c_ppc4xx_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/ppc4xx_i2c.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1976/4526] Compiling C object libsystem.a.p/hw_i3c_aspeed_i3c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i3c/aspeed_i3c.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1977/4526] Compiling C object libsystem.a.p/hw_i2c_npcm7xx_smbus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/npcm7xx_smbus.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1978/4526] Compiling C object libsystem.a.p/hw_i2c_omap_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/omap_i2c.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1979/4526] Compiling C object libsystem.a.p/hw_i3c_mock-i3c-target.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i3c/mock-i3c-target.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1980/4526] Compiling C object libsystem.a.p/hw_hyperv_hv-balloon.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/hv-balloon.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1981/4526] Compiling C object libsystem.a.p/hw_i3c_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i3c/core.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1982/4526] Compiling C object libsystem.a.p/hw_hyperv_vmbus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/hyperv/vmbus.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1983/4526] Compiling C object libsystem.a.p/hw_ide_ahci-sysbus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/ahci-sysbus.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1984/4526] Compiling C object libsystem.a.p/hw_ide_cf.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/cf.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1985/4526] Compiling C object libsystem.a.p/hw_ide_ich.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/ich.c:63:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1986/4526] Compiling C object libsystem.a.p/hw_ide_ide-bus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/ide-bus.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1987/4526] Compiling C object libsystem.a.p/hw_ide_ahci-allwinner.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/ahci-allwinner.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1988/4526] Compiling C object libsystem.a.p/hw_i2c_aspeed_i2c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/aspeed_i2c.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1989/4526] Compiling C object libsystem.a.p/hw_ide_ide-dev.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/ide-dev.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1990/4526] Compiling C object libsystem.a.p/hw_ide_isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/isa.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1991/4526] Compiling C object libsystem.a.p/hw_ide_ioport.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/ioport.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1992/4526] Compiling C object libsystem.a.p/hw_ide_mmio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/mmio.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1993/4526] Compiling C object libsystem.a.p/hw_ide_piix.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/piix.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1994/4526] Compiling C object libsystem.a.p/hw_i2c_pmbus_device.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i2c/pmbus_device.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1995/4526] Compiling C object libsystem.a.p/hw_ide_atapi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/atapi.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1996/4526] Compiling C object libsystem.a.p/hw_i3c_dw-i3c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/i3c/dw-i3c.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1997/4526] Compiling C object libsystem.a.p/hw_input_adb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/adb.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1998/4526] Compiling C object libsystem.a.p/hw_ide_sii3112.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/sii3112.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[1999/4526] Compiling C object libsystem.a.p/hw_input_hid.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/hid.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2000/4526] Compiling C object libsystem.a.p/hw_input_adb-mouse.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/adb-mouse.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2001/4526] Compiling C object libsystem.a.p/hw_input_adb-kbd.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/adb-kbd.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2002/4526] Compiling C object libsystem.a.p/hw_ide_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/pci.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2003/4526] Compiling C object libsystem.a.p/hw_ide_macio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/macio.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2004/4526] Compiling C object libsystem.a.p/hw_ide_via.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/via.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2005/4526] Compiling C object libsystem.a.p/hw_ide_ahci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/ahci.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2006/4526] Compiling C object libsystem.a.p/hw_intc_intc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/intc.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2007/4526] Compiling C object libsystem.a.p/hw_input_pl050.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/pl050.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2008/4526] Compiling C object libsystem.a.p/hw_input_stellaris_gamepad.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/stellaris_gamepad.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2009/4526] Compiling C object libsystem.a.p/hw_intc_arm_gicv2m.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gicv2m.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2010/4526] Compiling C object libsystem.a.p/hw_input_virtio-input-host.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/virtio-input-host.c:7:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2011/4526] Compiling C object libsystem.a.p/hw_input_pckbd.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/pckbd.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2012/4526] Compiling C object libsystem.a.p/hw_intc_arm_gic_common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gic_common.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2013/4526] Compiling C object libsystem.a.p/hw_input_virtio-input-hid.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/virtio-input-hid.c:7:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2014/4526] Compiling C object libsystem.a.p/hw_input_virtio-input.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/virtio-input.c:7:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2015/4526] Compiling C object libsystem.a.p/hw_intc_arm_gicv3_common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gicv3_common.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2016/4526] Compiling C object libsystem.a.p/hw_intc_arm_gicv3.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gicv3.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2017/4526] Compiling C object libsystem.a.p/hw_input_ps2.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/input/ps2.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2018/4526] Compiling C object libsystem.a.p/hw_intc_arm_gicv3_its_common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gicv3_its_common.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2019/4526] Compiling C object libsystem.a.p/hw_intc_exynos4210_gic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/exynos4210_gic.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2020/4526] Compiling C object libsystem.a.p/hw_intc_allwinner-a10-pic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/allwinner-a10-pic.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2021/4526] Compiling C object libsystem.a.p/hw_intc_exynos4210_combiner.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/exynos4210_combiner.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2022/4526] Compiling C object libsystem.a.p/hw_intc_i8259_common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/i8259_common.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2023/4526] Compiling C object libsystem.a.p/hw_intc_aspeed_vic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/aspeed_vic.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2024/4526] Compiling C object libsystem.a.p/hw_intc_arm_gicv3_dist.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gicv3_dist.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2025/4526] Compiling C object libsystem.a.p/hw_intc_ioapic-stub.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/ioapic-stub.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2026/4526] Compiling C object libsystem.a.p/hw_intc_heathrow_pic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/heathrow_pic.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2027/4526] Compiling C object libsystem.a.p/hw_intc_imx_gpcv2.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/imx_gpcv2.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2028/4526] Compiling C object libsystem.a.p/hw_intc_i8259.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/i8259.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2029/4526] Compiling C object libsystem.a.p/hw_intc_aspeed_intc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/aspeed_intc.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2030/4526] Compiling C object libsystem.a.p/hw_intc_ioapic_common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/ioapic_common.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2031/4526] Compiling C object libsystem.a.p/hw_intc_imx_avic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/imx_avic.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2032/4526] Compiling C object libsystem.a.p/hw_ide_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ide/core.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2033/4526] Compiling C object libsystem.a.p/hw_intc_arm_gicv3_redist.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gicv3_redist.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2034/4526] Compiling C object libsystem.a.p/hw_intc_kvm_irqcount.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/kvm_irqcount.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2035/4526] Compiling C object libsystem.a.p/hw_intc_bcm2835_ic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/bcm2835_ic.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2036/4526] Compiling C object libsystem.a.p/hw_intc_omap_intc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/omap_intc.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2037/4526] Compiling C object libsystem.a.p/hw_intc_pl190.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/pl190.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2038/4526] Compiling C object libsystem.a.p/hw_intc_xilinx_intc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/xilinx_intc.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2039/4526] Compiling C object libsystem.a.p/hw_intc_realview_gic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/realview_gic.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2040/4526] Compiling C object libsystem.a.p/hw_ipack_ipack.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipack/ipack.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2041/4526] Compiling C object libsystem.a.p/hw_intc_bcm2836_control.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/bcm2836_control.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2042/4526] Compiling C object libsystem.a.p/hw_intc_xlnx-zynqmp-ipi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/xlnx-zynqmp-ipi.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2043/4526] Compiling C object libsystem.a.p/hw_intc_arm_gicv3_its.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gicv3_its.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2044/4526] Compiling C object libsystem.a.p/hw_ipmi_ipmi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/ipmi.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2045/4526] Compiling C object libsystem.a.p/hw_ipmi_isa_ipmi_kcs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/isa_ipmi_kcs.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2046/4526] Compiling C object libsystem.a.p/hw_ipmi_ipmi_kcs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/ipmi_kcs.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2047/4526] Compiling C object libsystem.a.p/hw_ipmi_ipmi_bt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/ipmi_bt.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2048/4526] Compiling C object libsystem.a.p/hw_ipmi_isa_ipmi_bt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/isa_ipmi_bt.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2049/4526] Compiling C object libsystem.a.p/hw_ipack_tpci200.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipack/tpci200.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2050/4526] Compiling C object libsystem.a.p/hw_intc_arm_gic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/arm_gic.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2051/4526] Compiling C object libsystem.a.p/hw_ipmi_ipmi_bmc_extern.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/ipmi_bmc_extern.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2052/4526] Compiling C object libsystem.a.p/hw_ipmi_pci_ipmi_kcs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/pci_ipmi_kcs.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2053/4526] Compiling C object libsystem.a.p/hw_isa_apm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/apm.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2054/4526] Compiling C object libsystem.a.p/hw_isa_fdc37m81x-superio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/fdc37m81x-superio.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2055/4526] Compiling C object libsystem.a.p/hw_ipmi_pci_ipmi_bt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/pci_ipmi_bt.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2056/4526] Compiling C object libsystem.a.p/hw_isa_i82378.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/i82378.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2057/4526] Compiling C object libsystem.a.p/hw_ipmi_smbus_ipmi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/smbus_ipmi.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2058/4526] Compiling C object libsystem.a.p/hw_isa_isa-bus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/isa-bus.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2059/4526] Compiling C object libsystem.a.p/hw_intc_openpic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/intc/openpic.c:33:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2060/4526] Compiling C object libsystem.a.p/hw_mem_npcm7xx_mc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/mem/npcm7xx_mc.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2061/4526] Compiling C object libsystem.a.p/hw_isa_isa-superio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/isa-superio.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2062/4526] Compiling C object libsystem.a.p/hw_isa_pc87312.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/pc87312.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2063/4526] Compiling C object libsystem.a.p/hw_misc_applesmc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/applesmc.c:33:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2064/4526] Compiling C object libsystem.a.p/hw_mem_nvdimm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/mem/nvdimm.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2065/4526] Compiling C object libsystem.a.p/hw_isa_piix.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/piix.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2066/4526] Compiling C object libsystem.a.p/hw_misc_debugexit.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/debugexit.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2067/4526] Compiling C object libsystem.a.p/hw_misc_pc-testdev.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/pc-testdev.c:38:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2068/4526] Compiling C object libsystem.a.p/hw_misc_vmcoreinfo.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/vmcoreinfo.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2069/4526] Compiling C object libsystem.a.p/hw_misc_edu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/edu.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2070/4526] Compiling C object libsystem.a.p/hw_misc_unimp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/unimp.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2071/4526] Compiling C object libsystem.a.p/hw_mem_pc-dimm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/mem/pc-dimm.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2072/4526] Compiling C object libsystem.a.p/hw_misc_empty_slot.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/empty_slot.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2073/4526] Compiling C object libsystem.a.p/hw_misc_pci-testdev.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/pci-testdev.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2074/4526] Compiling C object libsystem.a.p/hw_misc_led.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/led.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2075/4526] Compiling C object libsystem.a.p/hw_misc_arm_l2x0.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/arm_l2x0.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2076/4526] Compiling C object libsystem.a.p/hw_mem_memory-device.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/mem/memory-device.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2077/4526] Compiling C object libsystem.a.p/hw_misc_iommu-testdev.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/iommu-testdev.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2078/4526] Compiling C object libsystem.a.p/hw_misc_arm_integrator_debug.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/arm_integrator_debug.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2079/4526] Compiling C object libsystem.a.p/hw_misc_arm11scu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/arm11scu.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2080/4526] Compiling C object libsystem.a.p/hw_misc_a9scu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/a9scu.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2081/4526] Compiling C object libsystem.a.p/hw_isa_vt82c686.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/isa/vt82c686.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2082/4526] Compiling C object libsystem.a.p/hw_misc_pvpanic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/pvpanic.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2083/4526] Compiling C object libsystem.a.p/hw_misc_armv7m_ras.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/armv7m_ras.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2084/4526] Compiling C object libsystem.a.p/hw_misc_mchp_pfsoc_dmc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/mchp_pfsoc_dmc.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2085/4526] Compiling C object libsystem.a.p/hw_misc_sifive_test.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/sifive_test.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2086/4526] Compiling C object libsystem.a.p/hw_misc_mchp_pfsoc_ioscb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/mchp_pfsoc_ioscb.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2087/4526] Compiling C object libsystem.a.p/hw_ipmi_ipmi_bmc_sim.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/ipmi/ipmi_bmc_sim.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2088/4526] Compiling C object libsystem.a.p/hw_misc_mchp_pfsoc_sysreg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/mchp_pfsoc_sysreg.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2089/4526] Compiling C object libsystem.a.p/hw_misc_sifive_e_prci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/sifive_e_prci.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2090/4526] Compiling C object libsystem.a.p/hw_misc_sifive_u_prci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/sifive_u_prci.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2091/4526] Compiling C object libsystem.a.p/hw_misc_sifive_u_otp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/sifive_u_otp.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2092/4526] Compiling C object libsystem.a.p/hw_misc_sifive_e_aon.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/sifive_e_aon.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2093/4526] Compiling C object libsystem.a.p/hw_misc_macio_cuda.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/macio/cuda.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2094/4526] Compiling C object libsystem.a.p/hw_misc_macio_gpio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/macio/gpio.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2095/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-a10-dramc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-a10-dramc.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2096/4526] Compiling C object libsystem.a.p/hw_misc_mos6522.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/mos6522.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2097/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-h3-ccu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-h3-ccu.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2098/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-a10-ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-a10-ccm.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2099/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-sramc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-sramc.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2100/4526] Compiling C object libsystem.a.p/hw_misc_macio_macio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/macio/macio.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2101/4526] Compiling C object libsystem.a.p/hw_mem_cxl_type3.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/mem/cxl_type3.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2102/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-h3-sysctrl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-h3-sysctrl.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2103/4526] Compiling C object libsystem.a.p/hw_misc_macio_mac_dbdma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/macio/mac_dbdma.c:40:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2104/4526] Compiling C object libsystem.a.p/hw_misc_ivshmem-flat.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/ivshmem-flat.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2105/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-r40-ccu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-r40-ccu.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2106/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-sid.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-sid.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2107/4526] Compiling C object libsystem.a.p/hw_misc_axp2xx.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/axp2xx.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2108/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-h3-dramc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-h3-dramc.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2109/4526] Compiling C object libsystem.a.p/hw_misc_macio_pmu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/macio/pmu.c:31:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2110/4526] Compiling C object libsystem.a.p/hw_misc_exynos4210_pmu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/exynos4210_pmu.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2111/4526] Compiling C object libsystem.a.p/hw_misc_imx8mp_analog.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx8mp_analog.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2112/4526] Compiling C object libsystem.a.p/hw_misc_exynos4210_clk.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/exynos4210_clk.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2113/4526] Compiling C object libsystem.a.p/hw_misc_imx31_ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx31_ccm.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2114/4526] Compiling C object libsystem.a.p/hw_misc_exynos4210_rng.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/exynos4210_rng.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2115/4526] Compiling C object libsystem.a.p/hw_misc_arm_sysctl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/arm_sysctl.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2116/4526] Compiling C object libsystem.a.p/hw_misc_allwinner-r40-dramc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/allwinner-r40-dramc.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2117/4526] Compiling C object libsystem.a.p/hw_misc_imx25_ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx25_ccm.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2118/4526] Compiling C object libsystem.a.p/hw_misc_imx8mp_ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx8mp_ccm.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2119/4526] Compiling C object libsystem.a.p/hw_misc_ivshmem-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/ivshmem-pci.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2120/4526] Compiling C object libsystem.a.p/hw_misc_imx7_gpr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx7_gpr.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2121/4526] Compiling C object libsystem.a.p/hw_misc_imx7_ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx7_ccm.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2122/4526] Compiling C object libsystem.a.p/hw_misc_imx_ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx_ccm.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2123/4526] Compiling C object libsystem.a.p/hw_misc_imx7_src.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx7_src.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2124/4526] Compiling C object libsystem.a.p/hw_misc_imx6_src.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx6_src.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2125/4526] Compiling C object libsystem.a.p/hw_misc_imx7_snvs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx7_snvs.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2126/4526] Compiling C object libsystem.a.p/hw_misc_imx6_ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx6_ccm.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2127/4526] Compiling C object libsystem.a.p/hw_misc_imx_rngc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx_rngc.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2128/4526] Compiling C object libsystem.a.p/hw_misc_max78000_trng.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/max78000_trng.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2129/4526] Compiling C object libsystem.a.p/hw_misc_max78000_icc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/max78000_icc.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2130/4526] Compiling C object libsystem.a.p/hw_misc_max78000_aes.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/max78000_aes.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2131/4526] Compiling C object libsystem.a.p/hw_misc_max78000_gcr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/max78000_gcr.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2132/4526] Compiling C object libsystem.a.p/hw_misc_imx6ul_ccm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/imx6ul_ccm.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2133/4526] Compiling C object libsystem.a.p/hw_misc_npcm_gcr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/npcm_gcr.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2134/4526] Compiling C object libsystem.a.p/hw_misc_bcm2835_mphi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/bcm2835_mphi.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2135/4526] Compiling C object libsystem.a.p/hw_misc_npcm7xx_rng.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/npcm7xx_rng.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2136/4526] Compiling C object libsystem.a.p/hw_misc_bcm2835_rng.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/bcm2835_rng.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2137/4526] Compiling C object libsystem.a.p/hw_misc_bcm2835_thermal.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/bcm2835_thermal.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2138/4526] Compiling C object libsystem.a.p/hw_misc_omap_clk.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/omap_clk.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2139/4526] Compiling C object libsystem.a.p/hw_misc_bcm2835_mbox.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/bcm2835_mbox.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2140/4526] Compiling C object libsystem.a.p/hw_misc_npcm7xx_mft.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/npcm7xx_mft.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2141/4526] Compiling C object libsystem.a.p/hw_misc_npcm_clk.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/npcm_clk.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2142/4526] Compiling C object libsystem.a.p/hw_misc_bcm2835_powermgt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/bcm2835_powermgt.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2143/4526] Compiling C object libsystem.a.p/hw_misc_npcm7xx_pwm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/npcm7xx_pwm.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2144/4526] Compiling C object libsystem.a.p/hw_misc_zynq_slcr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/zynq_slcr.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2145/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-versal-xramc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-versal-xramc.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2146/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-zynqmp-crf.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-zynqmp-crf.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2147/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-cfi-if.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-cfi-if.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2148/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-zynqmp-apu-ctrl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-zynqmp-apu-ctrl.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2149/4526] Compiling C object libsystem.a.p/hw_misc_bcm2835_cprman.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/bcm2835_cprman.c:46:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2150/4526] Compiling C object libsystem.a.p/hw_misc_stm32f2xx_syscfg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/stm32f2xx_syscfg.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2151/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-versal-pmc-iou-slcr.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-versal-pmc-iou-slcr.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2152/4526] Compiling C object libsystem.a.p/hw_misc_stm32f4xx_syscfg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/stm32f4xx_syscfg.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2153/4526] Compiling C object libsystem.a.p/hw_misc_bcm2835_property.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/bcm2835_property.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2154/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-versal-crl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-versal-crl.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2155/4526] Compiling C object libsystem.a.p/hw_misc_stm32_rcc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/stm32_rcc.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2156/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-versal-cfu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-versal-cfu.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2157/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-versal-trng.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-versal-trng.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2158/4526] Compiling C object libsystem.a.p/hw_misc_stm32f4xx_exti.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/stm32f4xx_exti.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2159/4526] Compiling C object libsystem.a.p/hw_misc_xlnx-versal-cframe-reg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/xlnx-versal-cframe-reg.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2160/4526] Compiling C object libsystem.a.p/hw_misc_stm32l4x5_syscfg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/stm32l4x5_syscfg.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2161/4526] Compiling C object libsystem.a.p/hw_misc_stm32l4x5_exti.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/stm32l4x5_exti.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2162/4526] Compiling C object libsystem.a.p/hw_misc_mps2-fpgaio.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/mps2-fpgaio.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2163/4526] Compiling C object libsystem.a.p/hw_misc_mps2-scc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/mps2-scc.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2164/4526] Compiling C object libsystem.a.p/hw_misc_tz-msc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/tz-msc.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2165/4526] Compiling C object libsystem.a.p/hw_misc_iotkit-sysinfo.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/iotkit-sysinfo.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2166/4526] Compiling C object libsystem.a.p/hw_misc_armsse-cpu-pwrctrl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/armsse-cpu-pwrctrl.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2167/4526] Compiling C object libsystem.a.p/hw_misc_armsse-cpuid.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/armsse-cpuid.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2168/4526] Compiling C object libsystem.a.p/hw_misc_tz-ppc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/tz-ppc.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2169/4526] Compiling C object libsystem.a.p/hw_misc_armsse-mhu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/armsse-mhu.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2170/4526] Compiling C object libsystem.a.p/hw_misc_pvpanic-isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/pvpanic-isa.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2171/4526] Compiling C object libsystem.a.p/hw_misc_tz-mpc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/tz-mpc.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2172/4526] Compiling C object libsystem.a.p/hw_misc_pvpanic-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/pvpanic-pci.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2173/4526] Compiling C object libsystem.a.p/hw_misc_iotkit-sysctl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/iotkit-sysctl.c:19:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2174/4526] Compiling C object libsystem.a.p/hw_misc_iotkit-secctl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/iotkit-secctl.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2175/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_lpc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_lpc.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2176/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_pwm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_pwm.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2177/4526] Compiling C object libsystem.a.p/hw_misc_auxbus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/auxbus.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2178/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_ltpi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_ltpi.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2179/4526] Compiling C object libsystem.a.p/hw_misc_stm32l4x5_rcc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/stm32l4x5_rcc.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2180/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_hace.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_hace.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2181/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_sli.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_sli.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2182/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_xdma.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_xdma.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2183/4526] Compiling C object libsystem.a.p/hw_misc_msf2-sysreg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/msf2-sysreg.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2184/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_sbc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_sbc.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2185/4526] Compiling C object libsystem.a.p/hw_misc_sbsa_ec.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/sbsa_ec.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2186/4526] Compiling C object libsystem.a.p/hw_misc_nrf51_rng.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/nrf51_rng.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2187/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_peci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_peci.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2188/4526] Compiling C object libsystem.a.p/hw_misc_i2c-echo.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/i2c-echo.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2189/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_sdmc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_sdmc.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2190/4526] Compiling C object libsystem.a.p/hw_misc_aspeed_scu.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/misc/aspeed_scu.c:12:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2191/4526] Compiling C object libsystem.a.p/hw_net_ne2000-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/ne2000-pci.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2192/4526] Compiling C object libsystem.a.p/hw_net_ne2000.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/ne2000.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2193/4526] Compiling C object libsystem.a.p/hw_net_pcnet-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/pcnet-pci.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2194/4526] Compiling C object libsystem.a.p/hw_net_xen_nic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/xen_nic.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2195/4526] Compiling C object libsystem.a.p/hw_net_dp8393x.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/dp8393x.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2196/4526] Compiling C object libsystem.a.p/hw_net_e1000x_common.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/e1000x_common.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2197/4526] Compiling C object libsystem.a.p/hw_net_igbvf.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/igbvf.c:40:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2198/4526] Compiling C object libsystem.a.p/hw_net_igb.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/igb.c:40:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2199/4526] Compiling C object libsystem.a.p/hw_net_e1000e.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/e1000e.c:36:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2200/4526] Compiling C object libsystem.a.p/hw_net_net_rx_pkt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/net_rx_pkt.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2201/4526] Compiling C object libsystem.a.p/hw_net_net_tx_pkt.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/net_tx_pkt.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2202/4526] Compiling C object libsystem.a.p/hw_net_eepro100.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/eepro100.c:45:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2203/4526] Compiling C object libsystem.a.p/hw_net_lan9118_phy.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/lan9118_phy.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2204/4526] Compiling C object libsystem.a.p/hw_net_ne2000-isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/ne2000-isa.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2205/4526] Compiling C object libsystem.a.p/hw_net_pcnet.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/pcnet.c:38:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2206/4526] Compiling C object libsystem.a.p/hw_net_e1000.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/e1000.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2207/4526] Compiling C object libsystem.a.p/hw_net_allwinner_emac.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/allwinner_emac.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2208/4526] Compiling C object libsystem.a.p/hw_net_lan9118.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/lan9118.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2209/4526] Compiling C object libsystem.a.p/hw_net_tulip.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/tulip.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2210/4526] Compiling C object libsystem.a.p/hw_net_smc91c111.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/smc91c111.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2211/4526] Compiling C object libsystem.a.p/hw_net_xilinx_axienet.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/xilinx_axienet.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2212/4526] Compiling C object libsystem.a.p/hw_net_msf2-emac.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/msf2-emac.c:31:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2213/4526] Compiling C object libsystem.a.p/hw_net_mv88w8618_eth.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/mv88w8618_eth.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2214/4526] Compiling C object libsystem.a.p/hw_net_rtl8139.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/rtl8139.c:51:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2215/4526] Compiling C object libsystem.a.p/hw_net_stellaris_enet.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/stellaris_enet.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2216/4526] Compiling C object libsystem.a.p/hw_net_allwinner-sun8i-emac.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/allwinner-sun8i-emac.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2217/4526] Compiling C object libsystem.a.p/hw_net_npcm_pcs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/npcm_pcs.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2218/4526] Compiling C object libsystem.a.p/hw_net_vmxnet3.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/vmxnet3.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2219/4526] Compiling C object libsystem.a.p/hw_net_fsl_etsec_miim.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/fsl_etsec/miim.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2220/4526] Compiling C object libsystem.a.p/hw_net_vhost_net-stub.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/vhost_net-stub.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2221/4526] Compiling C object libsystem.a.p/hw_net_imx_fec.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/imx_fec.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2222/4526] Compiling C object libsystem.a.p/hw_net_xilinx_ethlite.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/xilinx_ethlite.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2223/4526] Compiling C object libsystem.a.p/hw_net_fsl_etsec_registers.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/fsl_etsec/registers.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2224/4526] Compiling C object libsystem.a.p/hw_net_fsl_etsec_etsec.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/fsl_etsec/etsec.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2225/4526] Compiling C object libsystem.a.p/hw_net_npcm7xx_emc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/npcm7xx_emc.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2226/4526] Compiling C object libsystem.a.p/hw_net_ftgmac100.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/ftgmac100.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2227/4526] Compiling C object libsystem.a.p/hw_net_cadence_gem.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/cadence_gem.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2228/4526] Compiling C object libsystem.a.p/hw_net_npcm_gmac.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/npcm_gmac.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2229/4526] Compiling C object libsystem.a.p/hw_net_rocker_rocker_fp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/rocker/rocker_fp.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2230/4526] Compiling C object libsystem.a.p/hw_net_rocker_rocker_world.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/rocker/rocker_world.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2231/4526] Compiling C object libsystem.a.p/hw_net_fsl_etsec_rings.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/fsl_etsec/rings.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2232/4526] Compiling C object libsystem.a.p/hw_net_rocker_rocker_desc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/rocker/rocker_desc.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2233/4526] Compiling C object libsystem.a.p/hw_net_sungem.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/sungem.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2234/4526] Compiling C object libsystem.a.p/hw_net_e1000e_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/e1000e_core.c:36:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2235/4526] Compiling C object libsystem.a.p/hw_net_rocker_rocker-hmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/rocker/rocker-hmp-cmds.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2236/4526] Compiling C object libsystem.a.p/hw_net_can_can_kvaser_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/can_kvaser_pci.c:32:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2237/4526] Compiling C object libsystem.a.p/hw_net_can_can_pcm3680_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/can_pcm3680_pci.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2238/4526] Compiling C object libsystem.a.p/hw_net_can_can_mioe3680_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/can_mioe3680_pci.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2239/4526] Compiling C object libsystem.a.p/hw_net_can_ctucan_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/ctucan_pci.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2240/4526] Compiling C object libsystem.a.p/hw_net_igb_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/igb_core.c:40:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2241/4526] Compiling C object libsystem.a.p/hw_net_can_can_sja1000.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/can_sja1000.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2242/4526] Compiling C object libsystem.a.p/hw_nitro_nitro-vsock-bus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nitro/nitro-vsock-bus.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2243/4526] Compiling C object libsystem.a.p/hw_net_can_ctucan_core.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/ctucan_core.c:29:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2244/4526] Compiling C object libsystem.a.p/hw_nitro_serial-vsock.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nitro/serial-vsock.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2245/4526] Compiling C object libsystem.a.p/hw_nitro_heartbeat.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nitro/heartbeat.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2246/4526] Compiling C object libsystem.a.p/hw_net_rocker_rocker_of_dpa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/rocker/rocker_of_dpa.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2247/4526] Compiling C object libsystem.a.p/hw_net_rocker_rocker.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/rocker/rocker.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2248/4526] Compiling C object libsystem.a.p/hw_nvram_fw_cfg-interface.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/fw_cfg-interface.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2249/4526] Compiling C object libsystem.a.p/hw_nitro_machine.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nitro/machine.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2250/4526] Compiling C object libsystem.a.p/hw_nvram_chrp_nvram.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/chrp_nvram.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2251/4526] Compiling C object libsystem.a.p/hw_nvram_bcm2835_otp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/bcm2835_otp.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2252/4526] Compiling C object libsystem.a.p/hw_nvme_nguid.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvme/nguid.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2253/4526] Compiling C object libsystem.a.p/hw_nvme_subsys.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvme/subsys.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2254/4526] Compiling C object libsystem.a.p/hw_net_can_xlnx-zynqmp-can.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/xlnx-zynqmp-can.c:32:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2255/4526] Compiling C object libsystem.a.p/hw_nvram_eeprom93xx.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/eeprom93xx.c:38:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2256/4526] Compiling C object libsystem.a.p/hw_net_can_xlnx-versal-canfd.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/can/xlnx-versal-canfd.c:33:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2257/4526] Compiling C object libsystem.a.p/hw_nvram_ds1225y.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/ds1225y.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2258/4526] Compiling C object libsystem.a.p/hw_nvram_eeprom_at24c.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/eeprom_at24c.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2259/4526] Compiling C object libsystem.a.p/hw_nvram_npcm7xx_otp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/npcm7xx_otp.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2260/4526] Compiling C object libsystem.a.p/hw_nvram_nrf51_nvm.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/nrf51_nvm.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2261/4526] Compiling C object libsystem.a.p/hw_nvram_xlnx-efuse-crc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/xlnx-efuse-crc.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2262/4526] Compiling C object libsystem.a.p/hw_nvme_dif.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvme/dif.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2263/4526] Compiling C object libsystem.a.p/hw_nvram_mac_nvram.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/mac_nvram.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2264/4526] Compiling C object libsystem.a.p/hw_nvme_ns.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvme/ns.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2265/4526] Compiling C object libsystem.a.p/hw_nvram_xlnx-efuse.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/xlnx-efuse.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2266/4526] Compiling C object libsystem.a.p/hw_nvram_fw_cfg-acpi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/fw_cfg-acpi.c:7:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2267/4526] Compiling C object libsystem.a.p/hw_nvram_xlnx-versal-efuse-cache.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/xlnx-versal-efuse-cache.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2268/4526] Compiling C object libsystem.a.p/hw_display_cirrus_vga.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/display/cirrus_vga.c:35:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2269/4526] Compiling C object libsystem.a.p/hw_nvram_fw_cfg.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/fw_cfg.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2270/4526] Compiling C object libsystem.a.p/hw_pci_pcie_host.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pcie_host.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2271/4526] Compiling C object libsystem.a.p/hw_nvram_aspeed_otp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/aspeed_otp.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2272/4526] Compiling C object libsystem.a.p/hw_pci_pcie_port.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pcie_port.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2273/4526] Compiling C object libsystem.a.p/hw_nvram_xlnx-versal-efuse-ctrl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/xlnx-versal-efuse-ctrl.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2274/4526] Compiling C object libsystem.a.p/hw_nvram_xlnx-bbram.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/xlnx-bbram.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2275/4526] Compiling C object libsystem.a.p/hw_nvram_xlnx-zynqmp-efuse.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvram/xlnx-zynqmp-efuse.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2276/4526] Compiling C object libsystem.a.p/hw_pci_pci-hmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pci-hmp-cmds.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2277/4526] Compiling C object libsystem.a.p/hw_pci_msi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/msi.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2278/4526] Compiling C object libsystem.a.p/hw_pci_pci_host.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pci_host.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2279/4526] Compiling C object libsystem.a.p/hw_net_virtio-net.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/net/virtio-net.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2280/4526] Compiling C object libsystem.a.p/hw_pci_pci_bridge.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pci_bridge.c:32:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2281/4526] Compiling C object libsystem.a.p/hw_pci_pci-qmp-cmds.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pci-qmp-cmds.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2282/4526] Compiling C object libsystem.a.p/hw_pci_slotid_cap.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/slotid_cap.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2283/4526] Compiling C object libsystem.a.p/hw_pci_msix.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/msix.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2284/4526] Compiling C object libsystem.a.p/hw_pci-bridge_pci_bridge_dev.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/pci_bridge_dev.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2285/4526] Compiling C object libsystem.a.p/hw_pci-bridge_ioh3420.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/ioh3420.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2286/4526] Compiling C object libsystem.a.p/hw_pci_pcie_sriov.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pcie_sriov.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2287/4526] Compiling C object libsystem.a.p/hw_pci_pcie_doe.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pcie_doe.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2288/4526] Compiling C object libsystem.a.p/hw_pci-bridge_i82801b11.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/i82801b11.c:44:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2289/4526] Compiling C object libsystem.a.p/hw_pci-bridge_gen_pcie_root_port.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/gen_pcie_root_port.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2290/4526] Compiling C object libsystem.a.p/hw_pci_shpc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/shpc.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2291/4526] Compiling C object libsystem.a.p/hw_pci-bridge_pcie_root_port.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/pcie_root_port.c:15:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2292/4526] Compiling C object libsystem.a.p/hw_pci-bridge_pci_expander_bridge_stubs.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/pci_expander_bridge_stubs.c:7:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2293/4526] Compiling C object libsystem.a.p/hw_pci_pcie_aer.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pcie_aer.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2294/4526] Compiling C object libsystem.a.p/hw_pci-bridge_xio3130_upstream.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/xio3130_upstream.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2295/4526] Compiling C object libsystem.a.p/hw_pci-bridge_pcie_pci_bridge.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/pcie_pci_bridge.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2296/4526] Compiling C object libsystem.a.p/hw_pci-host_pam.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/pam.c:30:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2297/4526] Compiling C object libsystem.a.p/hw_pci-bridge_pci_expander_bridge.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/pci_expander_bridge.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2298/4526] Compiling C object libsystem.a.p/hw_pci-bridge_xio3130_downstream.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/xio3130_downstream.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2299/4526] Compiling C object libsystem.a.p/hw_pci-bridge_cxl_downstream.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/cxl_downstream.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2300/4526] Compiling C object libsystem.a.p/hw_pci_pcie.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pcie.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2301/4526] Compiling C object libsystem.a.p/hw_pci-host_gpex.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/gpex.c:32:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2302/4526] Compiling C object libsystem.a.p/hw_pci-bridge_cxl_root_port.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/cxl_root_port.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2303/4526] Compiling C object libsystem.a.p/hw_pci-bridge_cxl_upstream.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-bridge/cxl_upstream.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2304/4526] Compiling C object libsystem.a.p/hw_pci-host_bonito.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/bonito.c:41:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2305/4526] Compiling C object libsystem.a.p/hw_pci-host_designware.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/designware.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2306/4526] Compiling C object libsystem.a.p/hw_pci-host_remote.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/remote.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2307/4526] Compiling C object libsystem.a.p/hw_pci-host_gpex-acpi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/gpex-acpi.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2308/4526] Compiling C object libsystem.a.p/hw_pci-host_xilinx-pcie.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/xilinx-pcie.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2309/4526] Compiling C object libsystem.a.p/hw_pci-host_aspeed_pcie.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/aspeed_pcie.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2310/4526] Compiling C object libsystem.a.p/hw_pci-host_gt64120.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/gt64120.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2311/4526] Compiling C object libsystem.a.p/hw_pci-host_i440fx.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/i440fx.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2312/4526] Compiling C object libsystem.a.p/hw_pci-host_q35.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/q35.c:31:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2313/4526] Compiling C object libsystem.a.p/hw_pci-host_ppc4xx_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/ppc4xx_pci.c:24:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2314/4526] Compiling C object libsystem.a.p/hw_pci-host_sh_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/sh_pci.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2315/4526] Compiling C object libsystem.a.p/hw_pci-host_grackle.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/grackle.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2316/4526] Compiling C object libsystem.a.p/hw_pci-host_raven.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/raven.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2317/4526] Compiling C object libsystem.a.p/hw_pci-host_ppc440_pcix.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/ppc440_pcix.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2318/4526] Compiling C object libsystem.a.p/hw_pci-host_fsl_imx8m_phy.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/fsl_imx8m_phy.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2319/4526] Compiling C object libsystem.a.p/hw_pci-host_ppce500.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/ppce500.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2320/4526] Compiling C object libsystem.a.p/hw_pci-host_articia.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/articia.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2321/4526] Compiling C object libsystem.a.p/hw_pci_pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci/pci.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2322/4526] Compiling C object libsystem.a.p/hw_rtc_m41t80.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/m41t80.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2323/4526] Compiling C object libsystem.a.p/hw_pci-host_uninorth.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/uninorth.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2324/4526] Compiling C object libsystem.a.p/hw_rtc_m48t59-isa.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/m48t59-isa.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2325/4526] Compiling C object libsystem.a.p/hw_rtc_ds1338.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/ds1338.c:13:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2326/4526] Compiling C object libsystem.a.p/hw_pci-host_versatile.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/versatile.c:10:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2327/4526] Compiling C object libsystem.a.p/hw_rtc_pl031.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/pl031.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2328/4526] Compiling C object libsystem.a.p/hw_rtc_xlnx-zynqmp-rtc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/xlnx-zynqmp-rtc.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2329/4526] Compiling C object libsystem.a.p/hw_scsi_emulation.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/emulation.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2330/4526] Compiling C object libsystem.a.p/hw_rtc_goldfish_rtc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/goldfish_rtc.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2331/4526] Compiling C object libsystem.a.p/hw_rtc_aspeed_rtc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/aspeed_rtc.c:9:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2332/4526] Compiling C object libsystem.a.p/hw_rtc_m48t59.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/m48t59.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2333/4526] Compiling C object libsystem.a.p/hw_pci-host_mv64361.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/pci-host/mv64361.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2334/4526] Compiling C object libsystem.a.p/hw_rtc_rs5c372.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/rs5c372.c:11:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2335/4526] Compiling C object libsystem.a.p/hw_rtc_allwinner-rtc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/allwinner-rtc.c:20:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2336/4526] Compiling C object libsystem.a.p/hw_rtc_exynos4210_rtc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/exynos4210_rtc.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2337/4526] Compiling C object libsystem.a.p/hw_rtc_ls7a_rtc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/ls7a_rtc.c:8:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2338/4526] Compiling C object libsystem.a.p/hw_scsi_mptendian.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/mptendian.c:23:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2339/4526] Compiling C object libsystem.a.p/hw_scsi_vhost-scsi.c.o
FAILED: [code=1] libsystem.a.p/hw_scsi_vhost-scsi.c.o
gcc -m64 -Ilibsystem.a.p -I. -I../sources/qemu-11.0.0 -Isubprojects/libvduse -I../sources/qemu-11.0.0/subprojects/libvduse -Iqapi -Itrace -Iui -Iui/shader -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/pixman-1 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/libpng16 -I/usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/SDL2 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/gio-unix-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/slirp -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/virgl -I/usr/include/libdrm -I/usr/include/valgrind -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -mcx16 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -ftrivial-auto-var-init=zero -fzero-call-used-regs=used-gpr -fstack-protector-strong -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wformat-overflow=2 -Wformat-security -Wformat-y2k -Wignored-qualifiers -Wimplicit-fallthrough=2 -Winit-self -Wmissing-format-attribute -Wmissing-prototypes -Wnested-externs -Wold-style-declaration -Wold-style-definition -Wredundant-decls -Wshadow=local -Wstrict-prototypes -Wtype-limits -Wundef -Wvla -Wwrite-strings -Wno-missing-include-dirs -Wno-psabi -Wno-shift-negative-value -isystem TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/linux-headers -isystem linux-headers -iquote . -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/x86_64 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/generic -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/tcg/x86_64 -pthread -O2 -pipe -isystemTOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/include -O2 -fPIE -D_REENTRANT -DCONFIG_SOFTMMU -DCOMPILING_SYSTEM_VS_USER -MD -MQ libsystem.a.p/hw_scsi_vhost-scsi.c.o -MF libsystem.a.p/hw_scsi_vhost-scsi.c.o.d -o libsystem.a.p/hw_scsi_vhost-scsi.c.o -c ../sources/qemu-11.0.0/hw/scsi/vhost-scsi.c
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/vhost-scsi.c:17:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
../sources/qemu-11.0.0/hw/scsi/vhost-scsi.c: In function ‘vhost_scsi_set_workers’:
../sources/qemu-11.0.0/hw/scsi/vhost-scsi.c:174:31: error: storage size of ‘vq_worker’ isn’t known
174 | struct vhost_vring_worker vq_worker;
| ^~~~~~~~~
../sources/qemu-11.0.0/hw/scsi/vhost-scsi.c:175:31: error: storage size of ‘worker’ isn’t known
175 | struct vhost_worker_state worker;
| ^~~~~~
../sources/qemu-11.0.0/hw/scsi/vhost-scsi.c:175:31: warning: unused variable ‘worker’ [-Wunused-variable]
../sources/qemu-11.0.0/hw/scsi/vhost-scsi.c:174:31: warning: unused variable ‘vq_worker’ [-Wunused-variable]
174 | struct vhost_vring_worker vq_worker;
| ^~~~~~~~~
[2340/4526] Compiling C object libsystem.a.p/hw_scsi_esp-pci.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/esp-pci.c:26:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2341/4526] Compiling C object libsystem.a.p/hw_scsi_virtio-scsi-dataplane.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/virtio-scsi-dataplane.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2342/4526] Compiling C object libsystem.a.p/hw_scsi_vhost-user-scsi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/vhost-user-scsi.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2343/4526] Compiling C object libsystem.a.p/hw_rtc_mc146818rtc.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/rtc/mc146818rtc.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2344/4526] Compiling C object libsystem.a.p/hw_scsi_mptconfig.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/mptconfig.c:18:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2345/4526] Compiling C object libsystem.a.p/hw_scsi_scsi-generic.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/scsi-generic.c:14:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2346/4526] Compiling C object libsystem.a.p/hw_scsi_mptsas.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/mptsas.c:25:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2347/4526] Compiling C object libsystem.a.p/hw_scsi_esp.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/esp.c:27:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2348/4526] Compiling C object libsystem.a.p/hw_scsi_scsi-bus.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/scsi-bus.c:1:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2349/4526] Compiling C object libsystem.a.p/hw_scsi_vmw_pvscsi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/vmw_pvscsi.c:28:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2350/4526] Compiling C object libsystem.a.p/hw_scsi_scsi-disk.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/scsi-disk.c:22:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2351/4526] Compiling C object libsystem.a.p/hw_scsi_virtio-scsi.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/virtio-scsi.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2352/4526] Compiling C object libsystem.a.p/hw_scsi_lsi53c895a.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/lsi53c895a.c:16:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2353/4526] Compiling C object libsystem.a.p/hw_scsi_megasas.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/scsi/megasas.c:21:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[2354/4526] Compiling C object libsystem.a.p/hw_nvme_ctrl.c.o
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113,
from ../sources/qemu-11.0.0/hw/nvme/ctrl.c:196:
/usr/include/stdlib.h:568:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
568 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:562:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
562 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
In file included from /usr/include/features.h:490,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111:
/usr/include/stdio.h:428:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
428 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:409:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
409 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:431:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
431 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:415:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
415 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:433:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
433 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:417:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
417 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:473:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
473 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:453:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
453 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:478:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
478 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:248:41: note: in definition of macro ‘__REDIRECT’
248 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:461:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
461 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:481:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
481 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:465:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
465 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:258:6: note: in definition of macro ‘__REDIRECT_NTHNL’
258 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:256:6: note: in definition of macro ‘__REDIRECT_NTH’
256 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
make: *** [Makefile:170: run-ninja] Error 1
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.2588652:186 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.2588652, line 186
#2: die, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.2588652, line 171
#3: oe_runmake, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.2588652, line 176
#4: base_do_compile, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.2588652, line 154
#5: do_compile, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.2588652, line 148
#6: main, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.2588652, line 196