From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7429 invoked by alias); 11 Mar 2017 08:35:08 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 7412 invoked by uid 89); 11 Mar 2017 08:35:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=IoT, HX-Received:Sat, Everyone, learn X-HELO: mail-ot0-f171.google.com Received: from mail-ot0-f171.google.com (HELO mail-ot0-f171.google.com) (74.125.82.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 11 Mar 2017 08:35:06 +0000 Received: by mail-ot0-f171.google.com with SMTP id o24so89519640otb.1 for ; Sat, 11 Mar 2017 00:35:07 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=+m13iFnmvJKf4g49gJNAbd8f2fyp52pQWrJWw3q8X2A=; b=tFoyqF3z9QxD42dzazSSrEUkyVdMzGR1iR5zknmOQz0lxOfKCUOPQj2kVTLbugFyWW hcwMxM0Yw0IdmdcEo+TVvHJ/3RCN3drQk45/Tou3Eyud4tGVW8kAX+8wzJ0R31+MELQ7 klLVrPYwbOq63BrVqPuEgcqNmHilXrIdO5Mdr6m5/UXzGmxoWHPEaSJf/cQ3ykf/56bN Zvq49oHUDPblHT9HxCNTbubYetN6ndWepkARcR9Ot7s61f5vzYlx0p2Tpy9Kz4zWc2Dg AZraef/IlG6AL5EBzHfsFZnRVE7A/SbgMfDOnoIdVimekOgxTvqgz5gKe9ZxFrV4FWLb Ykow== X-Gm-Message-State: AMke39lF9234/v/Ha4F79I9Bw5sI7Li7/I/oIhCi68J8eb4lHO6INFGVYS51dtUgCTRELtyDYHOsv0s7Xuxs6A== X-Received: by 10.157.20.151 with SMTP id d23mr11938091ote.37.1489221305955; Sat, 11 Mar 2017 00:35:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.74.31.131 with HTTP; Sat, 11 Mar 2017 00:35:05 -0800 (PST) Reply-To: noloader@gmail.com From: Jeffrey Walton Date: Sat, 11 Mar 2017 08:35:00 -0000 Message-ID: Subject: How to test with Newlib To: newlib@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017/txt/msg00165.txt.bz2 Hi Everyone, I'm interested in adding Newlib to some standard testing we perform. Testing under Cygwin revealed a few pain points, and we want to learn where the others are before we start taking user bug reports. The trouble is, I'm not finding much information about it. Naively trying to install Newlib through a package manager and specifying options like -stdlib=newlib is not producing expected results. In fact, I can't find it anywhere. Its not in Fedora, Ubuntu, ARM-32, ARM-64, or IoT gadgets in my little test lab. My question is, how can we test with Newlib? Is there a procedure that we should be following? Thanks in advance.