This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
How to give compiler arguments
- From: Martin Martin <martin at infinio dot com>
- To: systemtap at sourceware dot org
- Date: Fri, 6 Sep 2013 14:42:07 -0400
- Subject: How to give compiler arguments
- Authentication-results: sourceware.org; auth=none
Hi,
If I put:
%{
#include "stdint.h"
%}
at the start of my probe script, stap says:
In file included from
/tmp/stapR3xMcm/stap_a41ca76a927c0e462ab230035f8677ed_1654_src.c:24:0:
/usr/lib/gcc/x86_64-linux-gnu/4.7/include/stdint.h:3:26: error: no
include path in which to search for stdint.h
make[1]: *** [/tmp/stapR3xMcm/stap_a41ca76a927c0e462ab230035f8677ed_1654_src.o]
Error 1
Is there a way to give some extra arguments to the compiler to resolve
this? Or am I out of luck because it's a kernel module?
Thanks,
Martin