Re: [Qemu-devel] libvhost-user: undefined reference to MADV_NOHUGEPAGE

2019-08-27 Thread Sandra Loosemore
On 8/27/19 9:01 PM, Richard Henderson wrote: On 8/27/19 6:42 PM, Sandra Loosemore wrote: Sorry if that was not clear.  The target is aarch64-none-elf with the provided semihosting facilities in QEMU.  The host is x86_64-linux-gnu. We deliberately link against a pretty old glibc sysroot (looks li

Re: [Qemu-devel] libvhost-user: undefined reference to MADV_NOHUGEPAGE

2019-08-27 Thread Richard Henderson
On 8/27/19 6:42 PM, Sandra Loosemore wrote: > Sorry if that was not clear.  The target is aarch64-none-elf with the provided > semihosting facilities in QEMU.  The host is x86_64-linux-gnu. We deliberately > link against a pretty old glibc sysroot (looks like version 2.11.1), but we > did > that f

Re: [Qemu-devel] libvhost-user: undefined reference to MADV_NOHUGEPAGE

2019-08-27 Thread Sandra Loosemore
On 8/27/19 6:39 PM, Richard Henderson wrote: On 8/27/19 5:26 PM, Sandra Loosemore wrote: Yesterday I tried to build the recent 4.1 release system-mode QEMU for aarch64-none-elf and ran into a compilation error in ./contrib/libvhost-user/libvhost-user.c. Why are you attempting to compile qemu f

Re: [Qemu-devel] libvhost-user: undefined reference to MADV_NOHUGEPAGE

2019-08-27 Thread Richard Henderson
On 8/27/19 5:26 PM, Sandra Loosemore wrote: > Yesterday I tried to build the recent 4.1 release system-mode QEMU for > aarch64-none-elf and ran into a compilation error in > ./contrib/libvhost-user/libvhost-user.c. Why are you attempting to compile qemu for a non-hosted (aka bare metal) configurat