From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) by sourceware.org (Postfix) with ESMTPS id B65103858D35 for ; Thu, 3 Feb 2022 14:28:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B65103858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=rtems.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-lf1-f41.google.com with SMTP id i34so6417352lfv.2 for ; Thu, 03 Feb 2022 06:28:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=k2k+fpWnNheDgK/eTmyfDeQH5X8mKGHBRNKXEFgAQJQ=; b=NAC/5z1T6/krnnIT7W3sCRaIPT4lGD5xjrm9JsLWvi0ozdnfD9YFZMsV/h2AFRyrdo nA3l2/v46rRfiIb2ra+s8SMJNpFXNSORITWn6hXqQ6Fw7g7am5vC7HwjG49D549PlQ9t +4YSNji4R+QVHNWFffMb13NcNQbTJPiV0WjnWVV0g7/PbfxpBbUC+9TfUnmvgthev3K+ J33a8scUmS3lxyR9cyFIi7MfqH4HzOXcx3D/U9zkrkANWF2Lr/JEpQXBsXqxzdQ6xOpX p9DyZfqXRT4V6IvnM0IUIzZxTVx/YOsaov24QrnCmFS0+BUnKgdzhK0zOhGhSDHpsu7L 4HZw== X-Gm-Message-State: AOAM532XZz2b/VWmMkuzP78ZHZWyA/vO3zMo47Az6TN8nILEV5MExK8v Zle3wJt0lWwRcZ7hcKl03gnlpKyMzOWF9Q== X-Google-Smtp-Source: ABdhPJzUjUQSSSW1XIxPQM4zJFyJn0aGUFRHWtM3stwZBYcIf5X/kmC0FguFtrMOzq11YMSqAxi9uA== X-Received: by 2002:a05:6512:1520:: with SMTP id bq32mr25432849lfb.644.1643898485024; Thu, 03 Feb 2022 06:28:05 -0800 (PST) Received: from mail-lf1-f46.google.com (mail-lf1-f46.google.com. [209.85.167.46]) by smtp.gmail.com with ESMTPSA id f9sm9997ljc.53.2022.02.03.06.28.04 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Feb 2022 06:28:04 -0800 (PST) Received: by mail-lf1-f46.google.com with SMTP id n8so6376650lfq.4 for ; Thu, 03 Feb 2022 06:28:04 -0800 (PST) X-Received: by 2002:a05:6512:38af:: with SMTP id o15mr25639130lft.2.1643898484450; Thu, 03 Feb 2022 06:28:04 -0800 (PST) MIME-Version: 1.0 Reply-To: joel@rtems.org From: Joel Sherrill Date: Thu, 3 Feb 2022 08:27:53 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: RTEMS Newlib Status To: Newlib Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3031.8 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2022 14:28:08 -0000 Hi I have built tool chains with newlib 041dd7ff265a15096f995396c0005cea19336819 for all of the RTEMS targets except x86_64. x86_64 toolchain includes grub2 for us and that requires a gcc newer than I was using. This is toolchains for the following RTEMS target architectures: aarch64 arm bfin i386 lm32 m68k microblaze mips moxie nios2 or1k powerpc riscv sh sparc64 sparc v850 I then used those tools to build all of our BSPs in a variety of configurations. Next step is to actually build tests on all BSPs and run them where possible on a simulator. Any issues with missing symbols won't likely show up until I get to at least building all the tests. Looks like good progress. --joel