public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Latest SVN Update Breaks Link
@ 2018-12-02  3:37 David F.
  2018-12-02  6:49 ` David F.
  0 siblings, 1 reply; 3+ messages in thread
From: David F. @ 2018-12-02  3:37 UTC (permalink / raw)
  To: edk2 developers list

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?


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

* Re: Latest SVN Update Breaks Link
  2018-12-02  3:37 Latest SVN Update Breaks Link David F.
@ 2018-12-02  6:49 ` David F.
  2018-12-03  0:25   ` Gao, Liming
  0 siblings, 1 reply; 3+ messages in thread
From: David F. @ 2018-12-02  6:49 UTC (permalink / raw)
  To: edk2 developers list

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. <df7729@gmail.com> 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?
>
>
>
>
>


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

* Re: Latest SVN Update Breaks Link
  2018-12-02  6:49 ` David F.
@ 2018-12-03  0:25   ` Gao, Liming
  0 siblings, 0 replies; 3+ messages in thread
From: Gao, Liming @ 2018-12-03  0:25 UTC (permalink / raw)
  To: David F., edk2 developers list

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-bounces@lists.01.org] On Behalf Of
>David F.
>Sent: Sunday, December 02, 2018 2:50 PM
>To: edk2 developers list <edk2-devel@lists.01.org>
>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. <df7729@gmail.com> 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


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

end of thread, other threads:[~2018-12-03  0:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-02  3:37 Latest SVN Update Breaks Link David F.
2018-12-02  6:49 ` David F.
2018-12-03  0:25   ` Gao, Liming

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