-
Notifications
You must be signed in to change notification settings - Fork 66
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
seL4test/projects/musllibc/configure: not found #75
Comments
Some questions: |
Yes, I find the error. Because after I clone the repo, the configure file is changed into CR mode. After I chang it into CRLF mode, it's all right. Another question is why the file is changed into CR mode? I have to write a code to walk through all the files and change the '\r' into '\r\n'. Here is my gitconfig:
|
So what system are you running on?
|
I'm running on WSL2-ubuntu20.04. I use this command to change the sed -i 's/\r$//' $1 |
This is what happens when you clone/checkout on Windows and then switch into WSL. If you want to avoid this, either do the clone/checkout under WSL to begin with or use |
@wangzhankun does using the repo tool in WSL work for you? I can confirm that seL4test works for me in Ubuntu 20.04 running in WSL2, if I run all the commands inside WSL. |
Ooh, that would be very nice to document on the host deps page! |
I clone the repo under WSL not on windows. And the |
Since a solution has been found, we can close this. |
I have successfully executed
repo sync
,and../init-build.sh -DPLATFORM=x86_64 -DSIMULATION=TRUE
executed successfully. But when I doninja
, I get the following error:I try to only execute the
sh command
independently, and I get the error:The text was updated successfully, but these errors were encountered: