Re: [arm-gnu] Typo bug calling collect2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [arm-gnu] Typo bug calling collect2
- To: arm-gnu@xxxxxxxxxxxxxxxx
- Subject: Re: [arm-gnu] Typo bug calling collect2
- From: Paul Brook <paul@xxxxxxxxxxxxxxxx>
- Date: Mon, 12 Sep 2005 15:37:40 +0100
> arm-none-linux-gnueabi-gcc -v -mbig-endian viterbi-convolution.c
>
> I am getting:
>
> c:/cslarm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.3/../../../../arm-none-
>linux-gnueabi/bin/ld.exe: unrecognized option '-EB-m'
> c:/cslarm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.3/../../../../arm-none-
>linux-gnueabi/bin/ld.exe: use the --help option for usage information
> collect2: ld returned 1 exit status
>
> The dump belows shows that the collect2 argument line is missing a
> space between '-EB' and '-m armelf_linux_eabi'.
This will be fixed in the next release.
http://gcc.gnu.org/ml/gcc-patches/2005-09/msg00429.html
Thanks for the report.
Paul