On Wed, Nov 16, 2005 at 06:11:38PM -0600, Rob Landley wrote:
> include/asm/processor.h:19: error: field `tls' has incomplete type

This is strange.  It's complaining about not having a struct user_desc, which
is defined in asm-i386/ldt.h, which is included from asm-um/ldt-i386.h through
the asm/arch symlink.

Your asm/arch link points to asm-i386, doesn't it?

> error: syntax error before "uml_ldt_t"

uml_ldt_t is clearly typedefed in asm/ldt-i386.h, which is symlinked from
ldt.h, which is included into mme-skas.h.

Your recipe says you did a completely clean build, but the symptoms look
to me like you have leftovers from a non-UML or non-UML/i386 build.

                                Jeff


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to