From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb34.google.com (mail-yb1-xb34.google.com [IPv6:2607:f8b0:4864:20::b34]) by sourceware.org (Postfix) with ESMTPS id D02C83858414 for ; Mon, 19 Jun 2023 15:36:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D02C83858414 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-yb1-xb34.google.com with SMTP id 3f1490d57ef6-be30cbe88b3so3856528276.1 for ; Mon, 19 Jun 2023 08:36:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1687188971; x=1689780971; h=cc:to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=4TE13fnJ02V9ENd+8OkYNlwBe9UDQ3spkl7SIBlc0D0=; b=THjVQjLnTVWla7D9CYA4s6QEfsPTex6SAt42cxMgCh3YCkU7vgdmUaG9m7A96WD884 DYV3cOw4533K1B8VYwbETh5hXxKq+Md/zSIVVlNhxUAVngNty1QtJlVbpDMshz0hGeTc 0NhOwrztEpy7xY0DIYDP+FsakETi67CEAboy9m5p/7MgI1jeX78qYrldD33d/4z42gUk 2ZugybfuLA01C7Q03wyVaIZrPQ/OQOZKdA8jQvUCBgth1VvH0L5jhhp+Ivf7KYhQPGmq Jg3eFGWs6Ez0LrQUnxgoiqrrlYcBL6x4kYOALnO53O1jo2bghhBx6xdp18BEyzBDoxT8 FqBg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1687188971; x=1689780971; h=cc:to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=4TE13fnJ02V9ENd+8OkYNlwBe9UDQ3spkl7SIBlc0D0=; b=BzI3rq7isCMeMp2UvAeBbWTq+nTy13bcb+zZ4hUH/3qPg2DKj01CfDK+pbvEKxlNFf 278TcXcR6cn5T9onQc19NdgVr/mqIL0h+WoeCbsFcxj93h3NDFgW7AhQa5iyKbZQbgpJ xaa96CujhrBEAZ1Zy92cqFqLJjRPgX6X4oSmBnO6uiu9tAQJb+a1BIVz3Fc08v2tKnGt ModBnRNW8u66dp7QJZ0RmozbesOWqHpoGv/IsulHJ2ChlTWzHq4JDlUFwV9fmnzqEZRU NV41K3ZTJyaxIZEKFLOy61r7J4iD6KK4dzloq8vV11PPPQjOGWLP3Y5YCYPrEDtIXb2r IQ/Q== X-Gm-Message-State: AC+VfDxuVZTfFS0Ves/rAs0JxjOIF7LZzZSRru+GW5vve+koHniPhb0c 9PbaBxjanjHccmbfk/p10WGFWqd2S6IL3Yi9BhToBEqwuMy8Tg== X-Google-Smtp-Source: ACHHUZ6GZbGa8YoDOlKkjzqvEoZfavN5lnrGDSvlsFGn8OXJEE2WC2l7RBPtCZ0yNQgj6E8pbuFGwaGeRudoX0fub+8= X-Received: by 2002:a25:4085:0:b0:bca:d619:8ccf with SMTP id n127-20020a254085000000b00bcad6198ccfmr7171778yba.55.1687188971107; Mon, 19 Jun 2023 08:36:11 -0700 (PDT) MIME-Version: 1.0 From: Mikael Pettersson Date: Mon, 19 Jun 2023 17:36:00 +0200 Message-ID: Subject: Re: gcc tricore porting To: eterno.claudio@gmail.com Cc: GCC Development Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: (Note I'm reading the gcc mailing list via the Web archives, which doesn't let me create "proper" replies. Oh well.) On Sun Jun 18 09:58:56 GMT 2023, wrote: > Hi, this is my first time with open source development. I worked in > automotive for 22 years and we (generally) were using tricore series for > these products. GCC doesn't compile on that platform. I left my work some > days ago and so I'll have some spare time in the next few months. I would > like to know how difficult it is to port the tricore platform on gcc and if > during this process somebody can support me as tutor and... also if the gcc > team is interested in this item... https://github.com/volumit has a port of gcc + binutils + newlib + gdb to Tricore, and it's not _that_ ancient. I have no idea where it originates from or how complete it is, but I do know the gcc-4.9.4 based one builds with some tweaks. I don't know anything more about it, I'm just a collector of cross-compilers for obscure / lost / forgotten / abandoned targets. /Mikael