On Fri, 2006-09-15 at 12:31 +0200, lefqih Amine wrote: > [sbox-SDK_ARMEL: ~] > fakeroot dpkg -i gizmo-project_1.0.0.34_armel.deb force > (Reading database ... 25694 files and directories currently installed.) > Preparing to replace gizmo-project 1.0.0.34 (using gizmo-project_1.0.0.34_armel.deb) ... > Unpacking replacement gizmo-project ... > dpkg: error processing force (--install): > cannot access archive: No such file or directory > Setting up gizmo-project (1.0.0.34) ... > maemo-launcher: invoking '/usr/bin/maemo-select-menu-location.launch' > maemo-launcher: error loading invoked application: '/usr/bin/maemo-select-menu-location.launch: cannot open shared object file: No such file or directory' > maemo-launcher: child (pid=13469) exited due to exit()=0 > > > Hallo, ich habe das folgendes problem ich weiss nicht was das unterschied zwiechen "SDK_PC" und "SDK_ARMEL" und wieso brauche ich sie beide. bis jetz habe ich nicht geschaft in maemo eine apllication zu instalieren oder zu laufen zu bringen. ich weiss dass ich nur die Packete mit i386.deb instalieren kann.aber ich finde keine pakete mit i386.deb f?r nokia 770. > > [sbox-SDK_ARMEL: ~] > fakeroot dpkg -i gizmo-project_1.0.0.34_armel.deb force > (Reading database ... 25694 files and directories currently installed.) > Preparing to replace gizmo-project 1.0.0.34 (using gizmo-project_1.0.0.34_armel.deb) ... > Unpacking replacement gizmo-project ... > dpkg: error processing force (--install): > cannot access archive: No such file or directory > Setting up gizmo-project (1.0.0.34) ... > maemo-launcher: invoking '/usr/bin/maemo-select-menu-location.launch' > maemo-launcher: error loading invoked application: '/usr/bin/maemo-select-menu-location.launch: cannot open shared object file: No such file or directory' > maemo-launcher: child (pid=13469) exited due to exit()=0 > > 2 wie kann ich armel pakete zu i 386 oder umgekehrt umwandeln. > > ENGLISCH: > > Hello, I has that the following problem I can not differentiated between ?SDK_PC? and ?SDK_ARMEL? and why I need it both. to now I don?t have to install into maemo one apllication or run too bring. I white that I only the Packete with i386.deb do not instalieren can however I dont find packages with i386.deb for nokia 770. > You need SDK_PC to develop you applications. It is i386 environment and there you have better debuging and profiling applications available (like Valgrind and frieds). SDK_ARMEL you need to build your applications for armel target so that you can install those packages to the device. The device uses armel (ARM with EABI) architecture so you can't run i386 applications on the device and that is the reason why you won't find any i386 packages for the device, Nokia 770. > [sbox-SDK_ARMEL: ~] > fakeroot dpkg -i gizmo-project_1.0.0.34_armel.deb force > (Reading database ... 25694 files and directories currently installed.) > Preparing to replace gizmo-project 1.0.0.34 (using gizmo-project_1.0.0.34_armel.deb) ... > Unpacking replacement gizmo-project ... > dpkg: error processing force (--install): > cannot access archive: No such file or directory > Setting up gizmo-project (1.0.0.34) ... > maemo-launcher: invoking '/usr/bin/maemo-select-menu-location.launch' > maemo-launcher: error loading invoked application: '/usr/bin/maemo-select-menu-location.launch: cannot open shared object file: No such file or directory' > maemo-launcher: child (pid=13469) exited due to exit()=0 > > > 2 how can I convert armel packages to i 386. To put this a bit simplified: Basically you can't or at least I don't know how and I don't know even why would you like to do this since i386 package contains binaries which you can run only at i386 environment (hardware) and armel package contains binaries which you can use only at armel environment (hardware). Sincerely, -- Miko Nieminen <miko.nieminen at gmail.com>