You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to compile this program in an effort to use it with ros, without requiring a special firmware for the imu.
I downloaded the source code, and initially make complained about wxwidgets and I installed all the libraries to fix them, but I now get an error that I can not fix:
g++ -s -O2 -Wall -DLINUX -o MotionCal gui.o portlist.o images.o visualize.o serialdata.o rawdata.o magcal.o matrix.o fusion.o quality.o mahony.o wx-config --libs all,opengl/usr/bin/ld: visualize.o: undefined reference to symbol 'glMaterialfv' //usr/lib/x86_64-linux-gnu/libGL.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:69: recipe for target 'MotionCal' failed make: *** [MotionCal] Error 1
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to compile this program in an effort to use it with ros, without requiring a special firmware for the imu.
I downloaded the source code, and initially make complained about wxwidgets and I installed all the libraries to fix them, but I now get an error that I can not fix:
g++ -s -O2 -Wall -DLINUX -o MotionCal gui.o portlist.o images.o visualize.o serialdata.o rawdata.o magcal.o matrix.o fusion.o quality.o mahony.o
wx-config --libs all,opengl/usr/bin/ld: visualize.o: undefined reference to symbol 'glMaterialfv' //usr/lib/x86_64-linux-gnu/libGL.so.1: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status Makefile:69: recipe for target 'MotionCal' failed make: *** [MotionCal] Error 1
The text was updated successfully, but these errors were encountered: