-
-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Issues compiling ARM on Ubuntu 18.04 #4209
Comments
Would like to point out this is still valid a few months later 😆 WSL runs on 18.04 at the moment. |
I ran into this yesterday. For others finding this issue, I got a bunch of errors like:
The upstream Ubuntu bug has not been fixed. Installing the new 18.10 packages resolved the issue. Before:
After:
And now everything seems to be compiling fine. It would have been nice if the setup script somehow took care of this. But I can't really think of a nice way to do that, since it involves downloading some "random" packages without signatures, etc. Maybe the setup script could print a warning message? |
I'm facing this issue while using debian 10, it uses newlib 3.3.0. Would there be a way to work around this (easily) using LIBRARY_PATH or other environment variables? |
Same issue as @slashfoo when compiling for the moonlander
|
Sorry for not helping much, but I too have build problems on Debian with 3.3.0-1 installed. I'm tying to build the default preonic/rev3 keymap. |
Any updates on this issue? Workarounds? |
The workaround is in the opening post - download the .deb and install it directly (at your own risk, idk how much things have diverged since then). |
Hello all, I used the following instructions to install the package:
And could successfully build on debian. |
This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs. |
Workaround already known in the opening post, closing. |
THere are some issues with the ARM library on Ubuntu 18.04, that cause it to error out.
Namely, this:
bbcmicrobit/micropython#514 (comment)
Downloading the "deb" files from the next build fixes the issues.
https://packages.ubuntu.com/cosmic/all/libnewlib-dev/download
https://packages.ubuntu.com/cosmic/all/libnewlib-arm-none-eabi/download
And running
sudo dpkg -i ....
fixes the issue though.Do we want to and this to the build script for just 18.04?
@jackhumbert @skullydazed @fredizzimo
The text was updated successfully, but these errors were encountered: