From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from maniak.kataplop.net (maniak.kataplop.net [195.15.222.96]) by sourceware.org (Postfix) with ESMTPS id BD37E3858D20 for ; Sun, 28 Jan 2024 17:28:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BD37E3858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=kataplop.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kataplop.net ARC-Filter: OpenARC Filter v1.0.0 sourceware.org BD37E3858D20 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=195.15.222.96 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706462929; cv=none; b=T1ZsDj6cv1a4i6FlCkS9uAnFtYgLi2K6mrCP6Nehw8K8DE0MOI/ogVbvy48OeyfYNOgqdt6wdrjlaCEJlLUNtarxyV6eiQHQNCeGKqQIPQKDqWPI2p2SWmRmbivepRe3lbEq7fr6kNRDkkPAMsTyZEtiG+uR+6+teNmdxLVkCOY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1706462929; c=relaxed/simple; bh=3246ab/fjFPUXC8wSTcxBvBAoSvr+yZ2pTQxytYGs2g=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=wwifFSxAKPVuK+FBtJ6pkGmEllxL44LJ9Jm3/w7SI7OH02bWlOa24odLOyZXE9H+zktmPWoUFYyhTEVLNEi56ciOQos38Kz3eICG0zininA/KtRYwRk4623CYTjdkU6SQnbMghZlKncKFArZcChnry43lQlPVoJFcEScOhhMUJw= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kataplop.net; s=20231104; t=1706462925; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=3246ab/fjFPUXC8wSTcxBvBAoSvr+yZ2pTQxytYGs2g=; b=JcTAC/8DPdg3yRBhc1PUUeqBMTO+9F5TnLJG/LiDKgI8+vdZryXdUmua7dBF9bd5Z2OQOw AybrflunsdxNDQ3C5n2SS39kK7W6pSMluvGQFI7X/b96q9C54ZM/g0ZJfYUx6lDfoVQxXJ SJmY2rXDXd2Zlmrx1a8HqaUbdD1yN6Q= Received: from arrakis (static-176-191-105-132.ftth.abo.bbox.fr [176.191.105.132]) by katamaniak (OpenSMTPD) with ESMTPSA id e48eda98 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 28 Jan 2024 17:28:44 +0000 (UTC) References: User-agent: mu4e 1.10.8; emacs 29.1 From: Marc To: Sophie 'Tyalie' Friedrich Cc: gcc@gcc.gnu.org Subject: Re: Building a GCC backend for the STM8 Date: Sun, 28 Jan 2024 18:27:28 +0100 In-reply-to: Message-ID: <87bk95e59v.fsf@arrakis.kataplop.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,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: Sophie 'Tyalie' Friedrich via Gcc writes: > 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? Hello, I guess the upcoming presentation at FOSDEM "How to bring up GCC for your new chip"[1] can help! Marc [1]: https://fosdem.org/2024/schedule/event/fosdem-2024-2713-how-to-bring-up-gcc-for-your-new-chip/