From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110417 invoked by alias); 2 Feb 2017 20:10:45 -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 110407 invoked by uid 89); 2 Feb 2017 20:10:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=unfinished, EXTRA, Configuring, sk:power-p X-HELO: nm21-vm10.access.bullet.mail.bf1.yahoo.com Received: from nm21-vm10.access.bullet.mail.bf1.yahoo.com (HELO nm21-vm10.access.bullet.mail.bf1.yahoo.com) (216.109.115.137) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Feb 2017 20:10:34 +0000 Received: from [66.196.81.157] by nm21.access.bullet.mail.bf1.yahoo.com with NNFMP; 02 Feb 2017 20:10:32 -0000 Received: from [98.138.226.241] by tm3.access.bullet.mail.bf1.yahoo.com with NNFMP; 02 Feb 2017 20:10:32 -0000 Received: from [127.0.0.1] by smtp112.sbc.mail.ne1.yahoo.com with NNFMP; 02 Feb 2017 20:10:32 -0000 X-Yahoo-SMTP: 0h0Q7euswBD_g.kcEqbzJWRFfrba801gq1M1 Subject: Re: Error building power-pc-unknown-linux-gnu toolchain To: crossgcc@sourceware.org References: From: Alexey Neyman Message-ID: <7c75edb7-4da9-3a47-18a3-b9ec1bbf5b6f@att.net> Date: Thu, 02 Feb 2017 20:10:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00001.txt.bz2 Please report the issue on Github [1], and attach the .config file that you were using. [1] https://github.com/crosstool-ng/crosstool-ng/issues Regards, Alexey. On 02/02/2017 12:01 PM, Khernel Panik wrote: > Good afternoon, > > After building crosstool-ng from the latest git master, and attempting > to build a toolchain for powerpc-unknown-linux-gnu, I'm running into > an error during the "Building gdbserver" step: > > [INFO ] Installing gdbserver > [EXTRA] Configuring gdbserver > [EXTRA] Building gdbserver > [ERROR] /home/callpop/toolchains/ppc32be/.build/src/gdb-7.12/gdb/gdbserver/../nat/ppc-linux.h:22:26: > fatal error: asm/cputable.h: No such file or directory > [ERROR] make[1]: *** [linux-ppc-low.o] Error 1 > [ERROR] make[1]: *** Waiting for unfinished jobs.... > > I didn't see anything about this particular error in the known issues > document, and the only place on my filesystem that I can find the file > it's looking for is definitely outside of the .build directory. Is > this a missing file, or perhaps a misconfiguration on my part? Since > the lib and include directories are in place, I think I can move > forward as I am attempting to use clang and just needed the libraries > and headers, but it would be nice to chase this one down in the case > that I need gdbserver. > > Thanks, > > - KP >