rpi2-hyp-boot icon indicating copy to clipboard operation
rpi2-hyp-boot copied to clipboard

Compilation Issue

Open kodeschreiber opened this issue 6 years ago • 0 comments

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!

kodeschreiber avatar May 19 '19 02:05 kodeschreiber