[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
undeclare SEGMENT_SIZE error during linux kernel compilation
- To: <arm-gnu@xxxxxxxxxxxxxxxx>, <libc-alpha@xxxxxxxxxxxxxxxxxx>
- Subject: undeclare SEGMENT_SIZE error during linux kernel compilation
- From: "Pradip Singh" <pradip.singh@xxxxxxxxxxxxxxx>
- Date: Thu, 7 Oct 2004 11:27:40 +0530
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
|