From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from devianza.investici.org (devianza.investici.org [198.167.222.108]) by sourceware.org (Postfix) with ESMTPS id E2EAC395BC39 for ; Sat, 17 Dec 2022 09:07:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E2EAC395BC39 Authentication-Results: sourceware.org; dmarc=pass (p=reject dis=none) header.from=autistici.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=autistici.org Received: from 1.mail-backend.investici.org (unknown [10.0.0.11]) by devianza.investici.org (Postfix) with ESMTP id 4NZ0V45t1cz6vL3; Sat, 17 Dec 2022 09:07:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1671268044; bh=2kyT8LgPA6u2uvn+JS+hJIP7aQu1SpAZkUavuRdcQ1k=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZSTAQOayjqaJvgMEg5gxJza/5FksVwdArG+hTB7PvoUpiyRU7nbZkhWsn7zh+Ub/i nF3a4PvjV9c3j0vHc8ln5nL2Mj4ojeumU2M33nhNoSx3slzIGsBQBre9D09BFGWOJz Nv/7LSwGhk7JcBR7aAJREBrWhQxn/XMQ5Qy3vgls= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: i.nixman@autistici.org) by 1.mail-backend.investici.org (Postfix) with ESMTPA id 4NZ0V44z09z5ytS; Sat, 17 Dec 2022 09:07:24 +0000 (UTC) MIME-Version: 1.0 Date: Sat, 17 Dec 2022 09:07:24 +0000 From: i.nixman@autistici.org To: Oleksii Khramkov Cc: gcc-help@gcc.gnu.org Subject: Re: GCC for Windows In-Reply-To: References: User-Agent: Roundcube Webmail Message-ID: <1bef7025277f9ae9bcb9f6276549f8c1@autistici.org> X-Sender: i.nixman@autistici.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_50,DEAR_SOMETHING,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello, just a two questions: 1) what is target OS/ARCH oft the compiled programs? 2) which additional third-party libs is required for the generated C files to build? best! On 2022-12-17 08:10, Oleksii Khramkov via Gcc-help wrote: > Dear Sir / Madam > > I am writing to request your help with the installation of GCC for > Windows. > > I'm an embedded C developer and I have a task to adapt a python script > for > Windows that creates devise tree files for the required sample. Inside > the > script, GCC is called to compile C files. I never came across using GCC > on > Windows. Can you advise on how to install GCC for Windows, if it is > possible? > > Thanks and best wishes, > > Yours faithfully, > > Oleksii Khramkov