Page 1 of 1
Binutils efi-app-x86_64 target
Posted: Tue May 27, 2014 4:53 am
by gil0mendes
Hello,
I can't compile binutils for support efi-app-x86_64 target... I tried everything, but in the end objcopy continuous not support the required target.
anyone can help me?
Re: I can't compile binutils to work with EFI
Posted: Tue May 27, 2014 6:19 am
by iansjack
Where did you get that target from?
Re: I can't compile binutils to work with EFI
Posted: Tue May 27, 2014 6:37 am
by gil0mendes
I seen that on source code of a bootloader. That target not exist?
Re: I can't compile binutils to work with EFI
Posted: Tue May 27, 2014 9:40 am
by Combuster
For binutils, you can use i*86-efi-pe and x86_64-pe as working targets. If you intend to get a working GCC to go with it, you'll need to lie to it and build a windows compiler, which may be rather quirky and YMMV as a result. It's probably still better than the gnu-efi hack.
Re: Binutils efi-app-x86_64 target
Posted: Sun Jun 29, 2014 6:33 am
by gil0mendes
Thats resolve my question, thanks