Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added some initial support for free toolchains #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KOLANICH
Copy link
Contributor

No description provided.

@SergiusTheBest
Copy link
Owner

That's interesting! Do you build drivers with mingw? Could you provide some info about your use case?

@KOLANICH
Copy link
Contributor Author

1 The driver I wanted to build was not buildable with mingw or reaktos ddk.
2 But mingw contain some headers for drivers development and some people have claimed that they used mingw for building drivers.
3 though the headers are incomplete.
4 reactos ddk contains more headers too, though they are also incomplete
5 microsoft wdk is incompatible with gcc
6 microsoft wdk may be compatible with clwng if msvc headers are used
7 some effort is needed to make a frankenstein monster from mingw headers, reactos headers, windows sdk, windows ddk workable without msvc headers. See open-source-ideas/ideas#64 for more info.

@sgeto
Copy link

sgeto commented May 24, 2018

I like the idea.
I would personally put the MinGW/ReactOS stuff in a separate file and call include(), or make them a separate find module altogether

@sfhacker
Copy link

sfhacker commented Jan 4, 2019

Ciao.

Can we use FindWDK to build WinDivert https://github.com/basil00/Divert from source?
We were able to build it using MinGW on Windows 10 with the lastest WDK (10.0). However we are facing an issue when starting the service that points to the driver (WinDivert64.sys). I will perform more tests and post back here.

Cheers.

@SergiusTheBest
Copy link
Owner

@sfhacker Very nice, please keep us posted!

@ddkwork
Copy link

ddkwork commented May 14, 2020

Mingw, sys, sure? If the google go language can build sys file,that's best for me.

@sfhacker
Copy link

@DiskGetor Can you rephrase your last post in plain English?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants