mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
This problem surfaced with the new tool chain that changes the stack layout. A pointer to the the config XML data was kept in the main object but pointed to a stack variable. This patch fixes it by removing the pointer. Fixes #3416
This directory is a source-code repository containing Genode-specific services and applications. In contrast to the components that come with the 'os' repository, programs contained in 'gems' are able to leverage the functionalities provided by higher-level repositories such as 'libports'. To use the 'gems' repository, make sure to also add those repositories to your build configuraion.