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
On Armbian 21.02.3 Buster with Linux 5.15.80-meson I have this error: MODPOST /home/alfredo/rtl8821CU/Module.symvers ERROR: modpost: "__stack_chk_guard" [/home/alfredo/rtl8821CU/8821cu.ko] undefined! make[2]: *** [scripts/Makefile.modpost:133: /home/alfredo/rtl8821CU/Module.symvers] Error 1 make[2]: *** Deleting file '/home/alfredo/rtl8821CU/Module.symvers' make[1]: *** [Makefile:1815: modules] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-5.15.80-meson' make: *** [Makefile:2217: modules] Error 2
How can I fix, I'm just CONFIG_PLATFORM_ARM_RPI=y and HW is odroid C1+
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On Armbian 21.02.3 Buster with Linux 5.15.80-meson I have this error:
MODPOST /home/alfredo/rtl8821CU/Module.symvers
ERROR: modpost: "__stack_chk_guard" [/home/alfredo/rtl8821CU/8821cu.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:133: /home/alfredo/rtl8821CU/Module.symvers] Error 1
make[2]: *** Deleting file '/home/alfredo/rtl8821CU/Module.symvers'
make[1]: *** [Makefile:1815: modules] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.15.80-meson'
make: *** [Makefile:2217: modules] Error 2
How can I fix,
I'm just CONFIG_PLATFORM_ARM_RPI=y
and HW is odroid C1+
Thanks
The text was updated successfully, but these errors were encountered: