Linker error

I am facing below linker errors:

Unresolved symbol: __stack_chk_guard

Unresolved symbol: __stack_chk_fail

Compiler: armclang 6.16.2

In vectorcast unit test environment, I have tried to compile with -fno-stack-protector but it's not resolved.

I have also tried to link using -lssp but it's not available.

Please let me know how to resolve these errors.