undefined symbol linker error -PS3 Project

Post Reply
frampha
Posts: 1
Joined: Fri Mar 09, 2012 7:43 pm

undefined symbol linker error -PS3 Project

Post 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
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA
Contact:

Re: undefined symbol linker error -PS3 Project

Post 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?
Post Reply