Re: [edk2] F29 Build Issue.

2019-03-14 Thread Gao, Liming
4, 2019 2:34 AM > To: Andrew J. Hutton ; edk2-devel@lists.01.org > Subject: Re: [edk2] F29 Build Issue. > > On 03/13/19 14:27, Andrew J. Hutton wrote: > > Unsure if this is a missing build dependency (since there doesn't appear > > to be a check for this) am I missing a make

Re: [edk2] F29 Build Issue.

2019-03-14 Thread Laszlo Ersek
On 03/13/19 14:27, Andrew J. Hutton wrote: > Unsure if this is a missing build dependency (since there doesn't appear > to be a check for this) am I missing a make dep or configure step > somewhere? > > This is stock F29, following the website instructions; the make -C > BaseTools/Source/C

Re: [edk2] F29 Build Issue.

2019-03-13 Thread Andrew Fish via edk2-devel
Andrew, This looks like a newer warning added in GCC 8 -Wall? BaseTools/Source/C/GenVtf/GenVtf.h:46:#define FIT_SIGNATURE "_FIT_ " So it looks like the intent is to copy the 8 chars in the string, but not the NULL. That is the intent of -Werror=stringop-truncation. I think

Re: [edk2] F29 Build Issue.

2019-03-13 Thread Ryszard Knop
Hi, GenVtf is removed from EDK2, since it's IPF specific and no longer used. Commit 64ab2c82e8f61e881eb16849e1b188361b00c4a7 deleted it from the upstream tree, so if you don't need IPF support, you can just remove this tool. Richard On Wed, 2019-03-13 at 09:27 -0400, Andrew J. Hutton wrote: >

[edk2] F29 Build Issue.

2019-03-13 Thread Andrew J. Hutton
Unsure if this is a missing build dependency (since there doesn't appear to be a check for this) am I missing a make dep or configure step somewhere? This is stock F29, following the website instructions; the make -C BaseTools/Source/C results in the following errror: make[1]: Entering