kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* what is SYSCALL in arch/i386/kernel/Makefile
@ 2013-01-05 17:12 horseriver
  2013-01-06 12:01 ` richard -rw- weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: horseriver @ 2013-01-05 17:12 UTC (permalink / raw)
  To: kernelnewbies

hi:

 In arch/i386/kernel/Makefile , there is a SYSCALL , what is it ?

thank!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* what is SYSCALL in arch/i386/kernel/Makefile
  2013-01-06 12:01 ` richard -rw- weinberger
@ 2013-01-06  4:33   ` horseriver
  2013-01-06 14:18     ` richard -rw- weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: horseriver @ 2013-01-06  4:33 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* what is SYSCALL in arch/i386/kernel/Makefile
  2013-01-05 17:12 what is SYSCALL in arch/i386/kernel/Makefile horseriver
@ 2013-01-06 12:01 ` richard -rw- weinberger
  2013-01-06  4:33   ` horseriver
  0 siblings, 1 reply; 4+ messages in thread
From: richard -rw- weinberger @ 2013-01-06 12:01 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* what is SYSCALL in arch/i386/kernel/Makefile
  2013-01-06  4:33   ` horseriver
@ 2013-01-06 14:18     ` richard -rw- weinberger
  0 siblings, 0 replies; 4+ messages in thread
From: richard -rw- weinberger @ 2013-01-06 14:18 UTC (permalink / raw)
  To: kernelnewbies

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-06 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05 17:12 what is SYSCALL in arch/i386/kernel/Makefile horseriver
2013-01-06 12:01 ` richard -rw- weinberger
2013-01-06  4:33   ` horseriver
2013-01-06 14:18     ` richard -rw- weinberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).