From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x930.google.com (mail-ua1-x930.google.com [IPv6:2607:f8b0:4864:20::930]) by sourceware.org (Postfix) with ESMTPS id 059953858C5F for ; Fri, 6 Oct 2023 00:38:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 059953858C5F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ua1-x930.google.com with SMTP id a1e0cc1a2514c-7aae07e7ba4so625668241.1 for ; Thu, 05 Oct 2023 17:38:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696552691; x=1697157491; darn=gcc.gnu.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=hA3fy8KrEF6PwhHvLG/q9gre9TKXPjdYU++clx0glWI=; b=EjmyWFeb9LHOhc2tWNakuZ3n6ug/zdwOBUnR6XyPhcGxoqjqkKkXObp/WT2Bcru4e7 Ru2VogCZHNDTY2bfaUqBVXQAOyZgQcwAjFMim94VQD2hcjTrCFXt72EJVbUqLBtxOoA1 zw87JUpQUOcejT/xMTzo0GBHcqVJ9Xtibs9YImnGmggqtANsfsOcIqkKPtq2Jaf4YlIH Be7TlAHzjzbuxB2zvRUPa0z1Yb7uG9vQt+dUkMWMUPg6MJNhtjx08jxUl9K9iepzI/Ev WM4Wn+77KopuE8KzhhN/dZME4nxRdTCgXmt7SzbumQUeMF8AIvSkql7mk4edUjjrGN2S z1jA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696552691; x=1697157491; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=hA3fy8KrEF6PwhHvLG/q9gre9TKXPjdYU++clx0glWI=; b=r0r2vPGTJwbLbqunnwt3KeSC2WLkTQAuOd4Csdv5lRwI+xx9O+j/zzvcwL5mhjhmK0 cjkrb7crLvCJ0LzwH5OWdNqClp970PyHjnZI4ax+6cXP7bFUWlZN/bIdpneDmFqd3JLn mfomvzV4+KtNEO0TApia/opHcxBKcHiS/YTCXJXd1qIS1vsPCnwqvx82o0OQCQJjEH2R cyMWDo5o+fqO/ReyPsawbKCgJdnWTTwm5WzaTJoKfRiO4Y7taaqK2W1UIk0jkPwsuHqw kJBK6qovDEHphu2dNf+R8FR9hPV9emn28POXaQmZ8OHMp0l690dQMOYlq9ZIcW1ZfGJi Gytg== X-Gm-Message-State: AOJu0YwMB7XJBXKnPtZK5QirPAKudXI/FaSh+gsweCLKi5PxPoxpNILl dbZdJZrg7turrjo6vcxQSqDZnMK8haDGC0nX/ft8bOvU X-Google-Smtp-Source: AGHT+IG/wfZRTkACfAp8/n7K96QLK6+GSj+Ip3Azin7fC5D4WvlfVZXfavHpXf7Db4aqpGawKIDJmzHObFrBPhxTmnM= X-Received: by 2002:a05:6102:11f2:b0:452:6561:6304 with SMTP id e18-20020a05610211f200b0045265616304mr6245708vsg.27.1696552691025; Thu, 05 Oct 2023 17:38:11 -0700 (PDT) MIME-Version: 1.0 From: Roy LaFleur Date: Thu, 5 Oct 2023 17:38:00 -0700 Message-ID: Subject: GCC/GNAT Configuration File for Cross Compiler To: gcc-help@gcc.gnu.org Content-Type: multipart/alternative; boundary="0000000000007dd10806070174f3" X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --0000000000007dd10806070174f3 Content-Type: text/plain; charset="UTF-8" Hello All, Is there some tutorial or more resources that can provide with more information on how to build a GNAT cross compiler. For example im trying to build an i686-elf cross compiler from the x86_64-linux-gnu using Ubuntu 18.04. Is there a sample Configuration or Makefile on how to build a GNAT cross compiler ? If so where ? Any more information is appreciated -Roy --0000000000007dd10806070174f3--