Game ve Db içindeki makefile dosyalarına -lunwind eklemeniz gerekiyor. Videoda anlatıyor zaten dikkatli takip edin videoyu.
Düzenleme:
Örnek bir game makefile;
# OpenSSL
INCDIR += -I/usr/include
LIBS += -lunwind -lssl -lcrypto
ve örnek db makefile;
# OpenSSL
LIBS += -lunwind -lssl -lcrypto