Well, after I updated I got another compile error at the same place:

  CC      arch/um/os-Linux/start_up.o
  CC      arch/um/os-Linux/time.o
  CC      arch/um/os-Linux/tls.o
arch/um/os-Linux/tls.c: In function `os_set_thread_area':
arch/um/os-Linux/tls.c:22: error: dereferencing pointer to incomplete type
arch/um/os-Linux/tls.c: In function `os_get_thread_area':
arch/um/os-Linux/tls.c:36: error: dereferencing pointer to incomplete type
make[1]: *** [arch/um/os-Linux/tls.o] Error 1
make: *** [arch/um/os-Linux] Error 2

This is not the same as the user_desc stuff, right?

  // Joel


On Wed, 8 Feb 2006, Jeff Dike wrote:

On Wed, Feb 08, 2006 at 12:44:22PM +0100, Joel Palmius wrote:
arch/um/os-Linux/tls.c: In function `os_set_thread_area':
arch/um/os-Linux/tls.c:20: error: `modify_ldt_t' undeclared (first use in
this function)

I had a fix for this, but I forgot to drop it into that tree.  Fixed
now.  You can just replace the user-desc patch with the new version.

Note that either modify_ldt_t or struct modify_ldt_ldt_s will break
for  some people (like BB) who don't have either.  They have a 'struct
user_desc', which I don't have.  These people should back out
user-desc and it should build.

                                Jeff


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
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