On Mon, Oct 09, 2006 at 09:42:13PM +0159, Frank Marien wrote:
> but once I go SUBARCH=i386, things stop working..

What does this mean?  You built a 32-bit UML on a 64-bit host?

If so, you need more than just SUBARCH=i386.  That will pull in the i386
kernel headers and some other i386 stuff, but it won't tell gcc to make a
32-bit binary.  For that, you need to specifically tell gcc to produce 32-bit
code or use an i386 build environment.

Dunno if this is causing the problem, but building a half-23-bit UML seems
like asking for trouble.

                                Jeff

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to