On Saturday 19 August 2006 13:59, John Nielsen wrote:
> On Friday 18 August 2006 21:14, Joe Ciccone wrote:
> > John,
> >     Can you send the output of this command?
> >
> > grep -A23 sigcontext /tools/include/asm/sigcontext.h
>
> Here is the output:
>
> struct sigcontext {
>         unsigned short gs, __gsh;
>         unsigned short fs, __fsh;
>         unsigned short es, __esh;
>         unsigned short ds, __dsh;
>         unsigned long edi;
>         unsigned long esi;
>         unsigned long ebp;
>         unsigned long esp;
>         unsigned long ebx;
>         unsigned long edx;
>         unsigned long ecx;
>         unsigned long eax;
>         unsigned long trapno;
>         unsigned long err;
>         unsigned long eip;
>         unsigned short cs, __csh;
>         unsigned long eflags;
>         unsigned long esp_at_signal;
>         unsigned short ss, __ssh;
>         struct _fpstate  * fpstate;
>         unsigned long oldmask;
>         unsigned long cr2;
> };
>
> Best regards,
>
> John Nielsen

Hi again guys,

Thank you very much for your help. You led me on track with your question. It 
turned out that my script installed the x86_64 specific kernel headers 
instead of the i386 ones like it should. Hopefully the rest of the build will 
go smothly.

Happy hacking everyone!!

Best regards,

John Nielsen
-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to