On Fri, Jan 4, 2013 at 3:10 AM, naveen yadav <yad.naveen@xxxxxxxxx> wrote: > > Is it possible to disable > STB_GNU_UNIQUE(http://cygwin.com/ml/binutils/2011-10/msg00276.html) > > We need to rebuild the toolchain/ or is there any option at compile > time to fix. There is no compile time option. At configure time you can use --disable-gnu-unique-object, as documented at http://gcc.gnu.org/install/configure.html . Ian