Open michthom opened 3 years ago
exact same issue, not sure what is happening. @ribasco is this repository still being maintained?
I just ran into this as well on a fresh Raspberry Pi OS installation ... pretty sure the issue lies upstream in the u8g2 code.
Fortunately, I had a working copy on an old Raspberry Pi (which sometime last year I used the ./compile.sh way of building and running the included demo). It was last summer that I did this, maybe June 2020?
My work-around to be able to work with my 128x64 screen for now is:
To get the old files, it might make sense to clone in another directory, this specific commit (my best guess as to what worked for me from last year) https://github.com/olikraus/u8g2/commit/73a5652d60209327cee609f2030cd893471bec79 and copy the files as outlined above?
After this, the ./compile.sh should hopefully get everything running!
I suspect this project isn't being actively maintained, but I was hoping to install it on an old Raspberry Pi I had lying around. The compile.sh script obtained the u8g2 library code and seems to compile most of it no problem, but the linking stage errored out and I've no clue how to work around or fix this: