Rehi,
I've installed sb2.
$ cd sbox2
$ ./autogen.sh
$ ./configure --prefix=$HOME/scratchbox
$ make install
After installing arm-linux-gcc as said at
http://www.linux110.com/bbs/thread-70392-1-1.html:
$HOME/scratchbox/bin/sb2-init ARM arm-linux-gcc
It said: sb2-init completed successfully, hav
Hi Lauri,
Here is what I did to install sb2::
- install glibc-devl and qemu using yum[ex]
- install ARM-LINUX-GCC 3.3.4 Tool Chains following
http://www.linux110.com/bbs/thread-70392-1-1.html - I got it by using
google.
(dont know if it's the right tool. I follow the readme.txt file attached to
s
On Dec 25, 2007, at 10:10 AM, Jakov wrote:
And how about Scratchbox 2 ( http://www.freedesktop.org/wiki/
Software/sbox2 )? It says it's 64-bit supported. I tried it but got
no success.
How did it not work? I just tested it on x86_64 Fedora, and it works
fine for me.
You have to be more sp
Hi,
On Dec 24, 2007 9:04 PM, Trilok Soni <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to import crosstool built foreign toolchain into
> scratchbox apophis. Same as used in maemo.
> I am able to successfully import this toolchain and simple hello world
> program works fine with arm-linux-gcc c