Skip to content
New issue

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

Build firmware error #19

Open
hostkit opened this issue Aug 2, 2021 · 0 comments
Open

Build firmware error #19

hostkit opened this issue Aug 2, 2021 · 0 comments

Comments

@hostkit
Copy link

hostkit commented Aug 2, 2021

uname -r
5.9.0-arm-64
`make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/5.9.0-arm-64/build M=/root/reltek/rtl8188fu modules

make[1]: Entering directory '/usr/src/linux-headers-5.9.0-arm-64'
  MODPOST /root/reltek/rtl8188fu/Module.symvers
ERROR: modpost: "__stack_chk_guard" [/root/reltek/rtl8188fu/rtl8188fu.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:111: /root/reltek/rtl8188fu/Module.symvers] Error 1
make[2]: *** Deleting file '/root/reltek/rtl8188fu/Module.symvers'
make[1]: *** [Makefile:1697: modules] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.9.0-arm-64'
make: *** [Makefile:435: modules] Error 2
root@arm-64:~/reltek/rtl8188fu# make CFLAGS='-fstack-protector-all'             make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/5.9.0-arm-64/build M=/root/reltek/rtl8188fu  modules
make[1]: Entering directory '/usr/src/linux-headers-5.9.0-arm-64'
  MODPOST /root/reltek/rtl8188fu/Module.symvers
ERROR: modpost: "__stack_chk_guard" [/root/reltek/rtl8188fu/rtl8188fu.ko] undefined!
make[2]: *** [scripts/Makefile.modpost:111: /root/reltek/rtl8188fu/Module.symvers] Error 1
make[2]: *** Deleting file '/root/reltek/rtl8188fu/Module.symvers'
make[1]: *** [Makefile:1697: modules] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.9.0-arm-64'
make: *** [Makefile:435: modules] Error 2`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant