public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* best practices on gcc building host tool for cross arch
@ 2007-01-12 18:21 tmike
  2007-01-14 19:13 ` Michael Eager
  0 siblings, 1 reply; 4+ messages in thread
From: tmike @ 2007-01-12 18:21 UTC (permalink / raw)
  To: gcc-help


Folks,

I am trying to build a simple elf file parsing tool.
Tool runs on a host, but wants to be able to parse core files
from embedded architectures.
host = x86
embedded = arm

In order to parse the embedded core file, the tool needs to see
and read the embedded kernel header files.

I would guess a version of gdb that runs on a host and debugs
a different target has similar issues.

Are there any "best-practices" for configuring/building/using gcc
in this manner?

This isn't strictly a "cross-compilation" build of gcc.
Cheers,
T.mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-01-15 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-12 18:21 best practices on gcc building host tool for cross arch tmike
2007-01-14 19:13 ` Michael Eager
2007-01-15 18:15   ` T Michael Turney
2007-01-15 18:32     ` Michael Eager

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).