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
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
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
>