Replies: 3 comments 5 replies
-
U8x8 is part of u8g2. U8g2 can be installed from Arduino IDE |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's installed but the full buffer u8g2 programs said there wasn't enough RAM for the local variables. Some of the u8x8 programs compile fine; this one did not. Is there a way to get around the memory limitation of the full buffer u8g2 programs? Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
-
GraphicsTest gives me /usr/bin/avr-ld: error: lto-wrapper failed
Also get that on some other programs outside of u8g2. Did the solutions mentioned but they did not work. Am running Arduino IDE on Manjaro Linux: that may be the problem, not your program. Some have said this is a linux bug.
Thanks,
Brent
Sent with [Proton Mail](https://proton.me/) secure email.
…------- Original Message -------
On Thursday, December 1st, 2022 at 2:37 PM, olikraus ***@***.***> wrote:
> this one did not.
You mean, one of the u8x8 examples does not compile? Can you name the failing u8x8 example?
—
Reply to this email directly, [view it on GitHub](#2034 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/A4QFT2PEJLA4BQRVO35HS4TWLESCXANCNFSM6AAAAAASRDYYPQ).
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to compile the u8x8 sketch in the u8g2 library and get lto-wrapper: fatal error: /usr/bin/avr-gcc returned 1 exit status
compilation terminated. Researched it and installed board manager 1.6.21; installed
http://downloads.arduino.cc/packages/package_avr_7.3.0_index.json; and installed arduino-Makefile (yay -S arduino-mk ). Still get the error.
Beta Was this translation helpful? Give feedback.
All reactions