No I haven't found any solution yet. The Diva build script tries to compile the drivers with the gcc option -fstack-protector-strong but I am using gcc version 4.8.5 and this option is only supported in gcc 4.9. No idea why the build script tries to use this option, it should notice that I have gcc 4.8.5 and use the -fstack-protector option (CONFIG_CC_STACKPROTECTOR_REGULAR). Could the reason be that the kernel has been compiled with gcc 4.9? How can I tell the Diva build script to use -fstack-protector instead of -fstack-protector-strong?
↧