* [Adeos-main] ipipe/tracer.c compiling error @ 2006-05-03 10:39 Lauener Nathan 2006-05-03 11:46 ` Jan Kiszka 0 siblings, 1 reply; 2+ messages in thread From: Lauener Nathan @ 2006-05-03 10:39 UTC (permalink / raw) To: adeos-main [-- Attachment #1: Type: text/plain, Size: 382 bytes --] 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? Thanks for your help Nathan [-- Attachment #2: Type: text/html, Size: 976 bytes --] ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Adeos-main] ipipe/tracer.c compiling error 2006-05-03 10:39 [Adeos-main] ipipe/tracer.c compiling error Lauener Nathan @ 2006-05-03 11:46 ` Jan Kiszka 0 siblings, 0 replies; 2+ messages in thread From: Jan Kiszka @ 2006-05-03 11:46 UTC (permalink / raw) To: Lauener Nathan; +Cc: adeos-main [-- 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 --] ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-05-03 11:46 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2006-05-03 10:39 [Adeos-main] ipipe/tracer.c compiling error Lauener Nathan 2006-05-03 11:46 ` Jan Kiszka
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.