[maemo-developers] [maemo-developers] Howto install build-tools in scratchbox?

From: Clemens Eisserer linuxhippy at gmail.com
Date: Wed Jul 19 20:35:11 EEST 2006
Hi there,

I would like to add some natively compiled executables needed for my
build-process (jikes) to my scratchbox installation so that it is
available under any target.
I am using scatchbox-0.9.8 since nokia's 770 stuff requires this version...
I did this some time ago and remebered that copying the file to
/scratchbox/tools/bin should work ... however any time I try to start
the executable I get "file not found":

[sbox-770_arm: /scratchbox/tools/bin] > ./jikes
bash: ./jikes: No such file or directory
[sbox-770_arm: /scratchbox/tools/bin] > ls -la jikes
-rwxr-xr-x    1 root     root      1494304 Jul 19 19:33 jikes
[sbox-770_arm: /scratchbox/tools/bin] >
[sbox-770_arm: /scratchbox/tools/bin] > ldd jikes
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00000000)
        libm.so.6 => /lib/libm.so.6 (0x00000000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00000000)
        libc.so.6 => /lib/libc.so.6 (0x00000000)
        /lib/ld-linux.so.3 => /lib/ld-linux.so.3 (0x00000000)

Any ideas what could be wrong?

Thank you in advance, lg Clemens

PS: Last but not least, thanks a lot for this wonderful build tool :-)

More information about the maemo-developers mailing list