-
Notifications
You must be signed in to change notification settings - Fork 48
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
Compile error in Fedora 38 #155
Comments
Hi @antonie3007, Could you run: mix clean --deps
V=1 mix compile I think that you may have |
Hi @fhunleth Here is the result.
|
As far as I can see the CFLAGS and LDFLAGS are NOT defined in my environment Regards Antonie, |
Hmm. My next guess is that this is coming from a compilation mismatch between the defaults (which Circuits.UART is getting) and whatever Erlang is compiled with. The way to figure that out is by removing
You'll get errors about If this happens, then I'm not sure why. Maybe some google searches could lead you to some hints? I almost exclusively use asdf to install Erlang, so if that's an option, then I'd probably give that a try. |
Hmmmmm, Retrying it with the command you send me stil get's me the error I've tried installing Erlang and Elixir with asdf but I get the error:
and the config.log tells me:
This seems like the same error of the liblto_plugin.so Now I'am really lost... regards Antonie |
Hi @fhunleth , Could this be an issue with Fedora 38 because it had an GNU Toolchain Update (gcc 13.0, binutils 2.39, glibc 2.37, gdb 12.1) in relation to the previous version of Fedora asdf install of erlang and elixir and compile circuits.uart is working perfectly on Fedora 37 Gr. Antonie |
Setup
'Development Tools' are installed.
Expected Behavior
Actual Behavior
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: