On Friday 28 November 2008 00:40:17 tz wrote: > I'm running Intrepid and Scratchbox. > > I needed to add vdso32=0 to the kernel command line (in grub's menu.lst > file) > > I had to download the right versions (in the install.txt, manual > install) of the scratchbox tarballs and unarchive them manually (and > add the sb_mount_all to /etc/rc.local). But it works.
Could this be the root of your problem using scratchbox for running ARM programs? I do not believe you should need to run sb_mount_all -- I certainly don't. I use: /scratchbox/sbin/sbox_ctl start to start scratchbox. If you just use sbox_mount_all you are missing the invocation of register_misc_runner, which would explain why you can't run ARM programs as that sets up the QEMU interpreter for binfmt_misc. Graham _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
