Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-10 Thread Brian Inglis via Cygwin
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 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

Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-10 Thread Martin Wege via Cygwin
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. > > Tha

Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-09 Thread Wendy Lin via Cygwin
On Wed, 9 Aug 2023 at 22:04, 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

Re: Compile win64 filesys kernel module only with Cygwin tools?

2023-08-09 Thread Hans-Bernhard Bröker via 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

Compile win64 filesys kernel module only with Cygwin tools?

2023-08-09 Thread Wendy Lin via Cygwin
How can I compile https://github.com/microsoft/Windows-driver-samples/tree/main/filesys/cdfs with Cygwin gcc? Compiling the individual *.c files might be easy, but how do I LINK this to a *.sys module which can be loaded into the Windows 10 64bit kernel? Wendy -- Problem reports: https://c