cmusatyalab / diamond-android

Android library for running Diamond filters

Home Page:http://diamond.cs.cmu.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix `sigfillset` error when building/launching from Linux.

bamos opened this issue · comments

130|root@hltevzw:/data/data/edu.cmu.cs.diamond.android.examples.facialrecognition/files # ./rgbimg
CANNOT LINK EXECUTABLE: cannot locate symbol "sigfillset" referenced by "./rgbimg"...

seems you built your project with higher platform apis than the target, i.e. built with 21 while ran on 19?