<div dir="ltr"><div>I encountered linkage error while building test using the test framework, in particular </div><div>undefined reference to `_Stack_Space_size'<br></div><div>undefined reference to `_Thread_Initial_thread_count'</div><div><br></div><div>While building test file through the test framework my makefile configuration is ( I took the libtests/ttest01 configuration as a refernce) -</div><div><br></div><div>if TEST_psxclocknanosleep01<br>psx_tests += psxclocknanosleep01<br>psxclocknanosleep01_SOURCES = psxclocknanosleep01/init.c psxclocknanosleep01_CPPFLAGS = $(AM_CPPFLAGS) \<br>        $(TEST_FLAGS_psxclocknanosleep01) $(support_includes) \<br><br>endif<br></div><div><br></div><div>Can someone kindly point out, what is it that I am doing wrong?</div><br></div>