On Wed, Dec 8, 2010 at 09:54, AndrewT <[email protected]> wrote: > Dear All, > > There is a howto http://wiki.meego.com/Local_Build_Without_OBS_Needed > which I am trying to follow. > I am able to do builds for x86 with the command: > $sudo build --repository > http://repo.meego.com/MeeGo/builds/trunk/1.1.80.8.20101130.1/core/repos/ia32/packages/ > - -arch i686 cpio-2.11-2.6.src.rpm > > But whenever I try to build for arm with the following command: > $sudo build --repository > http://repo.meego.com/MeeGo/builds/trunk/1.1.80.8.20101130.1/core/repos/armv7l/packages/ > - -arch armv7l cpio-2.11-2.6.src.rpm > it fails with: > initializing rpm db... > chroot: cannot run command `rpm': No such file or directory > > I have meego-sdk-armv71 installed as it is said in > http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux > And the build host is Ubuntu 9.10
Hi, You need install qemu-arm-static. I am not using Ubuntu so cannot give Ubuntu specific guide. -- Kalle _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
