View Single Post
Posts: 540 | Thanked: 387 times | Joined on May 2009
#6
I'm running 32-bit. In my experience unless you have a specific reason to run 64-bit you should avoid it, the performance boost is outweighed by the problems caused by proprietary software (unless of course you avoid proprietary software like the plague).

Secondly you are developing for Maemo5 so you shouldn't be calling that script (the guide I posted was for Maemo4 and was posted as a rough outline). You want: http://repository.maemo.org/stable/5...install_5.0.sh

Third, you may need to run each line manually to track down where the problem lies. Additionally it may help to change the shebang (the first line) from #!/bin/sh to #!/bin/bash -e

Fourth, dpkg installed? You shouldn't have dpkg installed in Fedora.

Fifth, if you screw up your scratchbox install sufficiently you do in fact need a fresh install.

Sixth, this may be of some help: http://wiki.maemo.org/Documentation/...l_Installation

And finally if this over your head you may wish to instead use a VMware image: http://maemovmware.garage.maemo.org/2nd_edition/ ( http://tablets-dev.nokia.com/maemo-d...-downloads.php )