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


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

Re: i960??


>>>>> "Joel" == Joel Sherrill <joel@OARcorp.com> writes:

    Joel> On Wed, 17 Dec 1997, Neal Becker wrote:

    >> I'd like to build newlib-1.8 for i960.  Right now, newlib-1.8 dies
    >> building in libgloss.  I guess that's because there's no bsp.  In
    >> particular, there's no crt0.s.
    >> 
    >> I have crt0.s from Intel-960-Rel5.1.  It's written for pic.  I have no 
    >> idea why it's written for pic.  Neither gcc nor egcs supports pic on
    >> i960.  Any ideas on how to proceed?

    Joel> There is also no setjmp/longjmp implementation for the i960 included in
    Joel> 1.8.0.  I added one for the i960-rtems target which is shared by all i960
    Joel> configurations.  If you need it, I can email you a patch.

Thanks for the reply!  I'm a little confused.  How does setjmp/longjmp
relate to my problem?  Does this have something to do with crt0?  Or
is this related to pic code?  I think I need a crt0.  The only one I
found is from Intel-960-Rel5.1.