From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::d32; helo=mail-io1-xd32.google.com; envelope-from=df7729@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 20986211944C0 for ; Sat, 1 Dec 2018 22:49:42 -0800 (PST) Received: by mail-io1-xd32.google.com with SMTP id l14so7896878ioj.5 for ; Sat, 01 Dec 2018 22:49:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=bP1ViJePQM3R11mdYVOrXWbgQDCCQuGRUZMKGcq1hL8=; b=PgGYwiqYyKsAoofGi/ChSsOEBeeo1MJw5s9f0tLaGPkDr0B/Ov0j7NcuSO9QxIJVt2 iT2NIa084Vkv2m3FhBCXJ92gzhbmBFln3KK9JBZ1hL5K+l0HFn8TsfhegecIZm7r7Fqd EZWhwwf93SN+7vIJ9rN+0KPugfLh28QCEnJo0TYGx+1WUKcoHhjcJKO6Gp+LNUafxN8/ 4acRpHb1LXZMJtr/MSYJVsOf+DJWq32QClSoqcPDvWtsTq54vbfyYQmDA6QWyoIyyrhr JwruT+RiKhtA4VJ83XawUCVQYTBuZ8o2scfuQqtfsVyvu4ODd5e09xcPttmd+iTz3tfj lfIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=bP1ViJePQM3R11mdYVOrXWbgQDCCQuGRUZMKGcq1hL8=; b=rUs0Ka4vpLhtEn0EZEZJnYzosv0lu90lCpiL4XPcjQ6bD2pYUjOVDGFm8cp7N1kUQx w1hmbJDj146z/v4sFX1sp93W4Eba295wnq+ACe6LMS6Y4S8nFvX0iXHGs98aAo3YjsoG EdXZInuks4urtZBGCt+EB3Fu23/4LGAwy9nrx5cpQuqrFzmXOJHQga1BaKGWBRj4Jdhf QcbwHkMhnc5lLpxkBsAyaTkSpInGxO8UIbMRrvIX42C1nomWSTn1EWEBagS2oCmxYOOQ RMqveUjIZiydvOiKKOtxYfi51lu92hu6IrfjD5527CCVE0ZfoSS0boy6/yUt9duJ9pKg XIcg== X-Gm-Message-State: AA+aEWbaa/R+674DabB/p3IHqdUC+eowtYWTYMF1eAWK+CuS6pB5g8yp eeRG045xZJqgLecOL5zgR2DvKzZN9RxFZv6JgpM1EA== X-Google-Smtp-Source: AFSGD/Wh/sAgTTf7wUPlSa6NnYFsk3BPyiQNSR0p3a2uCKs9ZZzojNHU0cTF1v1EoZg0IXSHNqpF7/lBZISQwrQP0QM= X-Received: by 2002:a5e:8b46:: with SMTP id z6mr9760684iom.7.1543733382267; Sat, 01 Dec 2018 22:49:42 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: "David F." Date: Sat, 1 Dec 2018 22:49:31 -0800 Message-ID: To: edk2 developers list X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: Latest SVN Update Breaks Link X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2018 06:49:43 -0000 Content-Type: text/plain; charset="UTF-8" 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? > > > > >