Systemtap source compile for ARM arch

Frank Ch. Eigler fche@redhat.com
Wed Jul 11 17:02:00 GMT 2007


Naren chandru <naren_lin@yahoo.co.in> writes:

> [...]  Now I am trying to build it for ARM architecture. I don't
> know how to cross compile systemtap for ARM architecture. [...]

If you mean building a systemtap binary that will run on an ARM host
(and thus run a native ARM compiler to build the modules), this is how
it should work:

PATH=...path.to.arm.toolchain..:$PATH .../configure --host=CONFIG_TRIPLET ...

However, this breaks for a few different reasons.  One of them is the
missing passing down of "--host" to a bundled elfutils build, which is
the likely configuration for a cross tool.  There are some other
obstacles.  But in principle, it should be workable.

- FChE



More information about the Systemtap mailing list