[gem5-users] SE mode with dynamic linking

2023-04-27 Thread Iana Chertkova via gem5-users
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

[gem5-users] arm64 full system kernel hung

2023-04-27 Thread muke101 via gem5-users
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

[gem5-users] random: systemd: uninitialized urandom read (16 bytes read)

2023-04-27 Thread Xiang Li via gem5-users
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