Hello Tim, great that you answered you question by your own and thanks for posting the answer!
I have just two minor remarks: > # make sure you have toolchain in your path > export PATH=$PATH:/usr/local/genode-gcc/bin/ This is not needed. The build system knows the default location of the tool chain. I.e., it is defined in 'repos/base/etc/tools.conf' > # add libports, dde_linux, ports and qt4 repos > vi etc/build.conf Qt4 is not needed to execute the VirtualBox scenario. In fact, we deprecated Qt4 a while age when our port of Qt5 reached a stable state. Hence, 'repos/qt4' will eventually be removed from the source tree soon. Cheers Norman -- Dr.-Ing. Norman Feske Genode Labs http://www.genode-labs.com · http://genode.org Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
