genodelabs / genode

Genode OS Framework
https://genode.org/
Other
1.08k stars 254 forks source link

Running arora on fiasco #207

Closed RajasekharBhumi closed 12 years ago

RajasekharBhumi commented 12 years ago

This is rajasekhar, I need some help from you in genode building. Actually I am trying too build genode on Fiasco kernel . In that i am trying to run arora web browser application. I build it by the following steps

                  # ./too/create_build_dir foc_x86_32 BUILD_DIR=Fiasco.OC
                  # cd Fiasco.OC
                  # make app/arora

                  After running this command the make part is over.. but i didn't get anything like window......
                  I think there is no any run file for that application

                  can you please help me to get the arora browser ......and awaiting for your reply

Thanks & Regards RajaSekharReddy .BR

nfeske commented 12 years ago

@RajasekharBhumi Does the run script of commit a403266 work for you?

RajasekharBhumi commented 12 years ago

@nfeske Yep that script worked successfully. After changing the below code

set build_components { core init drivers/timer drivers/framebuffer drivers/pci drivers/input drivers/nic server/nitpicker app/arora } build $build_components

as directly i pass the args

build "core init drivers/timer drivers/framebuffer drivers/pci drivers/input drivers/nic server/nitpicker app/arora"

Thank you very much for giving the script.