This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: should the compiler to build Kernel, kernel-debuginfo and systemtap be the same.


Srikar Dronamraju <srikar@linux.vnet.ibm.com> writes:

> Is there any reason why the C compiler used for building SystemTap
> is the same as what kernel was compiled with.

The issue is simply that the ABI for the existing kernel must match
the ABI for new module.  This may not require an exact match.  The
kernel build system tags modules with gcc generation codes such as
GCC34 or GCC41, so at least that need be satisfied.

- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]