KumarRobotics / flir_gige

A ros driver for flir ax5 gige thermal camera
28 stars 19 forks source link

The error about installing eBus SDK in Ubuntu #5

Closed nicaima closed 7 years ago

nicaima commented 7 years ago

Hello, When I install the eBUS SDK in Ubuntu14.04 64bit LTS,the ebUniversalProForEthernet-x86_64.ko cannot be build seccesful,the error is :/opt/pleora/ebus_sdk/Ubuntu-14.04-x86_64/module/ebUniversalProForEthernet/OS_KMLNetwork.c:96:2: error: too many arguments to function ‘sock_sendmsg’ lReturn = sock_sendmsg( lSocket, &lMessage, lTotalSize ); ^ Thank a lot! error1

versatran01 commented 7 years ago

Is this a problem with installing eBus SDK or with compiling the flir driver?

nicaima commented 7 years ago

The Problem is installing eBus SDK. But I can build your driver. I don't know what to do.

versatran01 commented 7 years ago

Is this building sample code? you can skip that if it doesn't build.

nicaima commented 7 years ago

Build ebUniversalProForEthernet-x86_64.ko ,the eBUS SDK for Linux Quick Start Guide said use have to build and load it .

nicaima commented 7 years ago

Hello, I finally resolve the error by reinstalling Ubuntu. Thank you a lot!