From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by sourceware.org (Postfix) with ESMTPS id D9DB13858D39 for ; Mon, 14 Aug 2023 10:24:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D9DB13858D39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=foss.st.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=foss.st.com Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.22/8.17.1.22) with ESMTP id 37E7ccsl031225 for ; Mon, 14 Aug 2023 12:24:23 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h= message-id:date:mime-version:subject:to:references:from :in-reply-to:content-type:content-transfer-encoding; s= selector1; bh=bKQNizce56K/2up3O30FdVxZpaXaC0o9LbS3XTkv86o=; b=xZ gmCeqyqWc9h4gNLnbppHYaxLwuX8TSUJtx49ISmOw7gJ60H3QBpiRmtGjrDc06W3 7SCLowYDLaMntBYTqtWEac2QdKVrHsIMJBqh9k0gSeK58BkDUctbo9eALPALwMio 3GmkfZAWz41oayJl1YYKB43HiflxYgj7TIUy7fqhstcscYjYyVYx9KlGrCrobM8g 6VKDTBc0OrJNy/pQiGhgmpXVBJVIqhppjVXEVkmpiGyNTGwWF5CZwMbWTv+5AAUc dwHhlE1vwxIc4IqkJLgTEnmTIX2hc865+hDBmGsMhC8fjISEj6B7tA2Ahzvi197O 3wUiNGQqcd0QJxXIm/Fw== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3sfg2f0xwk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 14 Aug 2023 12:24:23 +0200 (MEST) Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0400710005E for ; Mon, 14 Aug 2023 12:24:22 +0200 (CEST) Received: from Webmail-eu.st.com (eqndag1node4.st.com [10.75.129.133]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id C973621684B for ; Mon, 14 Aug 2023 12:24:22 +0200 (CEST) Received: from [10.252.19.55] (10.252.19.55) by EQNDAG1NODE4.st.com (10.75.129.133) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 14 Aug 2023 12:24:22 +0200 Message-ID: Date: Mon, 14 Aug 2023 12:24:21 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Build error for moxiebox architecture To: References: Content-Language: en-US From: Torbjorn SVENSSON In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.252.19.55] X-ClientProxiedBy: SHFCAS1NODE1.st.com (10.75.129.72) To EQNDAG1NODE4.st.com (10.75.129.133) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.267,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-08-14_06,2023-08-10_01,2023-05-22_02 X-Spam-Status: No, score=-5.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, On 2023-08-13 02:27, Chris Packham wrote: > Hi All, > > I'm getting the next crosstool-ng release together and one build > failure we're having is for the moxiebox architecture: > > moxie-unknown-moxiebox/lib/libc.a(libc_a-closer.o): in function `_close_r': > moxie-unknown-moxiebox/src/newlib/newlib/libc/reent/closer.c:47: > undefined reference to `_close' > > and similar for _lseek, _read, _write and _sbrk As you do not include the link line, I'm assuming that you are not using anything out of the ordinary. In this case, maybe you should give --specs=nosys.specs a go and see if it helps. Regardless if it helps or not, it will likely only provide you with stubs that you need to override in you application to get something working.