Re: 19c alpha [Was Re: CMUCL 18c building on tru64 5.1]
Raymond Toy <[email protected]> Tue, 9 Sep 2014 09:43:51 -0700
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <CAG14z1GnU8YMsccndEGWnwSd9h1sWnUuAvc6xg0PwJmmUUOChg@mail.gmail.com> |
On Tue, Sep 9, 2014 at 1:30 AM, Fausto Saporito <[email protected]> wrote: > Just another info... > I repeated the creation process of kernel.core. > At the end, when it's saving the kernel.core file (I suppose) I have a lot > of: > > Warning: Undefined foreign symbol: "_undefined_tramp" > > Warning: Undefined foreign symbol: "_undefined_tramp" > Warning: Undefined foreign symbol: "_undefined_tramp" > Warning: Undefined foreign symbol: "_undefined_tramp" > Warning: Undefined foreign symbol: "_undefined_tramp" > Warning: Undefined foreign symbol: "_undefined_tramp" > Warning: Undefined foreign symbol: "call_into_c" > These warnings pretty much explains the crash. All of the missing foreign symbols need to be defined otherwise lisp uses 0 (or some other invalid value) These are normally in undefineds.h. Perhaps undefineds.c has bitrotted and needs to be updated a bit for alpha? Once these warnings about these undefined foreign symbols is fixed, we should get farther along. -- Ray _______________________________________________ cmucl-help mailing list [email protected] http://lists.zs64.net/mailman/listinfo/cmucl-help