Re: Build errors while adding a new func to Region Map

2022-02-04 Thread Sid Agrawal
Hi Christian, Thanks for the explanation and the links. I did read the hello world tutorial before trying this out, otherwise, I wouldn't have gotten this far :). Best, Sid On Thu, Feb 3, 2022 at 11:31 PM Christian Helmuth < christian.helm...@genode-labs.com> wrote: > [CAUTION: Non-UBC Email] >

Re: Build errors while adding a new func to Region Map

2022-02-03 Thread Christian Helmuth
Hello Sid, you chose most difficult place to play around with RPC functions - the base API. I'd recommend to follow the hello-wrold tutorial [1] for your initial steps. Regarding your remaining question... On Fri, Feb 04, 2022 at 05:14:30 CET, Sid Agrawal wrote: > I still have the questions of w

Re: Build errors while adding a new func to Region Map

2022-02-03 Thread Sid Agrawal
Hi, I found the problem. I was missing another change in region_map_client.cc. Adding that fixed the issue. Diff: https://github.com/sid-agrawal/genode/commit/e18fdadc0a92746efa0046a7f93c2525c99668e9.diff I still have the questions of whether changing the ld file is expected? -Sid On Thu, Feb 3,