Page 1 of 1

undefined symbol linker error -PS3 Project

Posted: Fri Mar 09, 2012 8:17 pm
by frampha
we have been having the following linker error:
Command line : error: L0039: reference to undefined symbol `typeinfo for btCollisionShape' in file "c:\Temp\BulletStuff\BulletStuff\TestProjV0_2\BullePhysicTesting\PS3_Debug\QuickBulletTestApp.obj"

This error occurs when I try to link the bullet libraries with a PS3 project. We build the bullet libraries using the official sony PS3 compiler but when we try to use them in an application we get that linker error thus the application does not compile. The libraries do compile without any issues. I should also mention that we are using bullet 2.70 and thi error only occurs when we try to instatiate a new "btBoxShape". I should alos point out that we only built the core libraries, libbulletcollsion, libbulletdynamics and libbulletmath

Re: undefined symbol linker error -PS3 Project

Posted: Mon Mar 12, 2012 7:16 pm
by Erwin Coumans
It might be a build system issue, the link order of link libraries could be wrong, or missing files.

Do the included PS3 demos/samples compile/link/run fine?