This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: CFI Direction support issues with newest hjl linux binutils



Here is the results:

eading specs from /lfs/tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
Configured with: ../gcc-3.3.2/configure --prefix=/lfs/tools
--with-local-prefix=/lfs/tools --disable-nls --enable-shared
--enable-languages=c
Thread model: posix
gcc version 3.3.2
 /lfs/tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/cc1 -quiet -v -D__GNUC__=3
-D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2 x.c -quiet -dumpbase x.c
-auxbase x -version -o /tmp/ccJyG02I.s
GNU C version 3.3.2 (i686-pc-linux-gnu)
        compiled by GNU C version 3.3.2.
GGC heuristics: --param ggc-min-expand=64 --param ggc-min-heapsize=64260
ignoring nonexistent directory "/lfs/tools/i686-pc-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /lfs/tools/include
 /lfs/tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/include
 /usr/include
End of search list.

/lfs/tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/../../../../i686-pc-linux-gnu/bin/as
-V -Qy -o x.o /tmp/ccJyG02I.s
GNU assembler version 2.14.90.0.7 (i686-pc-linux-gnu) using BFD version
2.14.90.0.7 20031029

Thanks,

Shawn S.

On Mon, 17 Nov 2003, H. J. Lu wrote:

> On Sun, Nov 16, 2003 at 10:28:36PM -0500, Shawn Starr wrote:
> > checking size of long double... 12
> > running configure fragment for ../glibc-2.3.2/sysdeps/i386/elf
> > running configure fragment for ../glibc-2.3.2/nptl/sysdeps/unix/sysv/linux
> > running configure fragment for ../glibc-2.3.2/nptl/sysdeps/pthread
> > configure: error: CFI directive support in assembler is required
> >
> > Here's what I've got:
> >
> >  /lfs/tools/bin/as --version
> > GNU assembler 2.14.90.0.7 20031029
> >
> > /lfs/tools/bin/gcc -v
> > Reading specs from /lfs/tools/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/specs
>
> Please provide
>
> # touch x.c
> # /lfs/tools/bin/gcc -c x.c -v
>
>
> H.J.
>
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]