From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by mx.groups.io with SMTP id smtpd.web11.1703.1660952114273268511 for ; Fri, 19 Aug 2022 16:35:14 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm2 header.b=Hxz0wMEK; spf=pass (domain: bsdio.com, ip: 66.111.4.25, mailfrom: rebecca@bsdio.com) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 8E5F75C01E7; Fri, 19 Aug 2022 19:35:13 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Fri, 19 Aug 2022 19:35:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :content-type:date:date:from:from:in-reply-to:message-id :mime-version:reply-to:sender:subject:subject:to:to; s=fm2; t= 1660952113; x=1661038513; bh=S+RDFSW6i1MZoDrvhQ98RjBsBmGwJTGYz2p Kitndu64=; b=Hxz0wMEKzLrJD2li0eQ5kk2WbMTIPLXuQDzrilkdof7Tesq7rSe QM2HeRoB4uf607HtV/wxcRqLnpqIH2A0A+Lb/gj4XOMlGr08x2GMErEbzXAuK4U4 6jrI4r/Bg91l81HS6vyrSMwMbN4Vxoimsxi6PFhQu/Uop4vA2d71KqjF4YvclnBv r9izZU09ua710WblsQbpKNfDrZQNi4e3R7Ovu/jJCEWB/uZu04VcG+T5WwAuNhtR R25fwmgM5RoLBv4s5tbJthCkEgtUPCa8grOoLfKPuW2zLkCqrZg5xpgv0BVvmm+h 14EArJJL6eYueSsgmzrO6aoO3H6FlnLldpg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:date:feedback-id :feedback-id:from:from:in-reply-to:message-id:mime-version :reply-to:sender:subject:subject:to:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t=1660952113; x= 1661038513; bh=S+RDFSW6i1MZoDrvhQ98RjBsBmGwJTGYz2pKitndu64=; b=Q r9lDAyXp9hrgUfoOwcQpecFdwlbqBQ5JW2Z3UP2g/agsI74Sc+Kw544+DQeNJhqg Fhv6OI+kP80m9xrgQLt2CgbsQlha9TUFhH79RrMpM+xSEGvuOzk5+Q2l5RBBtE7u nrPA4Lrg/YtcfR8JaPjm78pxq4svSiZ/ABSPy+LLp3njBiPAuG7EIEjmsFQ/cd7E SJlxMElE77bQ7MggHYBkqnLSIJvtu35v8vmr7jyuOigI5QtEoGI/RQpYYYUUUZgL s3kN+mYmP4aFCrrron+EgrujTzgJgM4WR/PmoZSyCXtYVVeXzyVaP/QNBHmTvhc0 jINc31vhMh8ADF+Xb45nQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrvdeivddgvdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurheptgfkffggfgfvhffusegrtderredtfeejnecuhfhrohhmpeftvggsvggttggr ucevrhgrnhcuoehrvggsvggttggrsegsshguihhordgtohhmqeenucggtffrrghtthgvrh hnpeekkefhgfevtdelleetvefhveekveetgefgffdutdeiteduhfffffekveefkefgheen ucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehrvggsvg gttggrsegsshguihhordgtohhm X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 19 Aug 2022 19:35:11 -0400 (EDT) Message-ID: <5401edf1-a6a5-9193-2be5-cff2cf64081f@bsdio.com> Date: Fri, 19 Aug 2022 17:35:10 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 To: devel@edk2.groups.io, "Kinney, Michael D" , Leif Lindholm , Ard Biesheuvel , Andy Hayes , Pedro Falcato , =?UTF-8?Q?Marvin_H=c3=a4user?= , Masami Hiramatsu From: "Rebecca Cran" Subject: Problems building some Arm platforms (__stack_chk_guard/__stack_chk_fail, _GLOBAL_OFFSET_TABLE_) Content-Type: multipart/alternative; boundary="------------78iWymDZeF1BMnXRlEhk6jIZ" Content-Language: en-US --------------78iWymDZeF1BMnXRlEhk6jIZ Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit I have an armplatbld.sh script that goes through and tries to build as many of the Arm (AARCH64 and ARM) platforms in edk2-platforms as possible. I'm think this used to work for these, but I'm getting some errors now. I'm using edk2-platforms 46686eeb7e78efe603badd86f13777d9fb070fb8 and edk2 e2ac68a23b4954d5c0399913a1df3dd9fd90315d. Drivers/ASIX/Asix.dsc (fails with undefined references to __stack_chk_guard and __stack_chk_fail) Drivers/DisplayLink/DisplayLinkPkg/DisplayLinkPkg.dsc (fails with undefined references to __stack_chk_guard and __stack_chk_fail) Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc (fails with bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x72d8 or unsupported symbol type.  For example, absolute and undefined symbols are not supported.) Drivers/StandaloneMmCpu/StandaloneMmCpu (fails with undefined references to __stack_chk_guard and __stack_chk_fail) Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc(fails with bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x72d8 or unsupported symbol type.  For example, absolute and undefined symbols are not supported.) -- Rebecca Cran --------------78iWymDZeF1BMnXRlEhk6jIZ Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

I have an armplatbld.sh script that goes through and tries to build as many of the Arm (AARCH64 and ARM) platforms in edk2-platforms as possible.

I'm think this used to work for these, but I'm getting some errors now.

I'm using edk2-platforms 46686eeb7e78efe603badd86f13777d9fb070fb8 and edk2 e2ac68a23b4954d5c0399913a1df3dd9fd90315d.


Drivers/ASIX/Asix.dsc (fails with undefined references to __stack_chk_guard and __stack_chk_fail)

Drivers/DisplayLink/DisplayLinkPkg/DisplayLinkPkg.dsc (fails with undefined references to __stack_chk_guard and __stack_chk_fail)
Platform/Socionext/DeveloperBox/DeveloperBoxMm.dsc (fails with bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x72d8 or unsupported symbol type.  For example, absolute and undefined symbols are not supported.)

Drivers/StandaloneMmCpu/StandaloneMmCpu (fails with undefined references to __stack_chk_guard and __stack_chk_fail)
Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc (fails with bad definition for symbol '_GLOBAL_OFFSET_TABLE_'@0x72d8 or unsupported symbol type.  For example, absolute and undefined symbols are not supported.)


--
Rebecca Cran

--------------78iWymDZeF1BMnXRlEhk6jIZ--