You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I run Darling on Windows using WSL?
Unfortunately, no. Darling requires a real Linux kernel to run. See this (issue)[https://github.com//issues/260] for more details.
Expected Result
What did you expect to happen?
I expected LKM to build
Actual Result
What did happen?
make[4]: Entering directory '/home/judah/darling/src/external/lkm' Running kernel version is 4.19.104-microsoft-standard rm -f darling-mach.mod.o make -C /lib/modules/4.19.104-microsoft-standard/build M=/home/judah/darling/src/external/lkm modules make[5]: Entering directory '/home/judah/darling/src/external/lkm' make[5]: *** /lib/modules/4.19.104-microsoft-standard/build: No such file or directory. Stop. make[5]: Leaving directory '/home/judah/darling/src/external/lkm' make[4]: *** [Makefile:346: default] Error 2 make[4]: Leaving directory '/home/judah/darling/src/external/lkm' make[3]: *** [src/external/lkm/CMakeFiles/lkm.dir/build.make:58: src/external/lkm/CMakeFiles/lkm] Error 2 make[2]: *** [CMakeFiles/Makefile2:46348: src/external/lkm/CMakeFiles/lkm.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:46355: src/external/lkm/CMakeFiles/lkm.dir/rule] Error 2 make: *** [Makefile:15738: lkm] Error 2
Steps To Reproduce
Install darlig va Ubuntu WSL
dmesg
OutputRun
dmesg | grep 'overlay\|darling'
Nothing
System Information
What system are you using?
Windows 10 WSL Ubuntu
The text was updated successfully, but these errors were encountered: