-
Notifications
You must be signed in to change notification settings - Fork 20
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
Cannot compile on Erlang OTP 25 or 26 #9
Comments
Looks like a rebar crash? |
I am trying to build it as part of an Elixir project -- Specifically Nerves (nerves-project.org). I have used your lib in the past many years ago. The build pipeline actually cross compiles to the target architecture (Rasperry Pi in this case) and I don't think I can override the build step to use Make instead of rebar. I also do development on a Mac so I can't use Make on my dev machine. I may try to spin up a VM to try but that won't solve my long term compilation issues. It is actually crashing when compiling the
Running: Thoughts? |
I think I see it. It's the modules directive in the src/uart.app.src file that is not "handle" by rebar3. |
Looks like this is still running on 15, is there plans to upgrade to a current version?
The text was updated successfully, but these errors were encountered: