All of lore.kernel.org
 help / color / mirror / Atom feed
* Building gdbserver only
@ 2008-04-14 20:04 Geoffrey Wossum
  2008-04-14 22:58 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Geoffrey Wossum @ 2008-04-14 20:04 UTC (permalink / raw)
  To: Openembedded-devel

Hi all,

I'm working on getting OE to build gdb-6.7.1.atmel.1.0.3 for the AVR32.  I 
have the gdb-cross working, but gdb is a little tricker.  gdb has not been 
ported to be hosted on the AVR32, so do_compile() quits when running the 
gdb/configure script.

It does support building gdbserver for the AVR32, though.  Trouble is, there 
doesn't seem to be an "easy" way to build just gdbserver.  To build just 
gdbserver, you run the gdb-${PV}/gdb/gdbserver/configure instead of 
gdb-${PV}/configure.  oe_runconf() substitutes the value of ${S} in.  If you 
try to modify ${S} so that oe_runconf() executes the correct configure 
script, then ${S} is screwed  up for do_patch() and the patches won't apply.  

Any ideas on how to solve this dillemma?

---
Geoffrey



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

end of thread, other threads:[~2008-04-15 14:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-14 20:04 Building gdbserver only Geoffrey Wossum
2008-04-14 22:58 ` Khem Raj
2008-04-15 14:43   ` Geoffrey Wossum

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.