This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

undeclare SEGMENT_SIZE error during linux kernel compilation


Hi all,

  I am trying to build the linux kernel 2.6.6 after aplying the patch-2.6.6-arm2 for arm target.

  I am getting the following compilation error .

  fs/binfmt_aout.c : In function 'load_aout_binary':
  fs/binfmt_aout.c :307 error: 'SEGMENT_SIZE' undeclared (first use in this function)
  fs/binfmt_aout.c :307 error: (Each undeclared identifier is reported only once)
  fs/binfmt_aout.c :307 error: error for each function it appears in.

make[1]: *** [fs/binfmt_aout.o] Error 1
make[1]: *** [fs/] Error 2

Can sombody tell what might be the reason for this error.

thanks and regards,
Pradip


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]