From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mx.groups.io with SMTP id smtpd.web11.21100.1680085829747313621 for ; Wed, 29 Mar 2023 03:30:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@kernel.org header.s=k20201202 header.b=iaQLvhbq; spf=pass (domain: kernel.org, ip: 145.40.68.75, mailfrom: ardb@kernel.org) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BCE1FB82248 for ; Wed, 29 Mar 2023 10:30:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E2A8CC4339C for ; Wed, 29 Mar 2023 10:30:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680085825; bh=0SBC6fqEj4L6HtZHVQ3USuAkE3gNQCTpElpbd/sOsps=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=iaQLvhbqXp4Qqaw8YB8MiCXnhAvmqFNtVgMjINhFWbdVttG25nOkskDvPDr6TxUfl O/2ox8p0j9HPKm4l3V8ImCVKh0Q55Wtd1PYbFI1ra8BN9+Cjva+4eIaW1EHPPYOH2l QK/LS29mSdpkq3vA5s7CnFkEnf/w3hD0MputUO5TD4ygguX/1okiaIVRZZpDBsxNTT JfIrXcaDfM1hoj1V9iL6of/o/s/7my+ygnp2RsyFqz99PEAXyMpMUloZ51XBvlRrBv NaOOPzPg2YyLRRJ2e4XJL0h8GxyiJJzVz1R9ANCzrESaXK3qt98X+6p2y0O2Z/mp4T 13Pg4oOUp3XdQ== Received: by mail-lj1-f171.google.com with SMTP id a21so8354976ljq.10 for ; Wed, 29 Mar 2023 03:30:25 -0700 (PDT) X-Gm-Message-State: AAQBX9cF+jS2L+cN84Ti9ROAoh3sVVdOjqN2nGEcKyRPHYleovZSU8gS UOVAGm/gCZhL/5TNFYXrbrJQW1VCKvTggv0tYjc= X-Google-Smtp-Source: AKy350a9aF7QPH2dOgU8j3Iroytodxg7YnhLtdSA+dUpGvF0YOniFxbn06XOQEEA+IDv9AB5Rqh4mBp0j3dyj60/J0M= X-Received: by 2002:a2e:9d4d:0:b0:298:b375:acfc with SMTP id y13-20020a2e9d4d000000b00298b375acfcmr5803123ljj.2.1680085823846; Wed, 29 Mar 2023 03:30:23 -0700 (PDT) MIME-Version: 1.0 References: <20230328173111.759017-1-rebecca@bsdio.com> <2b8ffe30-5a54-d029-045c-8bfd025ca0a3@bsdio.com> <83da629e-7cfd-b73a-44c6-5c6323a80849@bsdio.com> In-Reply-To: <83da629e-7cfd-b73a-44c6-5c6323a80849@bsdio.com> From: "Ard Biesheuvel" Date: Wed, 29 Mar 2023 12:30:12 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [edk2-devel] [PATCH v2 00/13] BaseTools,CryptoPkg,MdePkg,OvmfPkg: Delete CLANG35,CLANG38,GCC48,GCC49, rename GCC5 to GCC, update CLANGDWARF, delete VS 2008-2013, EBC To: Rebecca Cran Cc: devel@edk2.groups.io, Oliver Smith-Denny , Guomin Jiang , Xiaoyu Lu , Jian J Wang , Jiewen Yao , Ard Biesheuvel , Jordan Justen , Gerd Hoffmann , Bob Feng , Liming Gao , Andrew Fish , Leif Lindholm , Michael D Kinney Content-Type: text/plain; charset="UTF-8" On Wed, 29 Mar 2023 at 12:22, Rebecca Cran wrote: > > On 3/28/23 12:12 PM, Ard Biesheuvel wrote: > > What kind of errors are you seeing after adding -Wl,--no-pie,--no-relax ? > > I realized I didn't really try it after I thought you had said it was > causing corruption. > > After adding those flags I was able to verify (via "strace > --trace=process -f") that lld is indeed getting invoked, and that the > resulting binaries run fine using qemu-system-arm and qemu-system-aarch64. > Excellent, so let's go with that.