We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am following the building instructions but seems like a problem occurs xbstrap install-tool --all
xbstrap install-tool --all
the last few lines before it happens;
make[4]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld' make[3]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld' make[2]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld' make[1]: Leaving directory '/home/jim/Build/LemonOS/Build/tool-builds/host-binutils/ld' xbstrap: Running ['ln', '-sf', 'x86_64-lemon-ld', '@PREFIX@/bin/x86_64-unknown-lemon-ld'] (tools: ['host-bison', 'host-automake', 'host-autoconf-v2.69']) xbstrap: Running ['ln', '-sf', 'x86_64-lemon-as', '@PREFIX@/bin/x86_64-unknown-lemon-as'] (tools: ['host-bison', 'host-automake', 'host-autoconf-v2.69']) xbstrap: configure mlibc-headers [9/38] xbstrap: Running ['meson', '--cross=@SOURCE_ROOT@/Scripts/lemon-crossfile.txt', '-Dheaders_only=True', '--prefix=/system', '@THIS_SOURCE_DIR@'] (tools: []) ERROR: Neither directory contains a build file meson.build. WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated. xbstrap: Action configure of package mlibc-headers failed
The text was updated successfully, but these errors were encountered:
You did not copy the git repository correctly. You need to:
git clone --recurse-submodules https://github.com/LemonOSProject/LemonOS
Sorry, something went wrong.
No branches or pull requests
I am following the building instructions but seems like a problem occurs
xbstrap install-tool --all
the last few lines before it happens;
The text was updated successfully, but these errors were encountered: