Closed forlayo closed 1 year ago
Looks like you are trying to build this from a Windows host, and it somehow mangled the files by replacing the newlines with windows-style ones. While it's in theory possible to build from Windows, issues like this are why I'd highly recommend to just build on Linux. WSL works fine.
Thanks a lot, I’ll try this night from WSL2. How did you noticed this? I wasn’t aware of the issue per the trace (just curious and to learn as well)
#6 82.28 ./.config: line 37: $'\r': command not found
That's it complaining about a CR character, which is part of the \r\n windows-style newlines. Anything after that are just a follow-up errors due to it failing to parse its config file.
On WSL2 it works like a charm. Thanks again :)
I am trying to create an image with the command:
And after a while I got this error: