Re: l4/sys/syscalls.h: No such file or directory
David Leimbach <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
I haven't looked in a while to be honest but many platforms generate their syscalls.h files. I'm wondering if the build time dependencies to generate it are working properly if that's why it is missing. Sent from my iPhone > On Aug 19, 2014, at 5:39 AM, Valentin Hauner <[email protected]> wrote: > > Hi, > > I'm doing a 'make O=/path/to/l4re-builddir' in that directory where the > file main.c is located. > Or what do you mean by usually generated? > > Best regards, > Valentin > >> On 08/19/2014 02:34 PM, David Leimbach wrote: >> Is it usually generated? >> >> Sent from my iPhone >> >> >>> On Aug 19, 2014, at 5:20 AM, Valentin Hauner <[email protected]> wrote: >>> >>> Hi, >>> >>> I'm using the following example provided by Michael Hohmuth in 2000 to >>> create new tasks and threads: >>> http://os.inf.tu-dresden.de/pipermail/l4-hackers/2000/000384.html >>> >>> I've placed the code in a copy of the hello example, but added >>> >>>> REQUIRES_LIBS = l4sys >>> to the Makefile. >>> The directory structure is located at './l4/pkg/taskcreat'. >>> >>> Nevertheless, compilation is terminated due to a fatal error: >>> >>>> ./l4/pkg/taskcreat/server/src/main.c:5:29: fatal error: >>> l4/sys/syscalls.h: No such file or directory >>> >>> Why is syscalls.h missing here? >>> >>> Best regards, >>> Valentin >>> >>> _______________________________________________ >>> l4-hackers mailing list >>> [email protected] >>> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers >>>