Fiasco-UX build problem
Stefan K.
sk852421 at mail.inf.tu-dresden.de
Thu Jan 27 17:51:54 CET 2005
Am Donnerstag, 27. Januar 2005 17:56 schrieb Adam Lackorzynski:
> On Thu Jan 27, 2005 at 17:29:22 +0100, Stefan K. wrote:
> > exactly, it looks similar, but it's missing the noinline argument:
> >
> > __attribute__ (()) __attribute__ ((noreturn))
> > void
> > Kernel_thread::run()
> > {
>
> Strange. At the top of the .i file, there should be something like this:
>
> #define FIASCO_NOINLINE __attribute__ ((noinline))
>
> Right?
yes, it is.
>
> And probably show the output of "grep noinline kernel_thread.i".
>
[sk852421 at nautilus build]$ grep noinline kernel_thread.i
#define __attribute_noinline__ __attribute__ ((__noinline__))
#define FIASCO_NOINLINE __attribute__ ((noinline))
#define noinline
__attribute__ ((noinline)) __attribute__ ((noreturn))
you can find my kernel_thread.i at:
http://www.inf.tu-dresden.de/~sk852421/fiasco/kernel_thread.i
and perhaps you want my auto/kernel_thread.cc:
http://www.inf.tu-dresden.de/~sk852421/fiasco/kernel_thread.cc
>
>
> Adam
--
PGP-Schlüssel zu finden unter:
http://www.inf.tu-dresden.de/~sk852421
More information about the l4-hackers
mailing list