* Problem compiling linux-2.6.8.1......
@ 2004-10-12 12:51 Stephan
2004-10-12 14:11 ` Adrian Bunk
0 siblings, 1 reply; 8+ messages in thread
From: Stephan @ 2004-10-12 12:51 UTC (permalink / raw)
To: linux-kernel
I'm trying to compile linux-2.6.8.1 but I'm getting the following error when
doing a make.
LD .tmp_vmlinux1
ld: cannot open kernel/built-in.o: No such file or directory
make: *** [.tmp_vmlinux1] Error 1
Any ideas would be apreciated.
Kind Regards
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Problem compiling linux-2.6.8.1......
2004-10-12 12:51 Problem compiling linux-2.6.8.1 Stephan
@ 2004-10-12 14:11 ` Adrian Bunk
2004-10-12 14:33 ` Stephan
0 siblings, 1 reply; 8+ messages in thread
From: Adrian Bunk @ 2004-10-12 14:11 UTC (permalink / raw)
To: Stephan; +Cc: linux-kernel
On Tue, Oct 12, 2004 at 02:51:20PM +0200, Stephan wrote:
> I'm trying to compile linux-2.6.8.1 but I'm getting the following error
> when doing a make.
>
> LD .tmp_vmlinux1
> ld: cannot open kernel/built-in.o: No such file or directory
> make: *** [.tmp_vmlinux1] Error 1
>
> Any ideas would be apreciated.
This shouldn't be the first error.
Did you observe any other errors before?
> Kind Regards
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Problem compiling linux-2.6.8.1......
2004-10-12 14:11 ` Adrian Bunk
@ 2004-10-12 14:33 ` Stephan
2004-10-12 14:49 ` Richard B. Johnson
0 siblings, 1 reply; 8+ messages in thread
From: Stephan @ 2004-10-12 14:33 UTC (permalink / raw)
To: Adrian Bunk; +Cc: linux-kernel
I've tried to recompile the kernel and watched very carefully for anything
out off the ordinary but could not find anything that might relate to an
error message.
Is there anything specific I should keep any eye out for?
Kind Regards
Steph
----- Original Message -----
From: "Adrian Bunk" <bunk@stusta.de>
To: "Stephan" <support@bbi.co.bw>
Cc: <linux-kernel@vger.kernel.org>
Sent: Tuesday, October 12, 2004 4:11 PM
Subject: Re: Problem compiling linux-2.6.8.1......
> On Tue, Oct 12, 2004 at 02:51:20PM +0200, Stephan wrote:
>
>> I'm trying to compile linux-2.6.8.1 but I'm getting the following error
>> when doing a make.
>>
>> LD .tmp_vmlinux1
>> ld: cannot open kernel/built-in.o: No such file or directory
>> make: *** [.tmp_vmlinux1] Error 1
>>
>> Any ideas would be apreciated.
>
> This shouldn't be the first error.
>
> Did you observe any other errors before?
>
>> Kind Regards
>
> cu
> Adrian
>
> --
>
> "Is there not promise of rain?" Ling Tan asked suddenly out
> of the darkness. There had been need of rain for many days.
> "Only a promise," Lao Er said.
> Pearl S. Buck - Dragon Seed
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Problem compiling linux-2.6.8.1......
2004-10-12 14:33 ` Stephan
@ 2004-10-12 14:49 ` Richard B. Johnson
2004-10-12 16:51 ` Stephan
0 siblings, 1 reply; 8+ messages in thread
From: Richard B. Johnson @ 2004-10-12 14:49 UTC (permalink / raw)
To: Stephan; +Cc: Adrian Bunk, linux-kernel
On Tue, 12 Oct 2004, Stephan wrote:
> I've tried to recompile the kernel and watched very carefully for anything
> out off the ordinary but could not find anything that might relate to an
> error message.
>
> Is there anything specific I should keep any eye out for?
>
> Kind Regards
> Steph
Do:
script
make clean
make
exit
Whatever happened is now in file typescript.
Cheers,
Dick Johnson
Penguin : Linux version 2.6.8 on an i686 machine (5537.79 BogoMips).
Note 96.31% of all statistics are fiction.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Problem compiling linux-2.6.8.1......
2004-10-12 14:49 ` Richard B. Johnson
@ 2004-10-12 16:51 ` Stephan
2004-10-12 17:02 ` Richard B. Johnson
0 siblings, 1 reply; 8+ messages in thread
From: Stephan @ 2004-10-12 16:51 UTC (permalink / raw)
To: root; +Cc: linux-kernel
I've created the typescript as suggested but the only thing I found that
seemed out off place is the following line, altough I don't think it's got
anything todo with the error I'm getting.
CC [M] fs/binfmt_misc.o
include/asm/string.h:32: warning: `strcpy' defined but not used
Everyhting else seems normal.
Kind regards
steph
----- Original Message -----
From: "Richard B. Johnson" <root@chaos.analogic.com>
To: "Stephan" <support@bbi.co.bw>
Cc: "Adrian Bunk" <bunk@stusta.de>; <linux-kernel@vger.kernel.org>
Sent: Tuesday, October 12, 2004 4:49 PM
Subject: Re: Problem compiling linux-2.6.8.1......
> On Tue, 12 Oct 2004, Stephan wrote:
>
>> I've tried to recompile the kernel and watched very carefully for
>> anything out off the ordinary but could not find anything that might
>> relate to an error message.
>>
>> Is there anything specific I should keep any eye out for?
>>
>> Kind Regards
>> Steph
>
> Do:
>
> script
>
> make clean
> make
>
> exit
>
> Whatever happened is now in file typescript.
>
>
>
> Cheers,
> Dick Johnson
> Penguin : Linux version 2.6.8 on an i686 machine (5537.79 BogoMips).
> Note 96.31% of all statistics are fiction.
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Problem compiling linux-2.6.8.1......
2004-10-12 16:51 ` Stephan
@ 2004-10-12 17:02 ` Richard B. Johnson
2004-10-12 17:04 ` Stephan
0 siblings, 1 reply; 8+ messages in thread
From: Richard B. Johnson @ 2004-10-12 17:02 UTC (permalink / raw)
To: Stephan; +Cc: linux-kernel
On Tue, 12 Oct 2004, Stephan wrote:
> I've created the typescript as suggested but the only thing I found that
> seemed out off place is the following line, altough I don't think it's got
> anything todo with the error I'm getting.
>
> CC [M] fs/binfmt_misc.o
> include/asm/string.h:32: warning: `strcpy' defined but not used
>
This shouldn't happen. It's a definition in a header file!
It looks line the 'inline' gnu-ism isn't working! Could you
publish the result of
gcc --version
>
> Everyhting else seems normal.
>
> Kind regards
> steph
>
> ----- Original Message ----- From: "Richard B. Johnson"
> <root@chaos.analogic.com>
> To: "Stephan" <support@bbi.co.bw>
> Cc: "Adrian Bunk" <bunk@stusta.de>; <linux-kernel@vger.kernel.org>
> Sent: Tuesday, October 12, 2004 4:49 PM
> Subject: Re: Problem compiling linux-2.6.8.1......
>
>
>> On Tue, 12 Oct 2004, Stephan wrote:
>>
>>> I've tried to recompile the kernel and watched very carefully for anything
>>> out off the ordinary but could not find anything that might relate to an
>>> error message.
>>>
>>> Is there anything specific I should keep any eye out for?
>>>
>>> Kind Regards
>>> Steph
>>
>> Do:
>>
>> script
>>
>> make clean
>> make
>>
>> exit
>>
>> Whatever happened is now in file typescript.
>>
>>
>>
>> Cheers,
>> Dick Johnson
>> Penguin : Linux version 2.6.8 on an i686 machine (5537.79 BogoMips).
>> Note 96.31% of all statistics are fiction.
>>
>> -
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at http://www.tux.org/lkml/
>>
>
>
Cheers,
Dick Johnson
Penguin : Linux version 2.6.8 on an i686 machine (5537.79 BogoMips).
Note 96.31% of all statistics are fiction.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Problem compiling linux-2.6.8.1......
2004-10-12 17:02 ` Richard B. Johnson
@ 2004-10-12 17:04 ` Stephan
2004-10-12 19:21 ` Lee Revell
0 siblings, 1 reply; 8+ messages in thread
From: Stephan @ 2004-10-12 17:04 UTC (permalink / raw)
To: root; +Cc: linux-kernel
gcc (GCC) 3.2.3 20030502
----- Original Message -----
From: "Richard B. Johnson" <root@chaos.analogic.com>
To: "Stephan" <support@bbi.co.bw>
Cc: <linux-kernel@vger.kernel.org>
Sent: Tuesday, October 12, 2004 7:02 PM
Subject: Re: Problem compiling linux-2.6.8.1......
> On Tue, 12 Oct 2004, Stephan wrote:
>
>> I've created the typescript as suggested but the only thing I found that
>> seemed out off place is the following line, altough I don't think it's
>> got anything todo with the error I'm getting.
>>
>> CC [M] fs/binfmt_misc.o
>> include/asm/string.h:32: warning: `strcpy' defined but not used
>>
>
> This shouldn't happen. It's a definition in a header file!
> It looks line the 'inline' gnu-ism isn't working! Could you
> publish the result of
> gcc --version
>
>
>>
>> Everyhting else seems normal.
>>
>> Kind regards
>> steph
>>
>> ----- Original Message ----- From: "Richard B. Johnson"
>> <root@chaos.analogic.com>
>> To: "Stephan" <support@bbi.co.bw>
>> Cc: "Adrian Bunk" <bunk@stusta.de>; <linux-kernel@vger.kernel.org>
>> Sent: Tuesday, October 12, 2004 4:49 PM
>> Subject: Re: Problem compiling linux-2.6.8.1......
>>
>>
>>> On Tue, 12 Oct 2004, Stephan wrote:
>>>
>>>> I've tried to recompile the kernel and watched very carefully for
>>>> anything out off the ordinary but could not find anything that might
>>>> relate to an error message.
>>>>
>>>> Is there anything specific I should keep any eye out for?
>>>>
>>>> Kind Regards
>>>> Steph
>>>
>>> Do:
>>>
>>> script
>>>
>>> make clean
>>> make
>>>
>>> exit
>>>
>>> Whatever happened is now in file typescript.
>>>
>>>
>>>
>>> Cheers,
>>> Dick Johnson
>>> Penguin : Linux version 2.6.8 on an i686 machine (5537.79 BogoMips).
>>> Note 96.31% of all statistics are fiction.
>>>
>>> -
>>> To unsubscribe from this list: send the line "unsubscribe linux-kernel"
>>> in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>> Please read the FAQ at http://www.tux.org/lkml/
>>>
>>
>>
>
> Cheers,
> Dick Johnson
> Penguin : Linux version 2.6.8 on an i686 machine (5537.79 BogoMips).
> Note 96.31% of all statistics are fiction.
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: Problem compiling linux-2.6.8.1......
2004-10-12 17:04 ` Stephan
@ 2004-10-12 19:21 ` Lee Revell
0 siblings, 0 replies; 8+ messages in thread
From: Lee Revell @ 2004-10-12 19:21 UTC (permalink / raw)
To: Stephan; +Cc: root, linux-kernel
On Tue, 2004-10-12 at 13:04, Stephan wrote:
> gcc (GCC) 3.2.3 20030502
>
I think there is a bug in this exact version that screw up inlining,
don't remember where it was reported. Try a different GCC version.
Lee
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-10-12 19:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-12 12:51 Problem compiling linux-2.6.8.1 Stephan
2004-10-12 14:11 ` Adrian Bunk
2004-10-12 14:33 ` Stephan
2004-10-12 14:49 ` Richard B. Johnson
2004-10-12 16:51 ` Stephan
2004-10-12 17:02 ` Richard B. Johnson
2004-10-12 17:04 ` Stephan
2004-10-12 19:21 ` Lee Revell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox