X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CD15B38555AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1691611468; bh=1idC15Z/dCnVzAHU3Pt+dD6y9emRZw4sw0Q0Je4qV9U=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=LXhSfsz5a69cricu2iLCHtgFHBd+xtspkJkOXAHOJenaCAgSFQqoOaxV4UDP+SA/+ wywC+4zLhT107hUgMnwsFI4IbMPWrlYCeiZmOgzI6finxz7lYurWMzGWUSp16Qkul6 UAr5Lip1NAog9DTcm4GbHB4XBuDgSUZAyg8/5Vn8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org C25843858D33 Message-ID: Date: Wed, 9 Aug 2023 22:03:42 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: Compile win64 filesys kernel module only with Cygwin tools? Content-Language: de-DE To: cygwin AT cygwin DOT com References: In-Reply-To: X-TOI-EXPURGATEID: 150726::1691611430-457FB5E3-0ACC8659/0/0 CLEAN NORMAL X-TOI-MSGID: 200f4645-a36a-46aa-b9b3-2c36981d5249 X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, 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: =?utf-8?q?Hans-Bernhard_Br=C3=B6ker_via_Cygwin?= Reply-To: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Cygwin" 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. -- 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