![]() |
Re: Developing on the N900 itself ?
Hi, no that one was based on the LPR1.2 release (or thereabouts anyway - the date of the rootstrap was 30th March). The latest rootstrap can be found here
http://repository.maemo.org/stable/f...19-1_armel.tgz I think the right set of commands to make the rootstrap image into a working SDK ext2 image would go something like this, assuming you downloaded the rootstrap image into /home/user/MyDocs again: Code:
dd if=/dev/zero of=/home/user/MyDocs/maemo-sdk-v1_2.img.ext2 count=2097152 |
Re: Developing on the N900 itself ?
As for
Code:
dpkg -l | grep qt Code:
apt-get install libqtm-dev Code:
ii libqt4-core 4.6.2~git20100401-0maemo1+0m5 Qt 4 core module |
Re: Developing on the N900 itself ?
Quote:
|
Re: Developing on the N900 itself ?
It's a nice idea, but unfortunately I don't believe locale-gen is present on the N900 (and thus can't be copied into the SDK).. and it's not within busybox either.
|
Re: Developing on the N900 itself ?
Quote:
|
Re: Developing on the N900 itself ?
I found
/usr/lib/cdebconf/dpkg-reconfigure in the lenny armel cdebconf package. EDIT: Doh! It's also in lenny debconf. |
Re: Developing on the N900 itself ?
sorry my very limited time has been divided between fixing the keyboard in Easy Debian after PR 1.2 stole our power button workaround, and trying to get dbus-switchboard working for the N900...
|
Re: Developing on the N900 itself ?
Quote:
I did exactly what's mentioned here and successfully qchroot'ed to /sdk but then I found that there are lot of *-dev packages missing, libhal-dev to be the first one and some others which I still am not able to resolve(I'm using /usr/include/X11/extensions/XTest.h in my header). As I'm not sure which particular *-dev is this under I've done apt-get install lib*-dev, x11proto-* but still I'm getting "ERROR: X11/extensions/XInput.h: No such file or directory". Also, dpkg-buildpackage -b gives me "Can't exec "debian/rules": Permission denied at /usr/bin/dpkg-buildpackage line 475." However, I was able to build package this way from the sdk-v_1.2 from qole though I was getting warning on locale. And the last one, I copied the locale from /usr/share to /floppy/usr/share/ while copying others that are mentioned in your code and the locale folder is there but still I get the warning Setting locale failed. Any suggestion/help would be great. Thanks. |
Re: Developing on the N900 itself ?
you don't have to root in another filesystem to develop on the device!
I enabled tools, sdk and nokia binaries repos, then installed maemo-cplusplus-device-env, gcc and libqt4-opengl-dev. Have a look at http://wiki.maemo.org/OpenGL-ES to find out which libs you need (there are different ones with: libsdl-gles, opengles and libgles) and how to compile the NeHeGLES-lessons for example... |
Re: Developing on the N900 itself ?
Quote:
|
All times are GMT. The time now is 18:10. |
vBulletin® Version 3.8.8