Re: Help to bootstrap sbcl on riscv64

2023-03-31 Thread Bo YU
Hi, On Thu, Mar 30, 2023 at 3:28 AM Christoph Egger wrote: > > On Mittwoch, 29. März 2023 15:46:18 CEST Bo YU wrote: > https://web.archive.org/web/20080212021356/http://sbcl-internals.cliki.net/ > Build > > should tell how cross compiling works in general. I think I built /usr/local/ > bin/sbcl

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

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 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 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-28 Thread Bo YU
Hi, On Wed, Mar 29, 2023 at 10:00 AM Bo YU wrote: > > Hi, > ... > 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 12:33.77elapsed 101%CPU (0avgtext+0avgdata >

Help to bootstrap sbcl on riscv64

2023-03-28 Thread Bo YU
Hi, >From http://www.sbcl.org/platform-table.html, it seems the upstream has supported riscv64&32, So I want to try build sbcl package on Debian riscv64. 0. gbp pq import 1. `gbp import-orig --pristine-tar --uscan` 2. $ gbp pq rebase & gbp pq export There is no any conflict code. 3. gbp dch...