Hi, I'm trying to compile this package on an Nvidia TX1, but I keep getting the error:
/home/nvidia/catkin_ws/devel/lib/libftd2xx.so: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
epos_hardware/CMakeFiles/epos_library_utils.dir/build.make:128: recipe for target '/home/nvidia/catkin_ws/devel/lib/libepos_library_utils.so' failed
make[2]: *** [/home/nvidia/catkin_ws/devel/lib/libepos_library_utils.so] Error 1
CMakeFiles/Makefile2:7940: recipe for target 'epos_hardware/CMakeFiles/epos_library_utils.dir/all' failed
make[1]: *** [epos_hardware/CMakeFiles/epos_library_utils.dir/all] Error 2
Typing 'file libftd2xx.so' gives me this:
libftd2xx.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked
I understand it's a problem with the FTDI driver but I can't figure out how to fix it. Does someone have a suggestion on what I might do to solve it?
Thanks in advance!
Hi, I'm trying to compile this package on an Nvidia TX1, but I keep getting the error:
/home/nvidia/catkin_ws/devel/lib/libftd2xx.so: error adding symbols: File in wrong format
collect2: error: ld returned 1 exit status
epos_hardware/CMakeFiles/epos_library_utils.dir/build.make:128: recipe for target '/home/nvidia/catkin_ws/devel/lib/libepos_library_utils.so' failed
make[2]: *** [/home/nvidia/catkin_ws/devel/lib/libepos_library_utils.so] Error 1
CMakeFiles/Makefile2:7940: recipe for target 'epos_hardware/CMakeFiles/epos_library_utils.dir/all' failed
make[1]: *** [epos_hardware/CMakeFiles/epos_library_utils.dir/all] Error 2
Typing 'file libftd2xx.so' gives me this:
libftd2xx.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked
I understand it's a problem with the FTDI driver but I can't figure out how to fix it. Does someone have a suggestion on what I might do to solve it?
Thanks in advance!