-
Notifications
You must be signed in to change notification settings - Fork 91
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
Is it possible for barco to support WSL2 as well? #3
Comments
Hey @tanyeun! Thanks for opening the issue - it's nice to see people are cloning the project and testing it out ;) |
Hey @tanyeun! I just noticed the |
Hi @lucavallin My default linux kernel version is
But I was not able to load linux modules so I follow the suggestions from this post https://unix.stackexchange.com/questions/594470/wsl-2-does-not-have-lib-modules to rebuild the bzImage, now my kernel version is
I turned on the debug message. The issue was I was not able to create this file
although this function call return 0, the actual file didn't create. I tried to change the path to another folder under my home directory. the function returns -1 but the acutal file created. I am not sure why. |
Hey @tanyeun! I am not entirely sure, but it seems it could be an issue with |
have solve this problem? |
My kerver version is |
Great project btw
I was able to compile on WSL2
Distribution: Ubuntu 22.04
Kernel: 5.15.90.1-microsoft-standard-WSL2
but when I ran the example, it gave me to following error:
The text was updated successfully, but these errors were encountered: