On Sun, Aug 19, 2007 at 11:42:55AM +0200, Toralf Förster wrote: > arch/um/sys-i386/user-offsets.c:7:22: error: asm/user.h: No such file or > directory > arch/um/sys-i386/user-offsets.c: In function 'foo': > arch/um/sys-i386/user-offsets.c:51: error: invalid application of 'sizeof' to > incomplete type 'struct user_i387_struct'
What's the host distro? Do you have either user_i387_struct or elf_fpregset_t anywhere in your /usr/include? If not, then your headers are broken, as there is no way to use PTRACE_GETFPREG since you can't tell how big a buffer to pass in. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel