Closed Shineee closed 7 years ago
Do you have a CMake toolchain module for your compiler?
I'm not sure if it's right.
1.sudo apt-get install g++-arm-linux-gnueabi
2.catkin_make --cmake-args -DCMAKE_CXX_COMPILER=arm-linux-gnueabi-g++
3.
4.sudo apt-get install libftdi-dev
5.
Ah, sorry missed your reply. If you don't have libftdi
and libusb
in your toolchain root, then just CATKIN_IGNORE
kobuki_ftdi
. It is only necessary for building programs that flash to the robot. You don't need to do that from an arm core.
Been thinking about removing that package to a separate repository.
Currently only compiled x86 .so file. I want to compile .so file on the arm architecture used on Android(eg:armeabi) I tried a lot of ways can not do.Hope to get your help, thank you very much!