2003-06-23 10:09:06

by yiding_wang

[permalink] [raw]
Subject: Linux-2.5.71 kernel compile error

Team,

I got failure on compiling the kernel in one of SuperMicro signle CPU system. It has a Linux 2.4.2 on it.
The message is "Unknown Pseudo-op: '.incbin'"

The file brings the trouble is arch/i386/kernel/vsyscall.S.

I think it must be a configuration problem but don't know which one is causing the trouble. I am using menuconfig to change the configuration.

Any suggestion?

Thanks!

Eddie


2003-06-23 19:54:31

by Sam Ravnborg

[permalink] [raw]
Subject: Re: Linux-2.5.71 kernel compile error

On Fri, Jun 20, 2003 at 04:05:12PM -0600, [email protected] wrote:
> Team,
>
> I got failure on compiling the kernel in one of SuperMicro signle CPU system. It has a Linux 2.4.2 on it.
> The message is "Unknown Pseudo-op: '.incbin'"

As per Documentation/Changes ld -v shall say at least: 2.12

You need to upgrade your binutils.

Sam

2003-06-24 16:49:46

by yiding_wang

[permalink] [raw]
Subject: RE: Linux-2.5.71 kernel compile error

Thanks Sam!

> -----Original Message-----
> From: Sam Ravnborg [mailto:[email protected]]
> Sent: Monday, June 23, 2003 1:09 PM
> To: [email protected]
> Cc: [email protected]
> Subject: Re: Linux-2.5.71 kernel compile error
>
>
> On Fri, Jun 20, 2003 at 04:05:12PM -0600,
> [email protected] wrote:
> > Team,
> >
> > I got failure on compiling the kernel in one of SuperMicro
> signle CPU system. It has a Linux 2.4.2 on it.
> > The message is "Unknown Pseudo-op: '.incbin'"
>
> As per Documentation/Changes ld -v shall say at least: 2.12
>
> You need to upgrade your binutils.
>
> Sam
>