From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71259 invoked by alias); 29 Jan 2020 00:05:15 -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 71245 invoked by uid 89); 29 Jan 2020 00:05:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 spammy=HTo:U*crossgcc, H*Ad:U*crossgcc, H*c:alternative X-HELO: pb-smtp1.pobox.com Received: from pb-smtp1.pobox.com (HELO pb-smtp1.pobox.com) (64.147.108.70) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 29 Jan 2020 00:05:11 +0000 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 7ACA4455ED for ; Tue, 28 Jan 2020 19:05:09 -0500 (EST) (envelope-from thomas@mcfuller.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=mime-version :from:date:message-id:subject:to:content-type; s=sasl; bh=77D7GQ ZmbsZINaXBjsgg57ctvOM=; b=ntZZJVirprn2k+PcwMXuRUEg4A6eQjuqn3RQbB 7cp4+giu16gRg1FE+h0ghOK3E13ngzYCo4UGR1OTAx9xugJ9Y6XHEoQz/rcMixyl dUF25MnjUXJkVBJ1uWrMKojb/3h3fCnuTLAs0LU3cJfJKh48c3M9T9tOp0WG/jd4 bALZ4= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 6CF75455EC for ; Tue, 28 Jan 2020 19:05:09 -0500 (EST) (envelope-from thomas@mcfuller.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=mcfuller.com; h=mime-version:from:date:message-id:subject:to:content-type; s=mesmtp; bh=RkV/GYvl7XbOAf74skdNCnCfXWTauXO5s0qjq64cqE0=; b=eqYC1t6RfspLVo6zWjjOG/cfTrRlCxu/Jt+wNH32gDkuBf5pxpqC9A28xnQS7ttHt3fnAzIvHGOwBj9w/0FdysWImSIcIbAcSBwK27qC4+67i16h5O2Zd+qG7mDC6F/fXVl+64w804Z6PKF7heY1hgm0G/M7ZCg2qxH36TJpmFs= Received: from mail-il1-f175.google.com (unknown [209.85.166.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 5677A455E7 for ; Tue, 28 Jan 2020 19:05:08 -0500 (EST) (envelope-from thomas@mcfuller.com) Received: by mail-il1-f175.google.com with SMTP id g12so12389425ild.2 for ; Tue, 28 Jan 2020 16:05:08 -0800 (PST) MIME-Version: 1.0 From: Thomas Fuller Date: Wed, 29 Jan 2020 00:05:00 -0000 Message-ID: Subject: Building for an old linux kernel target To: crossgcc@sourceware.org X-Pobox-Relay-ID: 02A67AD8-422B-11EA-9F3C-C28CBED8090B-55238496!pb-smtp1.pobox.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00003.txt.bz2 Hello, I'm trying to build a toolchain for an old Arm926 core that's running linux kernel v2.6.35.3. That kernel isn't in the default list, likely since it's so far past EOL. In my reading I found https://crosstool-ng.github.io/docs/internals/ page in the docs, but I don't quite grok how the kernel.in/kernel.sh files define the different kernel versions available. Is there a simple path to getting support for the old kernel setup? I'm open to running an older version of crosstool-NG that has support, but I'm not sure how to figure out what the correct version would be? -Thomas