【求助】關於redhat 的核心編譯



贊助商連結


tengji
2003-10-30, 08:58 PM
小弟我是新手!!
在核心編譯上出了點問題!!
錯誤訊息ㄝ用命令導向

time.c:433: warning: `do_gettimeoffset_cyclone' defined but not used
{standard input}: Assembler messages:
{standard input}:1101: Warning: indirect lcall without `*'
{standard input}:1185: Warning: indirect lcall without `*'
{standard input}:1271: Warning: indirect lcall without `*'
{standard input}:1355: Warning: indirect lcall without `*'
{standard input}:1366: Warning: indirect lcall without `*'
{standard input}:1377: Warning: indirect lcall without `*'
{standard input}:1467: Warning: indirect lcall without `*'
{standard input}:1478: Warning: indirect lcall without `*'
{standard input}:1489: Warning: indirect lcall without `*'
{standard input}:1983: Warning: indirect lcall without `*'
{standard input}:2078: Warning: indirect lcall without `*'
bbootsect.s: Assembler messages:
bbootsect.s:257: Warning: indirect lcall without `*'
bsetup.s: Assembler messages:
bsetup.s:1463: Warning: indirect lcall without `*'
Root device is (3, 8)
Boot sector 512 bytes.
Setup is 2524 bytes.
System is 924 kB

贊助商連結


PHINEAR
2003-10-31, 11:13 PM
你的gcc是那個版本的,有修改任何最佳化參數嗎?
步驟如何,編譯的是那個版本的kernel?

tengji
2003-10-31, 11:22 PM
最初由 PHINEAR 發表
你的gcc是那個版本的,有修改任何最佳化參數嗎?
步驟如何,編譯的是那個版本的kernel?

我是安裝redhat 7.2
gcc沒有跟新過
ㄝ沒有最佳化任何參數!!
步驟是
make mrproper
make menuconfig
make dep
make clean
make bzImage
^^^^^^^^^^^^^
在這裡時就出錯了!!


我是編譯linux-2.4.22.

謝謝................