We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.