[maemo-developers] [maemo-developers] Howto install build-tools in scratchbox?
From: Clemens Eisserer linuxhippy at gmail.comDate: Wed Jul 19 20:35:11 EEST 2006
- Previous message: [maemo-developers] Apt-got my way into a reboot loop??
- Next message: [maemo-developers] MacOSX as a development platform?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 :-)
- Previous message: [maemo-developers] Apt-got my way into a reboot loop??
- Next message: [maemo-developers] MacOSX as a development platform?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]