ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

libVL53L0X_Rasp.a: error adding symbols: File in wrong format

asked 2018-09-28 03:00:03 -0500

waddlelim gravatar image

Hi, may i know whats the cause of this error? It appears after I catkin_make the package. I got the package from https://github.com/HappyGuyNCKU/ros_l... . As I am using another microcontroller board and not raspberry pi, i was wondering if that could have contributed to the problem. So sorry, I am new to ROS Side Info: I am trying to read sensor data from the vl53l0x sensor so that I can use that to do other things such as mapping in ros

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-09-28 09:20:10 -0500

updated 2018-09-28 10:58:33 -0500

Yes the fact that you're using a different type of computer than a raspberry is almost certainly causing this problem. The file libVL53LOX_Rasp.a is a binary library file that has been compiled and built for the raspberry pi, it cannot be run on a different type of computer. This is the same as trying to run a Mac program on Windows it simply isn't compatible.

What type of board are you using for your project?

edit flag offensive delete link more

Comments

Hi thanks for answering :) I am using a nano pi neo plus 2

waddlelim gravatar image waddlelim  ( 2018-09-28 09:38:45 -0500 )edit

Question Tools

Stats

Asked: 2018-09-28 03:00:03 -0500

Seen: 293 times

Last updated: Sep 28 '18