------- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-09-07 07:58 ------- > As suggested by you I then set my PATH precedence to /usr/ccs/bin > even then I am getting the same error.
Please verify with '-v' which 'as' is really used to assemble the problematic files (ttimebase.o, intervalfixed.o and so on). > We are using precompiled version of gcc 4.3.2. Is there a way where by we can > change path for ld to bin utils? or reconfiguration and rebuild is the only > option to set the path for ld? This compiler was configured --without-gnu-as --without-gnu-ld so it cannot use GNU binutils, only the system as/ld. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41292