On 4/22/07, Federico <[EMAIL PROTECTED]> wrote:
> Hi all,
> In "binutils pass 1" after install it with make install I type make -C
> ld clean and it works but in make -C ld LIB_PATH=/tools/lib I got this
> error:
>
> /tools/bin/ld: unrecognized option '--hash-style=both'
> /tools/bin/ld: use the --
hi,
i think the problem may be with Ubuntu feisty gcc.
Ubuntu's gcc is version 4.1.2 by default.It is optimized,and seems to run
faster in general.However,i've got some strange errors from it.if you try to
compile a c++ program that includes /compex
,you'll get a host of errors about declarations
Hi all,
In "binutils pass 1" after install it with make install I type make -C
ld clean and it works but in make -C ld LIB_PATH=/tools/lib I got this
error:
/tools/bin/ld: unrecognized option '--hash-style=both'
/tools/bin/ld: use the --help option for usage information
collect2: ld returned 1 exi