tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TCC compile error


From: Conrado Miranda
Subject: Re: [Tinycc-devel] TCC compile error
Date: Wed, 9 May 2007 16:47:59 -0300

On 5/9/07, Rob Landley <address@hidden> wrote:
On Wednesday 09 May 2007 3:14 pm, Conrado Miranda wrote:
> Something was wrong with my update script, but I updated to glibc 2.5
> and guess what? More erros =(
> The 'make test' ran ok again, but when I tried 'tcc ex1.c', I got
> those errors messages.

Ok, the first problem is:
  tcc: file 'AS_NEEDED' not found
  /usr/lib/libc.so:3: filename expected
  /usr/lib/libc.so:3: unrecognized file type

Could you send us your /usr/lib/libc.so file?  (It should be a smallish text
file, specifically a linker script.)

Looks like it grew new knobby bits tcc isn't parsing yet...

Rob


Sorry, man. I haven't seen that there was an error on that file. You
know, bosses don't like when I are doing something that isn't your
work :D
But here it is:
/* GNU ld script
  Use the shared library, but some functions are only in
  the static library, so try that secondarily.  */
OUTPUT_FORMAT(elf32-i386)
GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a  AS_NEEDED (
/lib/ld-linux.so.2 ) )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]