Hi l4-hackers, I'm trying to compile the L4 Runtime for the x86 arch, using the latest snapshot (l4re-snapshot-2011062216). After "make setup" and "make", the following error interrupts the build process: "/home/giowck/tests/l4re-snapshot-2011062216/src/l4/pkg/uclibc-minimal/libc/Make.rules:22: *** unkwon source file: libc/signal/sigsetops.h. Abort." The full output of the make command is available on a pastebin [1]. I'm using: gcc-Version 4.6.1 (GCC), see [2] for the full "gcc -v" output. My system is Arch Linux i686. Maybe anyone can give me a hint? Thank you, Giorgio [1] http://pastebin.com/r4K4SFef [2] http://pastebin.com/1zLnLy9w
On Thu Aug 11, 2011 at 14:47:09 +0200, giowck wrote:
After "make setup" and "make", the following error interrupts the build process:
"/home/giowck/tests/l4re-snapshot-2011062216/src/l4/pkg/uclibc-minimal/libc/Make.rules:22: *** unkwon source file: libc/signal/sigsetops.h. Abort."
Please update. This was caused by a behaviour change of make-3.82. Adam -- Adam adam@os.inf.tu-dresden.de Lackorzynski http://os.inf.tu-dresden.de/~adam/
Am 12.08.2011 08:33, schrieb Adam Lackorzynski:
On Thu Aug 11, 2011 at 14:47:09 +0200, giowck wrote:
After "make setup" and "make", the following error interrupts the build process:
"/home/giowck/tests/l4re-snapshot-2011062216/src/l4/pkg/uclibc-minimal/libc/Make.rules:22: *** unkwon source file: libc/signal/sigsetops.h. Abort." Please update. This was caused by a behaviour change of make-3.82.
Adam Thank you Adam, with make-3.81 compiled and added to my local PATH variable it works correctly now.
participants (2)
-
Adam Lackorzynski -
giowck