On Mon, Nov 05, 2007 at 09:33:59AM -0600, Aqeel Mahesri wrote: > I want to build an x86 project, which I want to run in an emulator such > as bochs. I guess --native is the wrong way to go about this. > > Is there any way to build such an x86 project using the native compiler > on the development host rather than a cross compiler? I want to use the > same version of gcc and glibc that are on the development host to build > the ptxdist project, without building a whole cross compile toolchain > that is the same as the native toolchain.
--native builds an UML kernel. You could try to start with the cross config but change the compiler prefix to nothing, but I'm not sure if that works. Robert -- Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de Pengutronix - Linux Solutions for Science and Industry Handelsregister: Amtsgericht Hildesheim, HRA 2686 Hannoversche Str. 2, 31134 Hildesheim, Germany Phone: +49-5121-206917-0 | Fax: +49-5121-206917-9 -- ptxdist mailing list [email protected]
