rpi2-hyp-boot
rpi2-hyp-boot copied to clipboard
Compilation Issue
Good Evening,
I recently cloned this repository to a Raspberry Pi 3 to test it. I ran into an issue at the 'make' step:
ld.bfd: rpi2-hyp-boot: Not enough room for program headers, try linking with -N
I followed its suggestion and it seemed to compile just fine. I altered the Makefile to include the change:
$(LD) -N -pie --gc-sections -Bstatic -T rpi2-hyp-boot.lds -o rpi2-hyp-boot rpi2-hyp-boot.o
I hope this helps! And thanks for the tutorial on KVM!