在Eclipse中编译时,我有以下错误:undefinedreference to `btCapsuleShape::btCapsuleShape(float, float)'
undefinedreference to `btRigidBody::btRigidBody(float, btMotionState*, btCollisionShape*, btVecto
在第一个例子中,我在编译时出现了一些错误,因为程序不识别printf、few等函数(标准C函数)。因此,我决定通过执行arm-none-eabi-gcc -o hello hello.c libc.a,在libc.a库中定义函数之间的链接(如果我错了,请更正),但是结果仍然会导致错误:libc.a(lib_a-writer.o): In f