We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
which kernel should be used? Is it support ubuntu?
I am tried with 5.4 kernel, and 5.10-rc5. with ubuntu system
git clone https://github.com/kunpengcompute/KAEdriver cd kae_driver/ $ make make -C /lib/modules/uname -r/build M=/home/linaro/work/KAEdriver/kae_driver modules CONFIG_CC_STACKPROTECTOR_STRONG=y CONFIG_UACCE=m CONFIG_CRYPTO_QM_UACCE=m CONFIG_CRYPTO_DEV_HISI_SGL=m CONFIG_CRYPTO_DEV_HISI_QM=m CONFIG_CRYPTO_DEV_HISI_ZIP=m CONFIG_CRYPTO_DEV_HISI_HPRE=m CONFIG_CRYPTO_DEV_HISI_SEC2=m CONFIG_CRYPTO_DEV_HISI_RDE=m make[1]: Entering directory '/lib/modules/5.10.0-rc5-dirty/build' make[1]: *** No rule to make target 'modules'. Stop. make[1]: Leaving directory '/lib/modules/5.10.0-rc5-dirty/build' Makefile:16: recipe for target 'defaul' failed make: *** [defaul] Error 2
uname -r
5.4 kernel (defconfig)+ ubuntu make[1]: Entering directory '/lib/modules/5.4.0-dirty/build' make[1]: *** No rule to make target 'modules'. Stop. make[1]: Leaving directory '/lib/modules/5.4.0-dirty/build' Makefile:16: recipe for target 'defaul' failed make: *** [defaul] Error 2
The text was updated successfully, but these errors were encountered:
Check #8
Sorry, something went wrong.
No branches or pull requests
which kernel should be used? Is it support ubuntu?
I am tried with 5.4 kernel, and 5.10-rc5. with ubuntu system
git clone https://github.com/kunpengcompute/KAEdriver
cd kae_driver/
$ make
make -C /lib/modules/
uname -r
/build M=/home/linaro/work/KAEdriver/kae_driver modulesCONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_UACCE=m
CONFIG_CRYPTO_QM_UACCE=m
CONFIG_CRYPTO_DEV_HISI_SGL=m
CONFIG_CRYPTO_DEV_HISI_QM=m
CONFIG_CRYPTO_DEV_HISI_ZIP=m
CONFIG_CRYPTO_DEV_HISI_HPRE=m
CONFIG_CRYPTO_DEV_HISI_SEC2=m
CONFIG_CRYPTO_DEV_HISI_RDE=m
make[1]: Entering directory '/lib/modules/5.10.0-rc5-dirty/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/5.10.0-rc5-dirty/build'
Makefile:16: recipe for target 'defaul' failed
make: *** [defaul] Error 2
5.4 kernel (defconfig)+ ubuntu
make[1]: Entering directory '/lib/modules/5.4.0-dirty/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/5.4.0-dirty/build'
Makefile:16: recipe for target 'defaul' failed
make: *** [defaul] Error 2
The text was updated successfully, but these errors were encountered: