> >   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
> 
> Tested with enabling / disabling MODE_TT/SKAS? I don't remember the config I 
> was using when working on the patch, I guess I had both enabled.
> 
Actually disabling TT fixed it - so this skas only for now (not a
problem)
Now for 2.6.15 - here was the output (before I disabled TT) slightly
different (not the same environment & patches):

  CC      arch/um/os-Linux/tls.o
arch/um/os-Linux/tls.c:48: error: syntax error before "get_thread_area"
arch/um/os-Linux/tls.c:48: warning: type defaults to `int' in
declaration of `_syscall1'
arch/um/os-Linux/tls.c:48: warning: function declaration isn't a
prototype
arch/um/os-Linux/tls.c:48: warning: data definition has no type or
storage class
arch/um/os-Linux/tls.c:49: error: syntax error before "set_thread_area"
arch/um/os-Linux/tls.c:49: warning: type defaults to `int' in
declaration of `_syscall1'
arch/um/os-Linux/tls.c:49: warning: function declaration isn't a
prototype
arch/um/os-Linux/tls.c:49: warning: data definition has no type or
storage class
arch/um/os-Linux/tls.c:51: warning: "struct user_desc" declared inside
parameter list
arch/um/os-Linux/tls.c:51: warning: its scope is only this definition or
declaration, which is probably not what you want
arch/um/os-Linux/tls.c: In function `do_set_thread_area_tt':
arch/um/os-Linux/tls.c:55: warning: implicit declaration of function
`set_thread_area'
arch/um/os-Linux/tls.c: At top level:
arch/um/os-Linux/tls.c:62: warning: "struct user_desc" declared inside
parameter list
arch/um/os-Linux/tls.c: In function `do_get_thread_area_tt':
arch/um/os-Linux/tls.c:66: warning: implicit declaration of function
`get_thread_area'




-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
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