First system image of Sculpt OS for the PinePhone

2023-02-01 Thread Norman Feske
Hello, I'm happy to announce the first system image of Sculpt OS for the PinePhone: https://genodians.org/nfeske/2023-02-01-mobile-sculpt Thanks to the wonderful team at Genode Labs for having made that possible! Speaking for myself, I'm overjoyed. :-) BTW, I will present this version on S

Running genode on QEMU having board support of raspberry pi for arm_v8.

2023-02-01 Thread DHIRAJ PRAJAPATI
Dear genodians, As I saw that you already worked on the Raspberry for Genode framework,I wanted to ask about that because I am also working on it. I am trying the port genode having the arm_v8a support of Raspberry board to run that on QEMU. So I need some guidance from you on how to start and what

Re: Goa: build libraries fails on arm_v8a

2023-02-01 Thread Pirmin Duss
Hello again too, On 2/1/23 17:23, Sebastian Sumpf wrote: 1. libgcc is in ld.lib.so on Genode, so you should link against ld.lib.so or its api and get rid of -lgcc and  -static-libgcc. The pthread things are in libc.lib.so Would this be only for libraries or for binaries too? I'm asking, as I

Re: Goa: build libraries fails on arm_v8a

2023-02-01 Thread Sebastian Sumpf
Hello again, On 2/1/23 14:18, Duss Pirmin wrote: Hello Sebastian Thanks for the quick patch. On 01.02.23 13:26, Sebastian Sumpf wrote: For Goa to build libraries the following version is required:   - repository: g...@gitlab.com:/gapfruit-community/goa.git   - branch: library_support Th

Re: Goa: build libraries fails on arm_v8a

2023-02-01 Thread Duss Pirmin
Hello Sebastian Thanks for the quick patch. On 01.02.23 13:26, Sebastian Sumpf wrote: For Goa to build libraries the following version is required:   - repository: g...@gitlab.com:/gapfruit-community/goa.git   - branch: library_support This, I could not find and used the one from GitHub.

Re: Goa: build libraries fails on arm_v8a

2023-02-01 Thread Sebastian Sumpf
Hello Pirmin, On 2/1/23 08:49, Duss Pirmin wrote: On 31.01.23 19:39, Sebastian Sumpf wrote: These are some very old issues (2011). Could you let me know how to reproduce this? The Goa project can be found as follows:  - repository: g...@github.com:trimpim/wasmedge-genode.git  - branch: