Hi Raz, Raz wrote: > I am trying to build qemu for my target. my rule file is at the moment very > simple. > yet i failing to build it with this weird output: > target: qemu-kvm.prepare > ------------------------ > > cd > /home/raz/halva/OSELAS.BSP-Pengutronix-Generic-2012.12.0/platform-i586/buil >d-target/qemu-kvm-1.2.0 && \ > \ > ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var > --libdir=/usr/lib --host=i586-unknown-linux-gnu > --build=i686-host-linux-gnu --enable-sdl --disable-xen --disable-vnc > --disable-spice --enable-kvm --target-list=i386-linux-user > > ERROR: unknown option --host=i586-unknown-linux-gnu > ERROR: unknown option --build=i686-host-linux-gnu > > > where did -host and -build options came from ?
When you instruct PTxdist to prepare a autotools based packages, these options will be added "automagically". But I wonder, why the "configure" from your package does not understand these options. Is this 'configure' a hand-made script instead built from/with the autotools? Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
