Hello! I'm relatively new to genode and my knowledge is poor, but I'm very fascinated by genode and microkernels in general. I hope to learn very much in the next several years.
I've been able to build several working iso's from run scripts on both NOVA and seL4 with varying levels of success, which is very exciting! However, I'm not yet experienced or skilled enough to create my own custom scripts.
My ideal system that I would like to create in the meantime would be noux_bash with gcc, g++, and make. How would I suppliment the existing noux_bash.run script to include these packages?
Hello,
On 02.04.2017 18:21, Humblenoob wrote:
My ideal system that I would like to create in the meantime would be noux_bash with gcc, g++, and make. How would I suppliment the existing noux_bash.run script to include these packages?
have a look into the following scripts: noux_tool_chain_auto.run, noux_tool_chain_foc.run and noux_tool_chain_nova.run.
They already setup gcc, g++, make in noux in order to compile Genode/core in base-hw/base-foc/base-nova. The script don't contain everything to build all, but they are at least a starting point to get an idea.
Cheers,
Alex.