public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* BuildTools Broken
@ 2020-05-25 16:55 df7729
  2020-05-26 12:43 ` [edk2-devel] " Laszlo Ersek
  0 siblings, 1 reply; 4+ messages in thread
From: df7729 @ 2020-05-25 16:55 UTC (permalink / raw)
  To: devel

Last night through the forums I sent a problem with NMAKE U1073 trying
to build. Some things built fine, but not others.   I think my
original message with all the details is still awaiting moderation.
To follow up on that.  I simply renamed BaseTools and restored the
other one I had before updating back (which was older one where
build.exe is Nov 29 2018), but now it starts building fine.   Only
breaks on some new items like longjump.nasm can't find nasm.inc which
didn't exist back in the version I had.  So I'll have to figure that
out, but I guess I'll used the old BaseTools since the new one doesn't
work either because I need to do something or it needs to be fixed.
Building on Win10 but all that is in the other message.  Using email
now to see if it goes through faster.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] BuildTools Broken
  2020-05-25 16:55 BuildTools Broken df7729
@ 2020-05-26 12:43 ` Laszlo Ersek
  2020-05-26 13:05   ` Liming Gao
  0 siblings, 1 reply; 4+ messages in thread
From: Laszlo Ersek @ 2020-05-26 12:43 UTC (permalink / raw)
  To: devel, df7729

On 05/25/20 18:55, David F. wrote:
> Last night through the forums I sent a problem with NMAKE U1073 trying
> to build. Some things built fine, but not others.   I think my
> original message with all the details is still awaiting moderation.
> To follow up on that.  I simply renamed BaseTools and restored the
> other one I had before updating back (which was older one where
> build.exe is Nov 29 2018), but now it starts building fine.   Only
> breaks on some new items like longjump.nasm can't find nasm.inc which
> didn't exist back in the version I had.

Your "Conf" directory was likely out-of-date, please delete it and let
edksetup.sh re-populate it from under BaseTools/Conf.

An earlier report about the (apparently) same "Nasm.inc" symptom:

https://bugzilla.tianocore.org/show_bug.cgi?id=2719

Thanks
Laszlo

> So I'll have to figure that
> out, but I guess I'll used the old BaseTools since the new one doesn't
> work either because I need to do something or it needs to be fixed.
> Building on Win10 but all that is in the other message.  Using email
> now to see if it goes through faster.
> 
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] BuildTools Broken
  2020-05-26 12:43 ` [edk2-devel] " Laszlo Ersek
@ 2020-05-26 13:05   ` Liming Gao
  2020-05-26 14:23     ` Laszlo Ersek
  0 siblings, 1 reply; 4+ messages in thread
From: Liming Gao @ 2020-05-26 13:05 UTC (permalink / raw)
  To: devel@edk2.groups.io, lersek@redhat.com, df7729@gmail.com

To update Conf, you can type edksetup.bat Reconfig command, and then try build again.

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Laszlo Ersek
> Sent: Tuesday, May 26, 2020 8:43 PM
> To: devel@edk2.groups.io; df7729@gmail.com
> Subject: Re: [edk2-devel] BuildTools Broken
> 
> On 05/25/20 18:55, David F. wrote:
> > Last night through the forums I sent a problem with NMAKE U1073 trying
> > to build. Some things built fine, but not others.   I think my
> > original message with all the details is still awaiting moderation.
> > To follow up on that.  I simply renamed BaseTools and restored the
> > other one I had before updating back (which was older one where
> > build.exe is Nov 29 2018), but now it starts building fine.   Only
> > breaks on some new items like longjump.nasm can't find nasm.inc which
> > didn't exist back in the version I had.
> 
> Your "Conf" directory was likely out-of-date, please delete it and let
> edksetup.sh re-populate it from under BaseTools/Conf.
> 
> An earlier report about the (apparently) same "Nasm.inc" symptom:
> 
> https://bugzilla.tianocore.org/show_bug.cgi?id=2719
> 
> Thanks
> Laszlo
> 
> > So I'll have to figure that
> > out, but I guess I'll used the old BaseTools since the new one doesn't
> > work either because I need to do something or it needs to be fixed.
> > Building on Win10 but all that is in the other message.  Using email
> > now to see if it goes through faster.
> >
> >
> >
> 
> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [edk2-devel] BuildTools Broken
  2020-05-26 13:05   ` Liming Gao
@ 2020-05-26 14:23     ` Laszlo Ersek
  0 siblings, 0 replies; 4+ messages in thread
From: Laszlo Ersek @ 2020-05-26 14:23 UTC (permalink / raw)
  To: Gao, Liming, devel@edk2.groups.io, df7729@gmail.com

On 05/26/20 15:05, Gao, Liming wrote:
> To update Conf, you can type edksetup.bat Reconfig command, and then try build again.

Ah indeed, thank you for the reminder!

Laszlo

>> -----Original Message-----
>> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Laszlo Ersek
>> Sent: Tuesday, May 26, 2020 8:43 PM
>> To: devel@edk2.groups.io; df7729@gmail.com
>> Subject: Re: [edk2-devel] BuildTools Broken
>>
>> On 05/25/20 18:55, David F. wrote:
>>> Last night through the forums I sent a problem with NMAKE U1073 trying
>>> to build. Some things built fine, but not others.   I think my
>>> original message with all the details is still awaiting moderation.
>>> To follow up on that.  I simply renamed BaseTools and restored the
>>> other one I had before updating back (which was older one where
>>> build.exe is Nov 29 2018), but now it starts building fine.   Only
>>> breaks on some new items like longjump.nasm can't find nasm.inc which
>>> didn't exist back in the version I had.
>>
>> Your "Conf" directory was likely out-of-date, please delete it and let
>> edksetup.sh re-populate it from under BaseTools/Conf.
>>
>> An earlier report about the (apparently) same "Nasm.inc" symptom:
>>
>> https://bugzilla.tianocore.org/show_bug.cgi?id=2719
>>
>> Thanks
>> Laszlo
>>
>>> So I'll have to figure that
>>> out, but I guess I'll used the old BaseTools since the new one doesn't
>>> work either because I need to do something or it needs to be fixed.
>>> Building on Win10 but all that is in the other message.  Using email
>>> now to see if it goes through faster.
>>>
>>>
>>>
>>
>>
>> 
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-26 14:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-25 16:55 BuildTools Broken df7729
2020-05-26 12:43 ` [edk2-devel] " Laszlo Ersek
2020-05-26 13:05   ` Liming Gao
2020-05-26 14:23     ` Laszlo Ersek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox