Hello,
Is it possible to run dynamically linked binary in SE mode on ARM system
and for ARM? I'm trying to do it using --redirects /lib64=/usr/lib64 for
dynamic libs , but it isn't working. I got an error
build/ARM/sim/vma.cc:142: panic: Failed to map file into host address
space: Invalid argument.
I'm trying to set up full system emulation with aarch64. I can't use any SVE
instructions for my purposes so I've had to compile my own kernel with
'KCFLAGS=-march=armv8-a+nosve KCPPFLAGS=-march=armv8-a+nosve' set. I compiled
the bootloader from 'gem5/system/arm/bootloader' with SVE disabled as
Hi all,
I built a ubuntu16.04 disk-image through qemu, I followed your webside. It says
run 'systemctl enable gem5.service' and disable ttyS0 at last. I didn't find
ttyS0-service, I disabled the 'getty@tty1.service'(maybe).
Then I run the full system. No matter I disable 'getty' or not, the termi