jherrin6
Results
2
comments of
jherrin6
I ran into the same issue on mac os x catalina. I was able to work around the issue by opening PiBakery from the command line with sudo: `cd /Applications/PiBakery.app/Contents/MacOS/`...
I ran into the same issue. I worked around it by removing the following line from include/kernel/framebuffer.h `framebuffer_info_t fbinfo;` I then added that line to src/kernel/model2/framebuffer.c, right before the first...