From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by sourceware.org (Postfix) with ESMTPS id D08423858D28 for ; Sun, 28 Jan 2024 03:41:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D08423858D28 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=flowerpot.me Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=flowerpot.me ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D08423858D28 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=80.241.56.172 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706413272; cv=none; b=viSaVRlKtYbCA9y4Sj0W9bZWPKNKF3C1Nybud3DsPznWZSXiRlC3+dsC/f9FJ/WEL4+1QxtAl02A9iNySbq7h2NoCrYt/Normfc4mvqdQkiDoSszz+7jJXAao6SFrbFoHitXvRpT3xzXoYzBEbWvQQBGJZf7qOiq6zXZA55Nxtk= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706413272; c=relaxed/simple; bh=mcYMPIGHemz583/iSyC2epl7fFxOBfJJUd3MiPN8FFk=; h=DKIM-Signature:Message-ID:Date:MIME-Version:To:From:Subject; b=tLN5ufBar0uoJl/y03TNOzWDcss4uxiWzzy4GS0Om8CBCsneK5isujYrV/16N/iHwY9vsHL6piMCNcOM9EYqONwi8Y3WyNu0Vlc0pEffmvRP3R80xfptvXQCdALxFBNIrrMxHpd7rH9OFIh4teNPOkrT31nxgkgf6SV5biaLkkk= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4TMxzk4b7dz9sRn for ; Sun, 28 Jan 2024 04:41:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flowerpot.me; s=MBO0001; t=1706413266; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=iSoDuj9biyIpWOR4QK2LNR7a0I1g7mQESgQ2oNI39/0=; b=nI60Gxt5Vo8gK1Y/NFgtpmzkcQnBaZkiZfeNkWckLfKVfOWT7sTavatLtsGhCm6rZUJtGC A3tettr1HANXI41BTUIIUyek1lADfg/r5c/4HgSa9hWmotNQn/DmkCN+ZwdLGDe5PCZlMm Yxuu9RSPs5u8vQmYiktjMTTYYjJUqYA6RMZQvWjWVSwaA7If1CRIe4HSJD5qVa/bYwS1ae Yc1QkHkpjCuJpyupvRd5ttZiMUMhaQ0XwDJN98fkLFBROqEpmsLbL4q41JOuai7+hvwWR+ 9lBRymmGo73EdwSRizRcS1HwxS1Qevw3qIUHPZTA+DiB2as1NtHdcZB2O+58qA== Message-ID: Date: Sun, 28 Jan 2024 04:41:05 +0100 MIME-Version: 1.0 Content-Language: en-US To: gcc@gcc.gnu.org From: Sophie 'Tyalie' Friedrich Subject: Building a GCC backend for the STM8 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4TMxzk4b7dz9sRn X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_INFOUSMEBIZ,KAM_NUMSUBJECT,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello dear people, I want to try building a GCC compiler backend for the STM8 micro-controller target in order to make this wonderful architecture more accessible. But as I'm fairly new in this area of building compiler backends for GCC, I would need a bit of guidance / read material to get started. Do you have recommendations for anything? And is there interest in such work? With best regards Tyalie