Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Inability to profile with 6.3.2?: (2 Items)
   
Inability to profile with 6.3.2?  
I have a customer who asks:

	I am trying to profile the GPS application and I built it as per the QNX documentation instruction, it starts the 
profling but it is unable to find this symbol:

	__ldd_deregister_eh 

	I googled it and found out that it is 6.3.2 specific library dependency in GDB...can we ask QNX to give us updated lib 
binary which will help to run profling on 6.3.2 ( resolve this dependancy)?
Re: Inability to profile with 6.3.2?  
Andy Gryc wrote:
> I have a customer who asks:
> 
> 	I am trying to profile the GPS application and I built it as per the QNX documentation instruction, it starts the 
profling but it is unable to find this symbol:
> 
> 	__ldd_deregister_eh 
> 
> 	I googled it and found out that it is 6.3.2 specific library dependency in GDB...can we ask QNX to give us updated 
lib binary which will help to run profling on 6.3.2 ( resolve this dependancy)?

The problem is that you've linked your application against a 6.3.2 
libc.a and are trying to trying to use it with a pre-6.3.2 libc.so. You 
need either update the libc on the target or downgrade the libc.a on 
your host side.

The only thing GDB has to do with this problem is that an experimental 
GDB had been posted that was built against a new version of libc.

Regards,

Ryan Mansfield