DroneBridge / DroneBridge

DroneBridge is a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system. It is intended be a real alternative to other similar systems, such as DJI Lightbridge or OcuSync.

Home Page:http://wolfgangchristl.de/2017/not-just-another-drone-project/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pi 4 Compile error! fontinfo.h : No such file or directory

Eronwu opened this issue · comments

commented

when I compile this project ON MY PI 4 as wiki said:
git clone https://github.com/seeul8er/DroneBridge.git
cd DroneBridge
git submodule init
git submodule update
cmake .
make

I got a error on the screen:
Building C object splash/CMakeFiles/db_splash.dir/main.c.o
/DroneBridge/splash/main.c:26:10: fatal error: fontinfo.h : No such file or directory
#include "fontinfo.h"
compilation terminated.

Does anybody occurred this error ??? PLS help!
Did this project lack of some code or Pi 4 lack of some library?
But this head file as I know, is just a font usage file, maybe used in OSD module.

As far as I know the Pi4 does not support OpenVG. However, the OSD & the splash screen require that dependency. You can compile and run the other modules by commenting lines 32 & 33 the the CMakeLists.txt.