-
Notifications
You must be signed in to change notification settings - Fork 14
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
Make fails at 10% following instructions on Fedora 32 #167
Comments
I think I'm running into a similar issue, if not the same one. Lots of errors from LLVM, but it stops at 22% for me. Versions: $ g++ --version
g++ (Clear Linux OS for Intel Architecture) 10.1.1 20200513 releases/gcc-10.1.0-36-gf2b77b928a
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ cmake --version
cmake version 3.17.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).
$ make --version
GNU Make 4.3
Built for x86_64-generic-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. |
@sevagh Not sure if you're still having issues with this, but I've gotten around it by creating a Docker container that can build Rust. I'm really liking this approach because 1) I don't have to think about installing dependencies anymore, and 2) it will always stay the same unless I explicitly update it. Two versions: Generic Rust build env: https://hub.docker.com/r/jonahbron/rust-builder Post about it: |
@jonahbron works like a charm, thanks:
|
Perhaps the compiler is an older version that does not support specifying of Here are my versions for reference:
FWIW I'm on a rolling release distro, packages are generally always their most up-to-date version. |
I followed exactly the instructions here (https://github.com/avr-rust/rust#unixlinuxnix). I can't get past 20% in the
make
compilation.This is one of the first errors that appears:
There are many LLVM errors like this. I'm wondering if it's related to Fedora 32's packages being too new (since it was just released a few days ago).
I've attached a bigger output txt file: output.txt
Dependency versions:
The text was updated successfully, but these errors were encountered: