From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79326 invoked by alias); 28 Feb 2018 11:22:24 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 79306 invoked by uid 89); 28 Feb 2018 11:22:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,PLING_QUERY,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=HX-Priority:Highest X-HELO: mail-wm0-f48.google.com Received: from mail-wm0-f48.google.com (HELO mail-wm0-f48.google.com) (74.125.82.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 28 Feb 2018 11:22:21 +0000 Received: by mail-wm0-f48.google.com with SMTP id t3so4278764wmc.2 for ; Wed, 28 Feb 2018 03:22:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id :disposition-notification-to:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=aIIdXX5lzfTqDUBHcU79dpUJCrf2MeTcWyjAqiDuYZ0=; b=T+Co9flfG/nGEsPAGIskzIbwLxtKRJIgrbCbgO8Wce5j6VD+IiYile8aFyThcBXdI/ XAffVrl9Ydyii/gY/J82/RmyAvHrh+U2PLomkOzfOFBHb1cXtFbGh4snNquJDeXoMOfk 4ZsUIR7aa4tZ4/FGvsI/7wb5txEUvX6kII3aIjAmhcvzmpoG2Q/u95bAQ2LSU+QMMXKh KUHTRQJL3y7hqdoUNJGC6UKnbKYqJ1D9/KmuuqGT4iqv6T3dhmmHVCZMv8vZWUtFjceW eW3HndlRfdIM2Zxem6RXo5A/8Y3Ojmj30uALDrPfDrXTdWhiaIshWFdms5juFlQZb6Wf mOOg== X-Gm-Message-State: APf1xPDs0JHLeVG74rr7ravm+ECItEODr2hBSQl4L+0nYGqmbpF7iSfh DDp1ZrKowegdZqV0POrYeMV2YdSbhMM= X-Google-Smtp-Source: AG47ELtHCLqMBWV2lRWwRoTPfY0uuonpmXWW4Xbrr7+AV2EgJJ4ocXeiAJghbbc0hBr5DxFN9EOwqQ== X-Received: by 10.28.105.7 with SMTP id e7mr14763662wmc.125.1519816939095; Wed, 28 Feb 2018 03:22:19 -0800 (PST) Received: from [192.168.42.11] ([196.131.4.154]) by smtp.gmail.com with ESMTPSA id q74sm2679973wmg.11.2018.02.28.03.22.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 28 Feb 2018 03:22:18 -0800 (PST) To: crossgcc@sourceware.org From: Zibri Subject: g++ is not compiled?! Message-ID: <9da70dad-e1ad-4072-8408-aea0f83c95b1@zibri.org> Date: Wed, 28 Feb 2018 11:22:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-02/txt/msg00019.txt.bz2 Hello! I need to build a toolchain for an old embedded system. It's from 2016 and it's based on glibc 2.19 by various "strings" on libraries and executables I can see it was built with gcc 4.8.4 Now, I have all the rootfs of the system. What I need is to build a compatible toolchain. I tried crosstool-ng, selected gcc 4.9.4 and built It did everything correct but there is no arm g++ in the x-tools directory! What should I do? Regards, Zibri