From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92085 invoked by alias); 2 Feb 2017 20:01:39 -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 92049 invoked by uid 89); 2 Feb 2017 20:01:38 -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=unfinished, EXTRA, Configuring, afternoon X-HELO: mail-ua0-f172.google.com Received: from mail-ua0-f172.google.com (HELO mail-ua0-f172.google.com) (209.85.217.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 02 Feb 2017 20:01:37 +0000 Received: by mail-ua0-f172.google.com with SMTP id y9so19682869uae.2 for ; Thu, 02 Feb 2017 12:01:37 -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:from:date:message-id:subject:to; bh=UY3q5DL+MlsZiyZ0vwyZfEfzkng3QUPdJFotj+yQ7YY=; b=XM/xPewsqIj/Dbv4yyaZAJpaJtORwR/RiRV57NmUil4fHcfnNFhwMwLKN6sHKqsaIy lg5Rh7Wfjd69l8zkyVZj0A6rF0LZBuKI2sCdyl8PplnnYSwM7NXtKQxyNIy9e/rygx+d AJKUik6zG+ng7tT8T7CNkGh1uAd48rDYp/b1bU1niP/2t9g5VPYqwRvmhGZ7QdTLKUlz 8Bc/KOekn9jT2AuGjM+PSjnOBp15I7BqFlbvl7EQ7kNnTCQCayRHxty8g8GG2ZyH0Jb1 9wUgB0sKiu+NbOByCAAGMa0O4dKDjuIiOI0d8yorLcOs7KJAkOgRngXjUVPp5Gy+S1VO 5FHA== X-Gm-Message-State: AIkVDXLH9TAL/7QwhjBvVK69RrekxUSe1ET53LIhGaVW8d2V8FD8i5J8vvbY8YTCxIU1k4ToGfSTMfVDEr8X8Q== X-Received: by 10.176.16.73 with SMTP id g9mr4998998uab.92.1486065695885; Thu, 02 Feb 2017 12:01:35 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.3.222 with HTTP; Thu, 2 Feb 2017 12:01:35 -0800 (PST) From: Khernel Panik Date: Thu, 02 Feb 2017 20:01:00 -0000 Message-ID: Subject: Error building power-pc-unknown-linux-gnu toolchain To: crossgcc@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00000.txt.bz2 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