Forum Topic - binutils-2.18:
   
binutils-2.18  
How is the redirection from earlier binutils to binutils-2.18 done ?

e.g.
   ntox86-strip.exe    to    ntox86-strip-2.18.exe

   How can I make sure that file-2.18 is called during build ??


For Momentics: Do I have to manually edit the calls in this file 

e.g.
  .../host/win32/x86/etc/qcc/gcc/4.2.4/gcc_ntox86_ecpp-ne.conf


 I am patching binutils 2.18 on top of qnx 6.3.2

 kindly adivse.
Re: binutils-2.18  
Nikhil Patil wrote:
> How is the redirection from earlier binutils to binutils-2.18 done ?
> 
> e.g.
>    ntox86-strip.exe    to    ntox86-strip-2.18.exe
> 
>    How can I make sure that file-2.18 is called during build ??
> 
> 
> For Momentics: Do I have to manually edit the calls in this file 
> 
> e.g.
>   .../host/win32/x86/etc/qcc/gcc/4.2.4/gcc_ntox86_ecpp-ne.conf
> 
> 
>  I am patching binutils 2.18 on top of qnx 6.3.2

Are you trying to patch the 6.3.2 toolchains (i.e 2.95.3/3.3.5) to use 2.18?

You could modify the conf files but it would be easier to overwrite 
ntox86-as, ntox86-ar and ntox86-ld with the 2.18 versions. On other 
hosts, ntox86-* are a sym link to the canonically named version.

Regards,

Ryan Mansfield
Re: binutils-2.18  
Thanks