I'm trying to test the backward compatibility between QNX 6.6.0 and 6.5.0 (in concequence of an earlier question I've got). I compiled a relatively simple program using SDP6.6.0 and executed it on Neutrino 6.5.0. When I execute the program the follow runtime error pops up:
unknown symbol: __stack_chk_guard
ldd:FATAL: Could not resolve all symbols
What is causing this?..
(I've found the solution but it wasn't working rightaway. When I started writing this question I realized the error I made. For future reference I will provide the solution here as Q&A myself).