Re: riscv32, qemu-user: semi-functional, what goes wrong?

2023-09-16 Thread Andreas K. Huettel
> > --- when I run a console program and try to background it with ctl-z, it > > hangs > > (maybe only the first time, not sure) > > repeated ctl-c gets me back to the shell, then the program is in the > > background > > > > riscv32 ~ # python > > Python 3.11.5 (main, Aug 31 2023, 21:5

Re: riscv32, qemu-user: semi-functional, what goes wrong?

2023-09-12 Thread Andreas K. Huettel
Am Dienstag, 12. September 2023, 21:55:13 CEST schrieb Chet Ramey: > > > run-posixexp > > 309d308 > > < ./posixexp.tests: line 98: syntax error: unexpected end of file > > Did you remake y.tab.c? And if so, what version of bison did you use? Not deliberately, but this is 5.2_p15, so if one of th

Re: riscv32, qemu-user: semi-functional, what goes wrong?

2023-09-12 Thread Andreas K. Huettel
Am Dienstag, 12. September 2023, 21:55:13 CEST schrieb Chet Ramey: > On 8/31/23 7:02 PM, Andreas K. Huettel wrote: > > Dear all, > > > > I'm trying to get qemu usermode emulation of riscv32 working. > > I managed to cross-build a linux system, and have it mostly r

riscv32, qemu-user: semi-functional, what goes wrong?

2023-08-31 Thread Andreas K. Huettel
Dear all, I'm trying to get qemu usermode emulation of riscv32 working. I managed to cross-build a linux system, and have it mostly rebuild itself (including gcc 3-phase bootstrap), however, something is broken in bash. Which may very well be a qemu usermode emulation bug, as I'm told bash works