<div dir="ltr"><div><div><div><div>hello again, <br></div>when i want to compile my program with gcc, the error message fatal error: litmus.h: No such file or directory, after i found the directory and compile again, error message shown fatal error: asm/cycles.h  No such file or directory, <br><br></div>my question, which directory i can find litmus.h, asm/cycles.h?<br><br></div>thanks<br><br></div>regards<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 29, 2015 at 6:23 PM, Björn Brandenburg <span dir="ltr"><<a href="mailto:bbb@mpi-sws.org" target="_blank">bbb@mpi-sws.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br>
> On 29 May 2015, at 13:13, Dhanny R <<a href="mailto:dhanker2626@gmail.com">dhanker2626@gmail.com</a>> wrote:<br>
><br>
> Hello Sir Björn<br>
><br>
> i have many question about LITMUS,<br>
> i'm interested because for my tesis research...<br>
> and i'm newbie for this<br>
><br>
> my question are :<br>
> 1. i have many task for testing in liblitmus, it's right if i edit from base_mt_task (multicore)<br>
> or base_task (single core) or i must create a new file from liblitmus directory?<br>
><br>
> 2. how can i compile the code that i build? if any tools must be installed like gcc or something else, in which directory i must installed? in liblitmus or any?<br>
><br>
> 3. if my step wrong, could you give me reference how step by step using this tools?<br>
><br>
> glad to know for the fast response<br>
<br>
<br>
</div></div>Dhany, I’m glad that you are interested in using LITMUS^RT for your thesis research, but the questions that you are now asking pertain to issues that are not LITMUS^RT specific and not appropriate for this mailing list. Some experience working with moderately complex C code bases and Linux is required to make use of LITMUS^RT.<br>
<br>
To answer your questions:<br>
<br>
1) You may organize your code any way you like. The two dummy skeletons exist to make starting up easier, but their use is entirely optional.<br>
<br>
2) Like most C libraries, liblitmus comes with a makefile. Of course a working gcc toolchain is required.<br>
<br>
3) I suggest you first learn how to build regular C programs on Linux, and how to use make. Once you know how to do that LITMUS^RT is fairly straightforward to use.<br>
<br>
Best regards,<br>
Björn<br>
<br>
<br>
_______________________________________________<br>
litmus-dev mailing list<br>
<a href="mailto:litmus-dev@lists.litmus-rt.org">litmus-dev@lists.litmus-rt.org</a><br>
<a href="https://lists.litmus-rt.org/listinfo/litmus-dev" target="_blank">https://lists.litmus-rt.org/listinfo/litmus-dev</a><br>
</blockquote></div><br></div>