View Single Post
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#19
At the request of Stskeeps, I have taken the Maemo 5 SDK rootstrap and made it into a 1.1 GB image file (exactly like my Easy Debian image). I have posted the gzipped version on my server:

maemo-sdk.img.ext2.gz

On your N900:
  • Download and unzip this in your /home/user/MyDocs directory.
  • Install easy-chroot from the extras-devel repository
  • Make an SDK directory:
    Code:
    sudo mkdir /sdk
  • chroot into the SDK:
    Code:
    sudo qchroot /home/user/MyDocs/maemo-sdk.img.ext2 /sdk
  • develop and compile on-device!

Use a subdirectory of the /home/user directory to do your development in, so the final files are available outside the chroot.

EDIT: Maybe I should use realbite's environment instead?
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2009-10-20 at 17:15.
 

The Following 32 Users Say Thank You to qole For This Useful Post: