Forums › BB Series Discussions › Error compiling Linux sample code › Reply To: Error compiling Linux sample code
February 14, 2019 at 8:15 am #164707
Participant
Kaiser, I was able to find out that the library image was corrupted with the following command:
$ readelf –a libbb_api.so.4.0.2
The output of readelf will tell you about the different pieces of the library, and if they are corrupted. Substitute the file name of the library you are using in the command.
Andrew updated the library for me, and I’ve been cruising along just fine ever since.
– Ray