Discussion

The Linux makefile wasn't working

2

CubicleHead 2022-11-22 15:48

After I updated my RPi OS to Raspbian 11 (Bullseye), the makefile for Lowres would return the error /usr/bin/ld: cannot find -lgbm.
I installed libgbm-dev using apt, reran the makefile, and it worked.
Perhaps you should add libgbm-dev to the install dependencies line in the Linux README.md?
sudo apt install git make build-essential libsdl2-dev libgbm-dev
Thx!


GAMELEGEND 2022-11-22 18:50

huh I didn't have to add that.


CubicleHead 2022-11-23 20:40

I'm guessing it's preinstalled on most repos, so it isn't too important to add to the readme. (And I didn't remove it accidentally; I checked what libraries come installed with my OS, and the dev version of libgbm was not included)


Log in to reply.