This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: Conflits With Libc Function


<snip>
Nucleus
>includes some of the libc function (e.g. malloc, sbrk ...), but
>not all of them are included.  How does one include only the
>libc function that Nucleus does not include?
Just link the Nucleus functions after the libc functions
The last one in should win.

>I've seen somewhere info on getting an IEEE695 output from ld
>or objdump.  Could somebody point me in the right direction.
>
I think the flag for IEEE695 is ieee

Paul