From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20264 invoked by alias); 17 Jul 2018 02:27:50 -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 20251 invoked by uid 89); 17 Jul 2018 02:27:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HTo:U*crossgcc, H*Ad:U*crossgcc, H*r:sk:crossgc, H*c:alternative X-HELO: mail-lj1-f177.google.com Received: from mail-lj1-f177.google.com (HELO mail-lj1-f177.google.com) (209.85.208.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jul 2018 02:27:47 +0000 Received: by mail-lj1-f177.google.com with SMTP id j19-v6so6274850ljc.7 for ; Mon, 16 Jul 2018 19:27:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=5Eq/jx5tFFZzZCFPCKCsalbh3qoryQ7Iz0H62oG24nI=; b=HkMOtZLsRXwI4Q4XEbkPFJNtsT6/WOytsZnROGFEwx5mpNsFhvh7euc/olMbpHEDtd gHK9coM7bsGDGx0L9dnymoHN7eyRS8583JwME0hi6FiH0gx2sFIOciiT2cXvqpvi+fk8 o94hVzH3HLWxX7O/Zf3XH7RYevI+IXytxmw2Ardvm/guLIuBE59Fljsk/2E9K6eNUkdD 1Hxj3YGaBOHK7DzrIWK/9NaiNzQux58eQcLHOKDOhDkaTNQ1yogp4wbFBx9Fr/1cbuqx 2pvJR3G83cwA6GmLmof78dM7R+kSwtdno6VEfmtJcUob6Uajc4I6L5YUCPozgEWO60Ca 0gAw== MIME-Version: 1.0 Received: by 2002:a19:e207:0:0:0:0:0 with HTTP; Mon, 16 Jul 2018 19:27:44 -0700 (PDT) From: Yvonne Kim Date: Tue, 17 Jul 2018 02:27:00 -0000 Message-ID: Subject: Cannot find dependency using compiler built with ct-ng To: crossgcc@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-07/txt/msg00000.txt.bz2 Hi, to whoever can help me with this issue I have built an arm compiler for cross-compiling Kismet for my raspberry pi zero. Inside my /kismet directory, running "make" gives me the error: *"capture_framework.c:39:28: fatal error: sys/capability.h: No such file or directory"* This is after a successful ./configure --host=arm-unknown-linux-gnueabi. I have installed the cross toolchain packages from the Debian website, per the instructions here: https://wiki.debian.org/CrossToolchains Host system is Ubuntu 16.04, the system I'm compiling for is a RPI zero, running Kali (armel architecture).