[LITMUS^RT] Litmus RT help

Björn Brandenburg bbb at mpi-sws.org
Mon Feb 4 17:48:10 CET 2013


On Feb 4, 2013, at 5:35 PM, Mihai-Iulian Gheorghe <gheorghe at student.chalmers.se> wrote:
>  
> For the moment I am just trying to get started, but I am encountering some compilation problems. The errors:
>  
> litmus/sched_pfp.c: In function ‘pfp_schedule’:
> litmus/sched_pfp.c:229:4: error: ‘struct rt_param’ has no member named ‘priority_boosted’
> litmus/sched_pfp.c:237:5: error: ‘struct rt_param’ has no member named ‘priority_boosted’
> make[1]: *** [litmus/sched_pfp.o] Error 1
> make: *** [litmus] Error 2 

Some debug macros reference a field that's only compiled in when locking support is enabled. Try enabling CONFIG_LITMUS_LOCKING as a workaround.

- Björn






More information about the litmus-dev mailing list