X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DB5F9385696F
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1691697071;
	bh=wVr+1DkDOxORiAGJfh7cuHXZw7YIHmyVNghWcRKShd4=;
	h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
	 From;
	b=TpLXk3peOf0w2PHwc0DD92kgt6kZhd9PpeUHPdjMXiNx+PUC28gFwGnTYZmSeaZKU
	 Pirqglhj+2zYZFpAat66x3oYfLYTLVNIoL4kST6Jl4/Vn4xuDZdALHYTpFqJeztUB4
	 QiZ4AlQevcPInpuoiJRICpFo0e7N+YdPe8vU8gDc=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org CB5763858D32
X-Authority-Analysis: v=2.4 cv=J8G5USrS c=1 sm=1 tr=0 ts=64d53f87
 a=DxHlV3/gbUaP7LOF0QAmaA==:117 a=DxHlV3/gbUaP7LOF0QAmaA==:17
 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=NEAV23lmAAAA:8 a=ZrGpRKTWAAAA:8
 a=7392p9bmP1SmsWvOWsUA:9 a=QEXdDO2ut3YA:10 a=5RrqPReswRMA:10
 a=sRI3_1zDfAgwuvI8zelB:22 a=9kepm0-3UsFZ5XxUtE6m:22
Message-ID: <26b944f1-8c42-365d-02d3-bb0c1f884551@Shaw.ca>
Date: Thu, 10 Aug 2023 13:50:30 -0600
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?
To: cygwin@cygwin.com
References: <CA+j=ERqVMBc6M+r1H_NSiiEyTPMdkSAoQ45uX8GrCU3Eq_KNyw@mail.gmail.com>
 <dce0b97a-e316-6645-bbf6-ea1f0973bc13@t-online.de>
 <CA+j=ERoGxWuSBOXMpJ_mTdW9q=N+MGzERQT8wvBBfTp-aqVGYQ@mail.gmail.com>
Content-Language: en-CA
Organization: Inglis
In-Reply-To: <CA+j=ERoGxWuSBOXMpJ_mTdW9q=N+MGzERQT8wvBBfTp-aqVGYQ@mail.gmail.com>
X-CMAE-Envelope: MS4xfBtfUrly65ZZ3wVsPvOSjZW0XW1lppQko8x3ExnqJmUVygANrMFAVairO17FTLpa4AIXWvm87rMhv4FeVCB+iP0NRZ/GNq3GJiuHnXhga9HKuJhf3TK5
 bhjMtl6IqACXvLUaxbb8AZpQxAdDjv+hO99Y1TP2L1r10ybjAkHLMOyt+4uaBJWiL6obrxcSMBUR/CdVmBRGNDFDOYm8L9lF5CKDaX5KQ027zdsJq8nVeM+d
X-Spam-Status: No, score=-4.4 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW,
 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@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Brian Inglis via Cygwin <cygwin@cygwin.com>
Reply-To: cygwin@cygwin.com
Cc: Brian Inglis <Brian.Inglis@Shaw.ca>, Wendy Lin <wendlin1974@gmail.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 37AJpCxt015834

On 2023-08-09 16:59, Wendy Lin via Cygwin wrote:
> On Wed, 9 Aug 2023 at 22:04, Hans-Bernhard Bröker via Cygwin
> <cygwin@cygwin.com> 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.
> 
> I really don't care. I really want to RUN AWAY (CRYING!!) from having
> to depend on Visual Studio 2019 or later. I can't even find C:\WinDDK\
> with Visual Studio 2019 anymore, after updating from Windows 8. I'm
> almost crying about it.
> 
> Also, we want CI, and that is not going to happen with the Visual
> Studio Community edition.
> 
>> 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.
> 
> So, MinGW64 would work? Which compiler and linker options do I have to
> use, which libraries do I link against etc?

http://support.fccps.cz/download/adv/frr/win32_ddk_mingw/win32_ddk_mingw.html

https://github.com/utoni/mingw-w64-dpp

-- 
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                 -- Antoine de Saint-Exupéry

-- 
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

