View Single Post
tanago's Avatar
Posts: 215 | Thanked: 448 times | Joined on Aug 2012 @ Burgas, Bulgaria
#5
Originally Posted by AapoRantalainen View Post
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?
That was just what I would ask, cuz I ran into that error, Thank you BIG time!