There's a closed pull request on the mblaze repository use -fstack-protector-strong for both compiling and linking https://github.com/leahneukirchen/mblaze/pull/229 Description: gcc needs -fstack-protector-strong when linking else `__stack_chk_fail` and `__stack_chk_guard` are not defined (at least on Solaris).