All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: Lauener Nathan <Nathan.Lauener@domain.hid>
Cc: adeos-main@gna.org
Subject: Re: [Adeos-main] ipipe/tracer.c compiling error
Date: Wed, 03 May 2006 13:46:44 +0200	[thread overview]
Message-ID: <44589824.1080204@domain.hid> (raw)
In-Reply-To: <AD78122AD7C05B4B936EBAD7F49738C0AB2B39@domain.hid>

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

Lauener Nathan wrote:
> Hi, 
> I just patched my adeos enhanced kernel with
> "ipipe-tracer-2.6.15-i386-1.3.0-00.patch". When compiling the kernel
> with the tracer switched on I get the following compile error:
> kernel/ipipe/tracer.c:122: error: bad syntax before "void". It seems the
> compiler does not recognice "notrace". Did I miss something when
> patching the kernel?

notrace is defined in the patched linkage.h, and this one comes with
your patch revision:

--- 2.6.15/include/linux/linkage.h
+++ 2.6.15-ipipe/include/linux/linkage.h
@@ -51,4 +51,8 @@
 #define fastcall
 #endif

+#ifndef notrace
+#define notrace		__attribute__((no_instrument_function))
+#endif
+
 #endif

Moreover, just yesterday I compiled a 2.6.15.3 kernel with that revision
+ tracer but without problems... strange.

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]

      reply	other threads:[~2006-05-03 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-03 10:39 [Adeos-main] ipipe/tracer.c compiling error Lauener Nathan
2006-05-03 11:46 ` Jan Kiszka [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44589824.1080204@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=Nathan.Lauener@domain.hid \
    --cc=adeos-main@gna.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.