From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from pv50p00im-ztdg10021901.me.com (pv50p00im-ztdg10021901.me.com [17.58.6.55]) by sourceware.org (Postfix) with ESMTPS id D18B138582A7 for ; Sun, 10 Jul 2022 02:48:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D18B138582A7 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=thaibinh.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=thaibinh.me DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thaibinh.me; s=sig1; t=1657421335; bh=22uyERLtyPL6ygVLBFrjzKeJHFXFrZ/xheHM/X0xrhk=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To; b=ZarZFlpvLHCoK52ODjedCoFD3UfXT8BVGLXeoky0465tYLtjCPdx1Wy6oUTqgLE2i Ct1vDO042WOnGcc27Nr0VB50tY6G5NcvTe2LJMEDSO1AMrlC7y3bu+xxG92GElMFqO CikQQCbnx+3XfAPlUuroT6A1cBS0aP4WpcwekYiIT8BuxJ7PFx1EWP34BoV3JUsZtA iW0Gfvskfg00Ibt7qD7BAme+Qlk1nVH1q6OTDKshkNiLY82Kw4bv7FxaBRnw62hoMe 7fnw7pWFEKzUuDa0ekS7tJP20W41pwIoucMvRBT4mu/UPEoWRiBAI9IvUnZo1qQpr1 m4Xcye7BV/iiQ== Received: from smtpclient.apple (pv50p00im-dlb-asmtp-mailmevip.me.com [17.56.9.10]) by pv50p00im-ztdg10021901.me.com (Postfix) with ESMTPSA id B67738151A for ; Sun, 10 Jul 2022 02:48:54 +0000 (UTC) From: "Admin at thaibinh.me" Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) Subject: Building x86 cross compiler on Mac M1 Message-Id: Date: Sun, 10 Jul 2022 10:48:51 +0800 To: gcc-help@gcc.gnu.org X-Mailer: Apple Mail (2.3696.120.41.1.1) X-Proofpoint-ORIG-GUID: 6E2aNt2i3kGBrdWQDBCi_EpqMzWM2ozG X-Proofpoint-GUID: 6E2aNt2i3kGBrdWQDBCi_EpqMzWM2ozG X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.517,18.0.572,17.0.605.474.0000000_definitions?= =?UTF-8?Q?=3D2022-06-21=5F01:2022-06-21=5F01,2020-02-14=5F11,2020-01-23?= =?UTF-8?Q?=5F02_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 malwarescore=0 bulkscore=0 suspectscore=0 clxscore=1030 mlxscore=0 phishscore=0 mlxlogscore=522 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2202240000 definitions=main-2207100011 X-Spam-Status: No, score=1.2 required=5.0 tests=BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, KAM_INFOUSMEBIZ, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jul 2022 02:48:58 -0000 Hello, I posted a question on StackOverflow recently regarding building x86 = cross compiler on my Mac M1. The build process failed during linking. The details are posted here: = https://stackoverflow.com/questions/72922055/how-do-i-fix-the-linker-error= -when-building-gcc-on-mac-m1 Thank you. Best regards, Nguyen Thai Binh