X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4EF313857036 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1691671371; bh=5cMI9UJNz9hOc96S2YSk9mCvqBidnVJpAV/4GDr7c48=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=fk2LDAEeRfxtZzIpXHdqTbcFtY56SmIpJTdtCjRuG9waVSTDaXxmDRrqRat6yXBDT eLAI/Y4vqlLyUWiW4EuUlWBOq0pWO4vqux/xtbaGmIxJiRAyhL1MqQcfA44ObKdTop Gtxj9JpnJzgSSr3me4U6OsXNzr/GtS97I8B98HZM= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 707D23857835 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691671355; x=1692276155; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=z3LTLy7ajvkaJLSJLAU15fQGDyfERvWhfqz8VPKjXAw=; b=MM7QWPbimNONxbBHWT/BrOM846zw+PT3vnZ9oito97/bzb4rA1BcCqayA1r+Q1bi0/ tGO1FF8L/sRpAvl797oFRB3KJDfbsrefWBbU3SJUjbWDZzBDesNgKF8RncUY3vRGw+xY 1jAI53iWVYTdHurbyPcdDHsRySjw2JwjuaHINyLvdxRVwhJM3IjUZPpFNsV266jYfoym p0R4ReVth2JooUkzThI41fLymZ6KZv7wbFW9SkNicXJd+bx7b/l0LxQXHOBip2ijN0NV 59NMQBefs+y/iItKW4ueb568cd1isSevwE2cu6dessveEcxbLg3abbTZ+MhkyWgw4EAy hZOQ== X-Gm-Message-State: AOJu0Yzm0pHss33GT9rEISHL/kSbNexOsl1DxV7X/y8ymUisE1jwAfB+ sN+mSvuNolqqF5URp/mBNfrDIxilcgyb2H4mGJY= X-Google-Smtp-Source: AGHT+IFLWwuC+rS5x/cZ5CTssvNGhvUBg8YFZvHvRdNOxhx4N7wtQHt/j1CNg1b5qEllPle59IKfORfk1g1vcDW29i0= X-Received: by 2002:a4a:6c5b:0:b0:566:f763:8fb7 with SMTP id u27-20020a4a6c5b000000b00566f7638fb7mr1749129oof.2.1691671355635; Thu, 10 Aug 2023 05:42:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Thu, 10 Aug 2023 14:42:24 +0200 Message-ID: Subject: Re: Compile win64 filesys kernel module only with Cygwin tools? To: =?UTF-8?Q?Hans=2DBernhard_Br=C3=B6ker?= , cygwin AT cygwin DOT com X-Spam-Status: No, score=-0.3 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 autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: Martin Wege via Cygwin Reply-To: Martin Wege Content-Type: text/plain; charset="utf-8" Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 37ACgqLE011034 On Wed, Aug 9, 2023 at 10:04 PM Hans-Bernhard Bröker via Cygwin wrote: > > Am 09.08.2023 um 21:17 schrieb Wendy Lin via Cygwin: > > How can I compile > > https://github.com/microsoft/Windows-driver-samples/tree/main/filesys/cdfs > > with Cygwin gcc? > > You should not be trying to do that. > > That's deeply system-specific Windows code. It has nothing to with > POSIX, Cygwin or anything like that. > > For that you need a native Windows toolchain, and quite possibly some > extra SDK packages from Microsoft to enable building them. MinGW64 > (wether stand-alone, or the MSYS(2) hosted one, or the one hosted in > Cygwin) might be able to do it. I'd be very interested in this idea to (build *.sys kernel module with minGW64). Has anyone ever tried to do that? Just from Googling PDB (Windows Debug File Format) files will be absent, but that is all, right? Thanks, Martin -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple