Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - replacement of "-rdynamic" option in qcc compiler: (3 Items)
   
replacement of "-rdynamic" option in qcc compiler  
Hi All,

Can anyone tell me what is the option used in "qcc -V 3.3.5,gcc_ntoarmbe" compiler corresponding to "-rdynamic" option 
in "gcc" compiler?

Thanks in advance.

Regards,
Vivek
AW: replacement of "-rdynamic" option in qcc compiler  
if you are looking for an option to force symbols being added to the dynamic symbol table,
you probable could try "-Wl,--whole-archive" with qcc
/hp

>-----Ursprüngliche Nachricht-----
>Von: vivek bairathi [mailto:community-noreply@qnx.com] 
>Gesendet: Mittwoch, 21. Oktober 2009 09:25
>An: general-toolchain
>Betreff: replacement of "-rdynamic" option in qcc compiler
>
>Hi All,
>
>Can anyone tell me what is the option used in "qcc -V 
>3.3.5,gcc_ntoarmbe" compiler corresponding to "-rdynamic" 
>option in "gcc" compiler?
>
>Thanks in advance.
>
>Regards,
>Vivek
>
>
>
>_______________________________________________
>
>General
>http://community.qnx.com/sf/go/post40394
>
> 
 
*******************************************
Harman Becker Automotive Systems GmbH
Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael Mauser
Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad | 
Local Court Mannheim: Register No. 361395

 
*******************************************
Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat 
sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und loeschen Sie diese Mail
. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have 
received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the contents in this e-mail is strictly forbidden.
*******************************************
Re: replacement of "-rdynamic" option in qcc compiler  
Hi,

I have searched on internet and I found the replacement of "-rdynamic" as
"-Wl,--export-dynamic" and it is working fine now.

Thanks for your reply.

Regards,
Vivek

On 10/21/09, Hans-Peter Reichert <community-noreply@qnx.com> wrote:
> if you are looking for an option to force symbols being added to the dynamic
> symbol table,
> you probable could try "-Wl,--whole-archive" with qcc
> /hp
>
>>-----Ursprüngliche Nachricht-----
>>Von: vivek bairathi [mailto:community-noreply@qnx.com]
>>Gesendet: Mittwoch, 21. Oktober 2009 09:25
>>An: general-toolchain
>>Betreff: replacement of "-rdynamic" option in qcc compiler
>>
>>Hi All,
>>
>>Can anyone tell me what is the option used in "qcc -V
>>3.3.5,gcc_ntoarmbe" compiler corresponding to "-rdynamic"
>>option in "gcc" compiler?
>>
>>Thanks in advance.
>>
>>Regards,
>>Vivek
>>
>>
>>
>>_______________________________________________
>>
>>General
>>http://community.qnx.com/sf/go/post40394
>>
>>
>
> *******************************************
> Harman Becker Automotive Systems GmbH
> Management Board: Dr. Klaus Blickle (Chairman), Dr. Udo Hüls, Michael
> Mauser
> Chairman of the Supervisory Board: Ansgar Rempp | Domicile: Karlsbad |
> Local Court Mannheim: Register No. 361395
>
>
> *******************************************
> Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
> Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
> irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
> loeschen Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
> Weitergabe dieser Mail ist nicht gestattet.
> This e-mail may contain confidential and/or privileged information. If you
> are not the intended recipient (or have received this e-mail in error)
> please notify the sender immediately and delete this e-mail. Any
> unauthorized copying, disclosure or distribution of the contents in this
> e-mail is strictly forbidden.
> *******************************************
>
>
>
> _______________________________________________
>
> General
> http://community.qnx.com/sf/go/post40395
>