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?
Binutils efi-app-x86_64 target
Re: I can't compile binutils to work with EFI
Where did you get that target from?
-
- Posts: 5
- Joined: Mon Aug 06, 2012 3:23 am
Re: I can't compile binutils to work with EFI
I seen that on source code of a bootloader. That target not exist?
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: I can't compile binutils to work with EFI
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.
-
- Posts: 5
- Joined: Mon Aug 06, 2012 3:23 am
Re: Binutils efi-app-x86_64 target
Thats resolve my question, thanks