Static library missing #4695
Michael-dxb
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running a cocos2d-x project on a Mac mini m4. Since libMiniCL.a, libLinearMath.a, libBulletMultiThreaded.a, libBulletDynamics.a, and libBulletCollision.a need to support arm64, I downloaded version 3.25 of Bullet. After compiling and running, I cannot find the two libraries libMiniCL.a and libBulletMultiThreaded.a. How can I solve this problem? Find the solution through deepseek: Generate libBulletMultiThreaded.a
In Bullet Physics 3.25, multithreading support may have been removed or integrated into other modules.
You can try to extract the src/BulletMultiThreading directory from an older version of Bullet Physics and add it to the 3.25 version.
Generate libMiniCL.a
If the src/MiniCL directory does not exist, OpenCL support may have been removed.
You could try extracting the src/MiniCL directory from an older version of Bullet Physics and adding it to the 3.25 version. However, none of the versions I looked for online had these two files.
Beta Was this translation helpful? Give feedback.
All reactions