what is SYSCALL in arch/i386/kernel/Makefile
hi: In arch/i386/kernel/Makefile , there is a SYSCALL , what is it ? thank!
On Sat, Jan 5, 2013 at 6:12 PM, horseriver <horserivers@gmail.com> wrote:
hi:
In arch/i386/kernel/Makefile , there is a SYSCALL , what is it ?
Nobody can help you without providing more information. Current kernels don't have arch/i386/kernel/Makefile. i386 and x86_64 got merged a long time ago.... -- Thanks, //richard
On Sun, Jan 06, 2013 at 01:01:47PM +0100, richard -rw- weinberger wrote:
On Sat, Jan 5, 2013 at 6:12 PM, horseriver <horserivers@gmail.com> wrote:
hi:
In arch/i386/kernel/Makefile , there is a SYSCALL , what is it ?
Nobody can help you without providing more information. Current kernels don't have arch/i386/kernel/Makefile. i386 and x86_64 got merged a long time ago....
thanks ! when make in my arch/i386/kernel dir , gcc need to build a .so file , it calls ld to link ,but failed with this error : not enough room for program headers ,I know it is due to SIZEOF_HEADER buidin function, but I do not know how to fix it ld has been told to link with specilized ld-script ,which not use SIZEOF_HEADER. so I feel it is confusing appreciate for helps!
-- Thanks, //richard
On Sun, Jan 6, 2013 at 5:33 AM, horseriver <horserivers@gmail.com> wrote:
when make in my arch/i386/kernel dir , gcc need to build a .so file , it calls ld to link ,but failed with this error :
not enough room for program headers ,I know it is due to SIZEOF_HEADER buidin function,
but I do not know how to fix it
The fix is to use a supported and not horrible outdated Linux version. Otherwise you are on your own. -- Thanks, //richard
participants (2)
-
horseriver -
richard -rw- weinberger