Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-17 Thread Russell Peterson
zlo Ersek Subject: RE: [edk2-devel] [edk2-discuss] WriteSections64() Hi, Ard. -bash-4.2$ readelf -S /x/edk2/Build/RELEASE_GCC5/AARCH64/MdeModulePkg/Universal/Network/DpcDxe/DpcDxe/DEBUG/DpcDxe.dll There are 25 section headers, starting at offset 0x2a940: Section Headers: [Nr] Name

Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-17 Thread Ard Biesheuvel
ussell > Peterson via Groups.Io > Sent: Friday, June 14, 2019 5:19 PM > To: Ard Biesheuvel > Cc: edk2-devel-groups-io ; Laszlo Ersek > ; disc...@edk2.groups.io > Subject: Re: [edk2-devel] [edk2-discuss] WriteSections64() > > Hello, Ard. > > The tools_def.txt was updated

Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-16 Thread Russell Peterson
(unknown), o (OS specific), E (exclude), p (processor specific) -Original Message- From: Ard Biesheuvel Sent: Saturday, June 15, 2019 4:29 AM To: Russell Peterson Cc: disc...@edk2.groups.io; edk2-devel-groups-io ; Laszlo Ersek Subject: Re: [edk2-devel] [edk2-discuss] WriteSections64

Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-15 Thread Ard Biesheuvel
On Sat, 15 Jun 2019 at 02:17, Russell Peterson wrote: > > Here is a sample of the gcc command line: > > "/x/sdk/sysroots/x86_64-pokysdk-linux/usr/bin/aarch64-poky-linux/aarch64-poky-linux-gcc" > -I/x/edk2/edk2/MlxPlatformPkg/Include -march=armv8-a+crc -g -fshort-wchar > -fno-builtin -fno-strict-al

Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-14 Thread Russell Peterson
Friday, June 14, 2019 5:19 PM To: Ard Biesheuvel Cc: edk2-devel-groups-io ; Laszlo Ersek ; disc...@edk2.groups.io Subject: Re: [edk2-devel] [edk2-discuss] WriteSections64() Hello, Ard. The tools_def.txt was updated and both the -fno-pie and -fno-pic are specified when executing gcc. I don’t ha

Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-14 Thread Russell Peterson
Hello, Ard. The tools_def.txt was updated and both the -fno-pie and -fno-pic are specified when executing gcc. I don’t have access to the code at the moment but I will post the exact gcc command line as soon as I can. Regards, Russell On Jun 14, 2019, at 3:43 PM, Ard Biesheuvel mailto:ard.

Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-14 Thread Ard Biesheuvel
On Fri, 14 Jun 2019 at 21:17, Laszlo Ersek wrote: > > +Ard, +devel > > On 06/13/19 17:29, Russell Peterson wrote: > > Hello, > > > > We are in the process of upgrading our gcc toolchain to gcc 8.3 (from 7.3). > > In the process of doing that we have hit an error building edk2: > > > > make[2]: *

Re: [edk2-devel] [edk2-discuss] WriteSections64()

2019-06-14 Thread Laszlo Ersek
+Ard, +devel On 06/13/19 17:29, Russell Peterson wrote: > Hello, > > We are in the process of upgrading our gcc toolchain to gcc 8.3 (from 7.3). > In the process of doing that we have hit an error building edk2: > > make[2]: *** > [/home/x/RELEASE_GCC5/AARCH64/MdeModulePkg/Universal/Network/D