Thanks for your replies,
I've managed to compile it using a chroot as suggested by Peter. I just
grabbed a pre-built rootfs from here : https://wiki.debian.org/Arm64Port
#Pre-built_Rootfses, then installed qemu-user-static with apt-get and
run the build from the chroot.
Somehow "apt-get build-dep
this was an issue in my setup
** Changed in: qemu
Status: New => Invalid
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1658120
Title:
building with gcc-aarch64-linux-gnu
Status in QEMU:
Public bug reported:
Hi, while trying to build qemu v2.8.0 with gcc-aarch64-linux-gnu cross-
compiler I'm getting the following :
In file included from /usr/include/x86_64-linux-gnu/sys/syscall.h:31:0,
from /root/qemu/util/compatfd.c:21:
/root/qemu/util/compatfd.c: In function '
I see, I'll close the ticket then.
Do you have any recommandation on how I could achieve this? It is
actually a 64-bit CPU (armv8 from Raspberry Pi 3) but it's running on a
32-bit OS / kernel.
** Changed in: qemu
Status: New => Invalid
--
You received this bug notification because you ar
Public bug reported:
I'm trying to run a Go program compiled for amd64 on a Raspberry Pi.
Here is an example :
===
// main.go
package main
func main() {
println("hello world")
}
===
Then here is the output I'm getting :
===
> GOARCH=amd64 go build main.go
> ../qemu/build/x86_64-linux-u