compile error #41021
Replies: 2 comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt: The script will output the path of the log file once done. If this is a networking issue, please use Once completed please upload the output files to this GitHub issue. See Collect WSL logs (recommended method). If you choose to email these logs instead of attaching them to the bug, please send them to wsl-gh-logs@microsoft.com with the GitHub issue number in the subject, and include a link to your GitHub issue comment in the message body, and reply with '/emailed-logs'. |
|
Hi Colin (@colin-ada) . It's generally not recomended to clone the repo in the /mnt/x shares. Please clone the repo to the vhd if possible, for example, to ~. That should provide much better compilation performance and compatibility. That said, I'm not able to repro your issue when having the repo on the p9 share, though the compilation is super slow. |
Uh oh!
There was an error while loading. Please reload this page.
Windows Version
Microsoft Windows [version 10.0.19045.6466]
WSL Version
2.7.10.0
Are you using WSL 1 or WSL 2?
Kernel Version
6.18.33.2
Distro Version
No response
Other Software
No response
Repro Steps
make[3]: *** [scripts/kconfig/Makefile:85: syncconfig] Error 1
make[2]: *** [Makefile:747: syncconfig] Error 2 /mnt/f/devpack/WSL2-Linux-Kernel/Makefile:825: include/config/auto.conf.cmd: No such file or directory
make[1]: *** [/mnt/f/devpack/WSL2-Linux-Kernel/Makefile:848: include/config/auto.conf.cmd] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Expected Behavior
make successful
Actual Behavior
Diagnostic Logs
No response
All reactions