I am trying to compile bin-i386-efi/snponly.efi for booting a early mac mini and I am getting a huge number of errors regarding relocation truncation. I assume this means there are too many components selected. Is this the case? if so what should I disable?
Code:
[LD] bin-i386-efi/snponly.efi.tmp
bin-i386-efi/blib.a(librm.o): In function `p2r_jump_vector':
(.data16+0x3e): relocation truncated to fit: R_386_16 against `.text16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x8): relocation truncated to fit: R_386_16 against `.data16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0xe): relocation truncated to fit: R_386_16 against `.data16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x16): relocation truncated to fit: R_386_16 against `.data16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x21): relocation truncated to fit: R_386_16 against symbol `rm_cs' defined in .data16 section in bin-i386-efi/blib.a(librm.o)
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x28): relocation truncated to fit: R_386_16 against `.data16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x35): relocation truncated to fit: R_386_16 against `.data16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x3e): relocation truncated to fit: R_386_16 against symbol `rm_ds' defined in .text16.data section in bin-i386-efi/blib.a(librm.o)
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x45): relocation truncated to fit: R_386_16 against `.data16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x52): relocation truncated to fit: R_386_16 against `.data16'
bin-i386-efi/blib.a(librm.o): In function `init_librm':
(.text16+0x56): additional relocation overflows omitted from the output
make: *** [bin-i386-efi/snponly.efi.tmp] Error 1