LINUX.ORG.RU

Проблемы компиляции 2.4.1?


0

0

Привет!
При компиляции ядра (cd /usr/src/linux; make clean; make xconfig) все проходит вроде гладко. Однако на одном из этапов наблюдается:

gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686 -c -o pci-pc.o pci-pc.c
{standard input}: Assembler messages:
{standard input}:802: Warning: indirect lcall without `*'
{standard input}:887: Warning: indirect lcall without `*'
{standard input}:973: Warning: indirect lcall without `*'
{standard input}:1011: Warning: indirect lcall without `*'
{standard input}:1043: Warning: indirect lcall without `*'
{standard input}:1075: Warning: indirect lcall without `*'
{standard input}:1106: Warning: indirect lcall without `*'
{standard input}:1135: Warning: indirect lcall without `*'
{standard input}:1164: Warning: indirect lcall without `*'
{standard input}:1451: Warning: indirect lcall without `*'
{standard input}:1547: Warning: indirect lcall without `*'

Это что? Очередной баг ядра? Если да, то опасно ли это и можно ли поправить?
P.S. Кстати, то же самое возникает и при компиляции 2.4.2.

anonymous

сначала make xconfig затем make dep и потом make clean и не используй папку /usr/src это указано в linux/README ( забит пакет kernel-header) переустанови его

anonymous
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.