qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] a trival comipling problem.


From: jc
Subject: [Qemu-trivial] a trival comipling problem.
Date: Tue, 4 Apr 2017 00:57:21 +0800 (CST)

/opt/qemu-2.9.0-rc2/linux-user/syscall.c: In function 'target_to_host_timex':
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:6974: error: 'struct timex' has no member named 'tai'
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:6974: warning: left-hand operand of comma _expression_ has no effect
/opt/qemu-2.9.0-rc2/linux-user/syscall.c: In function 'host_to_target_timex':
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7009: error: 'struct timex' has no member named 'tai'
/opt/qemu-2.9.0-rc2/linux-user/syscall.c: At top level:
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7265: warning: 'struct signalfd_siginfo' declared inside parameter list
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7265: warning: its scope is only this definition or declaration, which is probably not what you want
/opt/qemu-2.9.0-rc2/linux-user/syscall.c: In function 'host_to_target_signalfd_siginfo':
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7267: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7274: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7275: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7276: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7277: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/l inux-user/syscall.c:7278: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7283: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7284: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7284: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7285: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7285: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7286: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7286: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7287: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7287: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7288: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7288: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7289: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7289: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7290: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7290: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7291: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7291: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7292: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7292: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7293: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7293: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7294: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7294: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7295: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7295: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7296: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7296: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7297: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7297: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7298: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7298: error: dereferencing pointer to incomplete type
/opt/qemu-2.9.0-rc2/linux-user/syscall.c: In function 'host_to_target_data_signalfd':
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7305: error: invalid application of 'sizeof' to incomplete type 'struct signalfd_siginfo'
/opt/qemu-2.9.0-rc2/linux-user/syscall.c: In function 'do_signalfd4':
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7334: warning: implicit declaration of function 'signalfd'
/opt/qemu-2.9.0-rc2/linux-user/syscall.c:7334: warning: nested extern declaration of 'signalfd'
make[1]: *** [linux-user/syscall.o] Error 1
make: *** [subdir-aarch64-linux-user] Error 2


i don't know what the problem is. i have replaced serveral versions of kernel headers. 3.17.6 4.4.0 4.6.4

tia



reply via email to

[Prev in Thread] Current Thread [Next in Thread]