Additional Relocations (R_ARM_THM_MOVT_ABS) support in mkimage.

2018-05-28 Thread amit94
Hi, I'm trying to cross compile grub for armv7, and I get these errors on running `grub-mkstandalone` > grub-mkstandalone: error: relocation 0x2f is not implemented yet. The issue seems to be that the R_ARM_THM_MOVT_ABS_NC is not supported in the util/grub-mkimagexx.c file. I searched a bit and

Re: Additional Relocations (R_ARM_THM_MOVT_ABS) support in mkimage.

2018-05-29 Thread amit94
t;, will messing with the -march help or is this unfixable? ‐‐‐ Original Message ‐‐‐ On May 29, 2018 4:27 AM, Vladimir 'phcoder' Serbinenko wrote: > On Mon, 28 May 2018, 23:08 amit94, wrote: > >> Hi, >> >> I'm trying to cross compile grub for arm