Hello,
On Thu, Sep 16, 2010 at 11:28:03AM +0530, Janith Widarshana wrote:
I'm trying Okl4 since last two days with Ubuntu 10.04 on x86 architecturea
Great to hear that - I'm running Luci Lynx 32-bit too.
I don't know where to extract pre-compiled tool chain(genode-10.08.tar.bz2). http://genode.org/download/tool-chain said that it has to extract /usr/local/genode-gcc.But i can't fined it /usr/local/. Please someone suggest a solution for me to go further.
That confuses me a bit, as
http://sourceforge.net/projects/genode/files/genode/10.08/genode-10.08.tar.b...
is the Genode source code archive. It contains the folder 'genode-10.08'. You may place extract the archive where you want. The current binary tool chain archive is
http://sourceforge.net/projects/genode/files/genode-toolchain/9.08/genode-to...
To extract the archive please run the following
! sudo tar -xjPf genode-toolchain-9.08.tar.bz2
from the command line in a terminal emulator. Note, the 'P' option is significant to keep leading '/'.
Regards