> On 11-Apr-2020, at 11:37 AM, Utkarsh Rai <utkarsh.ra...@gmail.com> wrote: > > > I encountered linkage error while building test using the test framework, in > particular > undefined reference to `_Stack_Space_size' > undefined reference to `_Thread_Initial_thread_count' > > While building test file through the test framework my makefile configuration > is ( I took the libtests/ttest01 configuration as a refernce) - > > if TEST_psxclocknanosleep01 > psx_tests += psxclocknanosleep01 > psxclocknanosleep01_SOURCES = psxclocknanosleep01/init.c > psxclocknanosleep01_CPPFLAGS = $(AM_CPPFLAGS) \ > $(TEST_FLAGS_psxclocknanosleep01) $(support_includes) \ > > endif > > Can someone kindly point out, what is it that I am doing wrong? The error is not due to make file You haven’t been included the required headers I think it is due to Missing #define CONFIGURE_INIT #include <rtems/confdefs.h>
-Eshan > > _______________________________________________ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel