Hello Florian,
On Tue, Dec 13, 2016 at 07:11:52PM +0100, Florian Grätz wrote:
I am running Ubuntu 16.10 64 bits in a Virtual Box on a Windows 10 host: florian@...465...:~/genode/build/linux_x86$ uname -a Linux Linde 4.8.0-30-generic #32-Ubuntu SMP Fri Dec 2 03:43:27 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The reference to Ubuntu 16.10 rings a bell. I read about an issue of this particular Ubuntu version enabling "position-independent executables" by default in the distros GCC tool chain from the following issue (unrelated to Genode)
https://github.com/ldc-developers/ldc/issues/1618
Maybe you can help me remotely as I have no access to a recent Ubuntu installation. Please try to add the following line at the end of repos/base-linux/lib/import/import-lx_hybrid.mk and try to rerun the demo scenario.
CXX_LINK_OPT += -no-pie
Regards