cmusatyalab / diamond-android

Android library for running Diamond filters
http://diamond.cs.cmu.edu/
Eclipse Public License 1.0
55 stars 8 forks source link

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

Open bamos opened 10 years ago

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

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