Re: Help to bootstrap sbcl on riscv64

2023-03-29 Thread Christoph Egger
On Mittwoch, 29. März 2023 07:33:41 CEST Bo YU wrote: > On Wed, Mar 29, 2023 at 10:00 AM Bo YU wrote: > > Broken at SB-COLD::LOAD-OR-CLOAD-XCOMPILER. In: # > 0x4002d9bf80>. > > > > File: #P"/<>/src/cold/defun-load-or-cload-xcompiler.lisp" > > > > (Position #5133) > > > > 758.20user 6.69system

Re: Help to bootstrap sbcl on riscv64

2023-03-29 Thread Bo YU
Hi, On Wed, Mar 29, 2023 at 1:33 PM Bo YU wrote: > Sorry for not being well understood here. > > It seems there are ecl and clisp to bootstrap sbcl on riscv64[0]. > But clisp has B-D issue(ffcall)[1] now on riscv64(I will look at what > happened here). > > If to use ecl, the bug has been

Re: Help to bootstrap sbcl on riscv64

2023-03-29 Thread Bo YU
Hi, > > If to use ecl, the bug has been reported to upstream[2] and I built > ecl with ecl's developer branch > and to see if it works. >From Memory, I always had the most success bootstrapping sbcl from foreign >arch (ie using a linux-amd64 sbcl and go via sshfs or similar). In particular >this

Re: Help to bootstrap sbcl on riscv64

2023-03-29 Thread Christoph Egger
On Mittwoch, 29. März 2023 15:46:18 CEST Bo YU wrote: > Hi, > > > If to use ecl, the bug has been reported to upstream[2] and I built > > ecl with ecl's developer branch > > and to see if it works. > > > >From Memory, I always had the most success bootstrapping sbcl from foreign > >arch (ie