ldlidar_sdk icon indicating copy to clipboard operation
ldlidar_sdk copied to clipboard

Fix pthread library linkage and add <pthread.h> header

Open caiespin opened this issue 1 year ago • 0 comments

This pull request addresses an issue with the pthread library linkage in the SDK, which caused function declaration errors related to threading. The following changes have been made:

  • Added the missing <pthread.h> header in log_module.cpp to resolve the pthread function declaration issues. The error occurred when trying to build the library on a Raspberry Pi 5.

caiespin avatar Jan 20 '25 21:01 caiespin