Hi list,

I tried to build the latest git version ofcryptodev on arm arch linux.
The used kernel version is:

uname -a
Linux <hostname> 4.8.1-1-ARCH #1 Sun Oct 9 19:47:11 MDT 2016 armv7l
GNU/Linux

sudo make install 
reports:

make -C /lib/modules/4.8.1-1-ARCH/build M= modules_install
make[1]: Entering directory '/usr/lib/modules/4.8.1-1-ARCH/build'
scripts/kconfig/conf  --silentoldconfig Kconfig
drivers/ras/Kconfig:33: can't open file "arch/x86/ras/Kconfig"
make[3]: *** [scripts/kconfig/Makefile:38: silentoldconfig] Error 1
make[2]: *** [Makefile:545: silentoldconfig] Error 2
cp: cannot stat './modules.order': No such file or directory
make[1]: *** [Makefile:1205: _modinst_] Error 1
make[1]: Leaving directory '/usr/lib/modules/4.8.1-1-ARCH/build'
make: *** [Makefile:35: modules_install] Error 2


/usr/lib/modules/4.8.1-1-ARCH/build/drivers/ras/Kconfig shows

if RAS

source arch/x86/ras/Kconfig

endif

But the file arch/x86/Kconfig does not exist.

Header files seem to be installed this time:

core/linux-am33x-headers
4.8.1-1 [installed] Header files and scripts for building modules for

linux kernel - TI AM335x Beaglebone (Black) core/linux-api-headers 4.7-1
[installed] Kernel headers sanitized for use in userspace

Is the error depending on the missing header file or can this be fixed
in cryptodev Makefile somehow?

Regards,
Sebastian

PS: Please CC me because I'm not subscribed to this mailing list.

_______________________________________________
Cryptodev-linux-devel mailing list
Cryptodev-linux-devel@gna.org
https://mail.gna.org/listinfo/cryptodev-linux-devel

Reply via email to