This is not an issue with the edk2 tools. Theses relocations deal with dynamic linking so this is an issue with your compiler flags.
In a static link image you don't need a PC relative relocation. The Global Offset Table is about patching globals. These concepts don't exist in PE/COFF relocations for linked images. Sent from my iPhone On Jul 8, 2013, at 4:33 AM, Oleksii Shevchuk <[email protected]> wrote: > Thanks for info. I managed to perform successfull build with binutils > ld.bfd and gcc 4.6 /w USE="-vanilla -hardened". > > Looks like misssing relocations are R_X86_64_PC64 and GOT variants. > >> Native GCC X64 build is supported. > >> But looks you are using Gentoo2.2 and its built-in gcc is a variant of native >> GCC. It generates some Relocation sections which couldn't be identified GenFw >> tool in BaseTools. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > edk2-buildtools-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ edk2-buildtools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-buildtools-devel
