http://wiki.maemo.org/CSSU-thumb_too....7.2-linaro%29 EDIT: I just tested this Document with fresh scratchbox [ http://wiki.maemo.org/Documentation/...K_Installation ]. I think I haven't done this step before (but now I did it) "sed -i -e 's/etch/squeeze/g' maemo-sdk-install_5.0.sh" Setting linaro target fails with Code: [sbox-FREMANTLE_ARMEL_GCC472: ~] > fakeroot apt-get install maemo-sdk-debug fakeroot: preload library `libfakeroot-sysv.so' not found, aborting. And fix/workaround is (outside of scratchbox): Code: mkdir /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL_GCC472/usr/lib/libfakeroot cp /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL/usr/lib/libfakeroot/* /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL_GCC472/usr/lib/libfakeroot Did you have this issue?
[sbox-FREMANTLE_ARMEL_GCC472: ~] > fakeroot apt-get install maemo-sdk-debug fakeroot: preload library `libfakeroot-sysv.so' not found, aborting.
mkdir /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL_GCC472/usr/lib/libfakeroot cp /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL/usr/lib/libfakeroot/* /scratchbox/users/rantalai/targets/FREMANTLE_ARMEL_GCC472/usr/lib/libfakeroot