python 2.7 - Missing libAnalyzer -
i trying build analyzer using saleae sdk 1.1.19 run error when running python script. not sure if because running 64bit version of ubuntu. not find ./lib/libanalyzer.so
link analyzer using https://www.saleae.com/index
error:
/usr/bin/ld: skipping incompatible ../lib/libanalyzer.so when searching -lanalyzer
/usr/bin/ld: cannot find -lanalyzer
collect2: ld returned 1 exit status
g++ l"../lib" -lanalyzer -shared -o"debug/libnslogicanalyzer.so" debug/nslogicanalyzer.o debug/nslogicanalyzersettings.o debug/nslogicanalyzerresults.o
system information: ubuntu 12.04lts 64bit, python 2.7.3
thanks! lc
ah figured out, calling 32bit libanalyzer.so in lib folder. renamed 64 bit same name 32bit (renamed 32bit else not create error again)
Comments
Post a Comment