Re: [Tinycc-devel] riscv64 feedback

2020-05-26 Thread Christian Jullien
, 2020 21:11 To: tinycc-devel@nongnu.org Cc: Herman ten Brugge Subject: Re: [Tinycc-devel] riscv64 feedback I got it working with: https://fedoraproject.org/wiki/Architectures/RISC-V https://fedorapeople.org/groups/risc-v/disk-images/ Follow the readme and copy tcc to the disk image: git clone git

Re: [Tinycc-devel] riscv64 feedback

2020-05-26 Thread Christian Jullien
-devel] riscv64 feedback Hello, On Tue, 26 May 2020, Christian Jullien wrote: > Tcc is configured with: ./configure --with-selinux Does it work without selinux? I've not tried that for riscv, my qemu userspace (debian) isn't selinux enabled, and as the symptom you see is related to mapp

Re: [Tinycc-devel] riscv64 feedback

2020-05-26 Thread Herman ten Brugge via Tinycc-devel
I got it working with: https://fedoraproject.org/wiki/Architectures/RISC-V https://fedorapeople.org/groups/risc-v/disk-images/ Follow the readme and copy tcc to the disk image: /git clone git://repo.or.cz/tinycc.git/ scp -P 1 -r tinycc root@localhost:. Run configure/make/make test as

Re: [Tinycc-devel] riscv64 feedback

2020-05-26 Thread Michael Matz
Hello, On Tue, 26 May 2020, Christian Jullien wrote: Tcc is configured with: ./configure --with-selinux Does it work without selinux? I've not tried that for riscv, my qemu userspace (debian) isn't selinux enabled, and as the symptom you see is related to mapping executable memory that

Re: [Tinycc-devel] riscv64 feedback

2020-05-26 Thread Christian Jullien
[1]: Leaving directory '/root/tinycc/tests' make: *** [Makefile:378: test] Error 2 From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of bauen1 via Tinycc-devel Sent: Tuesday, May 26, 2020 14:55 To: tinycc-devel@nongnu.org Cc: bauen1 Subject: Re: [Tinycc-de

Re: [Tinycc-devel] riscv64 feedback

2020-05-26 Thread bauen1 via Tinycc-devel
On 5/26/20 7:43 AM, Christian Jullien wrote: > > For Michael, > >   > > Again, many thanks for riscv64 backend. > > I finally found a way to give riscv64 a try … and it is again from > Fabrice Bellard solution using jslinux online VM. > >   > > For that I use the fedora29 risvc64 vm in text mode

[Tinycc-devel] riscv64 feedback

2020-05-25 Thread Christian Jullien
For Michael, Again, many thanks for riscv64 backend. I finally found a way to give riscv64 a try . and it is again from Fabrice Bellard solution using jslinux online VM. For that I use the fedora29 risvc64 vm in text mode and raised to 1Gb: https://bellard.org/jslinux/vm.html?cpu=riscv64