Re: [edk2] Latest SVN Update Breaks Link

2018-12-02 Thread Gao, Liming
David:
  You can switch to git Edk2. Most people uses GitHub edk2. 

  And, you are right. When you update the code from old version, please type 
edksetup.bat Reconfig to configure them.  

Thanks
Liming
>-Original Message-
>From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of
>David F.
>Sent: Sunday, December 02, 2018 2:50 PM
>To: edk2 developers list 
>Subject: Re: [edk2] Latest SVN Update Breaks Link
>
>So digging in I saw there were in the .S files, and didn't look like
>building.  So, stumbling around, I finally looked at the Conf templates and
>saw new entries for nasm and such.  I went through the process of updating
>all my tool defs, setting up the PYTHON_HOME and NASM_PREFIX directories,
>and seems to build now except my own batch file didn't do what it normally
>does and give me a SUCCESS or FAILURE message so I know if all the nonsense
>on the screen should be looked at or not.   So looking a bit more "where
>build" I see it's not using a batch file which will break everyone's batch
>files since a "call" is now needed.  I think the errorlevel is returned
>from the call so it's sample to add call.
>
>In short, you'll need to update build Conf if updating from older version
>and adjust your batch files to use "call" for build.
>
>On Sat, Dec 1, 2018 at 7:37 PM David F.  wrote:
>
>> Hi,
>>
>> My last SVN update was from July 2018.   I just did one Yesterday now my
>> build breaks linking with:
>>
>> LibC.lib(Main.obj) : error LNK2001: unresolved external symbol SetJump
>> BaseLib.lib(LongJump.obj) : error LNK2001: unresolved external symbol
>> InternalLongJump
>>
>> The build is using VS2008 and the target is for X64.
>>
>> Any ideas?
>>
>>
>>
>>
>>
>___
>edk2-devel mailing list
>edk2-devel@lists.01.org
>https://lists.01.org/mailman/listinfo/edk2-devel
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


Re: [edk2] Latest SVN Update Breaks Link

2018-12-01 Thread David F.
So digging in I saw there were in the .S files, and didn't look like
building.  So, stumbling around, I finally looked at the Conf templates and
saw new entries for nasm and such.  I went through the process of updating
all my tool defs, setting up the PYTHON_HOME and NASM_PREFIX directories,
and seems to build now except my own batch file didn't do what it normally
does and give me a SUCCESS or FAILURE message so I know if all the nonsense
on the screen should be looked at or not.   So looking a bit more "where
build" I see it's not using a batch file which will break everyone's batch
files since a "call" is now needed.  I think the errorlevel is returned
from the call so it's sample to add call.

In short, you'll need to update build Conf if updating from older version
and adjust your batch files to use "call" for build.

On Sat, Dec 1, 2018 at 7:37 PM David F.  wrote:

> Hi,
>
> My last SVN update was from July 2018.   I just did one Yesterday now my
> build breaks linking with:
>
> LibC.lib(Main.obj) : error LNK2001: unresolved external symbol SetJump
> BaseLib.lib(LongJump.obj) : error LNK2001: unresolved external symbol
> InternalLongJump
>
> The build is using VS2008 and the target is for X64.
>
> Any ideas?
>
>
>
>
>
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] Latest SVN Update Breaks Link

2018-12-01 Thread David F.
Hi,

My last SVN update was from July 2018.   I just did one Yesterday now my
build breaks linking with:

LibC.lib(Main.obj) : error LNK2001: unresolved external symbol SetJump
BaseLib.lib(LongJump.obj) : error LNK2001: unresolved external symbol
InternalLongJump

The build is using VS2008 and the target is for X64.

Any ideas?
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel