search for: i386pep

Displaying 7 results from an estimated 7 matches for "i386pep".

Did you mean: i386pe
2012 May 29
7
efibootmgr not working on xen-unstable booted on uefi system
I have installed dom0 Wheezy 64 bit on Dell PowerEdge T310 with kernel from package and xen-unstable. System is in Uefi mode and booted with grub-efi-amd64. Booting without xen efibootmgr works, while with xen not, efivars kernel module is loaded but show this message: efibootmgr Fatal: Couldn''t open either sysfs or procfs directories for accessing EFI variables. Try ''modprobe
2018 Feb 27
0
CentOS 7 / Xen 4.6 on UEFI system?
....30.tar.gz cd binutils-2.30 ./configure --enable-targets=x86_64-pep make make install Now I have a version that supports i386pe: # /usr/local/bin/ld -V GNU ld (GNU Binutils) 2.30 Supported emulations: elf_x86_64 elf32_x86_64 elf_i386 elf_iamcu i386linux elf_l1om elf_k1om i386pep i386pe However at this point I guess I need to rebuild Xen from source in order to obtain the xen.efi binary, and I'm not sure how to do that. Am I on the right path? Any tips on how to recompile Xen to get xen.efi binary? Or am I barking up the wrong tree? Thanks in advance for any advic...
2016 Apr 25
2
bug: cross-compile Clang/LLVM for ARM using Clang/LLVM
Hi James, renato, So how do I download the missing ARM libraries on Ubuntu14.04? I cannot find any available libraries. Best, Liyang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160425/04dfc553/attachment.html>
2018 Feb 08
2
LLD: targeting cygwin
...cygwin_crt0_common.o): undefined symbol: __RUNTIME_PSEUDO_RELOC_LIST_END__ lld: warning: libcygwin.a(_cygwin_crt0_common.o): undefined symbol: __image_base__ They seem to come from the default cygwin ld linker script, pasted below: GNU ld (GNU Binutils) 2.29.1.20171006 Supported emulations: i386pep i386pe using internal linker script: ================================================== /* Default linker script, for normal executables */ /* Copyright (C) 2014-2017 Free Software Foundation, Inc. Copying and distribution of this script, with or without modification, are permitted in any...
2018 Feb 09
0
LLD: targeting cygwin
..._RUNTIME_PSEUDO_RELOC_LIST_END__ > lld: warning: libcygwin.a(_cygwin_crt0_common.o): undefined symbol: > __image_base__ > > > They seem to come from the default cygwin ld linker script, pasted below: > > GNU ld (GNU Binutils) 2.29.1.20171006 > Supported emulations: > i386pep > i386pe > using internal linker script: > ================================================== > /* Default linker script, for normal executables */ > /* Copyright (C) 2014-2017 Free Software Foundation, Inc. > Copying and distribution of this script, with or without modifica...
2018 Feb 07
0
LLD: targeting cygwin
COFF lld doesn't support the linker script at the moment, and I'm sad to say that it is very unlikely to support that in the future. Linker script support is so huge that I can't imagine we really want it for COFF. GNU BFD linker supports it because the linker is built as an interpreter for the built-in linker script (and that's one of the reasons why GNU linker is by far more
2018 Feb 07
2
LLD: targeting cygwin
Hello, I have a user who is trying to get LLD to link for the cygwin target: https://github.com/zig-lang/zig/issues/751 Currently the issue they are running into is needing to define a linker script, but the COFF driver (or MinGW driver) does not have support for that. Is there documentation or advice for how to use LLD to link for cygwin? As a starting point, which driver to use? Regards,