Quantcast
Channel: Linux Device Hacking
Viewing all articles
Browse latest Browse all 3247

Problem compiling Linux Kernel 4.4.89 Oxnas (no replies)

$
0
0
Error compiled kernel linux-4.4.89

  CC      drivers/ata/libahci_platform.o
  CC      drivers/ata/sata_oxnas.o
drivers/ata/sata_oxnas.c:32:24: fatal error: mach/utils.h: Нет такого файла или каталога (no found)
 #include <mach/utils.h>
                        ^
compilation terminated.
scripts/Makefile.build:258: ошибка выполнения рецепта для цели «drivers/ata/sata_oxnas.o»
make[2]: *** [drivers/ata/sata_oxnas.o] Ошибка 1
scripts/Makefile.build:403: ошибка выполнения рецепта для цели «drivers/ata»
make[1]: *** [drivers/ata] Ошибка 2
Makefile:964: ошибка выполнения рецепта для цели «drivers»
make: *** [drivers] Ошибка 2
user@debian:~/Openwrt/linux-stable$

no found mach/utils.h

linux-4.4.89-oxnas-tld-1.patch worked fine (creates including utils.h)
linux-stable/arch/arm/mach-oxnas/include/mach/utils.h in place
config-4.4.89-oxnas-tld-1 replaced in .config

What could be the problem?

P.S.
Sources received this way
git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
git checkout v4.4.89

Viewing all articles
Browse latest Browse all 3247

Trending Articles