tech-toolchain archive

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

Re: Missing __fixsfsi from libgcc.a



On Wed, Jun 13, 2012 at 05:12:09PM +0300, Petri Laakso wrote:
> But when it comes time to link object files, I get:
> test_prep.c:(.text+0x1c): undefined reference to `__fixsfsi'

How do you link it? The easiest way is to use gcc and let it deal with
all the required magic (like getting the proper elf note in).

> What I learned from gcc online docs[1], __fixsfsi should be on arhchive
> libgcc.a. But when I try to locate it, I cannot find it:

No, on NetBSD it is in libc.

Martin


Home | Main Index | Thread Index | Old Index