I've started trying to bring the scheduling simulator in synch with the current RTEMS master. Joel has created Trac Ticket #2679 ( https://devel.rtems.org/ticket/2679) for this task.
While trying to get the simulator to compile, GCC spits out the following error: In file included from /home/thedoctor/Programming/rtems/rtems/cpukit/score/include/rtems/score/threadq.h:25:0, from /home/thedoctor/Programming/rtems/rtems/cpukit/score/include/rtems/score/thread.h:35, from /home/thedoctor/Programming/rtems/rtems/cpukit/score/include/rtems/score/heap.h:22, from /home/thedoctor/Programming/rtems/rtems/cpukit/rtems/include/rtems/rtems/types.h:26, from /home/thedoctor/Programming/rtems/rtems/cpukit/rtems/include/rtems/rtems/config.h:24, from /home/thedoctor/Programming/rtems/rtems/cpukit/sapi/include/rtems/config.h:57, from ../../../rtems-schedsim/schedsim/rtems/rtems_init.c:25: /home/thedoctor/Programming/rtems/rtems/cpukit/score/include/rtems/score/rbtree.h:21:22: fatal error: sys/tree.h: No such file or directory Some scouting around reveals that the sys/tree.h header file is available in Newlib. However, I am unable to find a way to point the compiler in that direction for the scheduling simulator. Can someone please point me to the right set of Automake directives I'd require for this? -- Thanking You, Darshit Shah
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel