Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Multi-Arch symbol read warning message
@ 2003-02-20 22:30 mrcompiler
  2003-02-21  4:23 ` Jim Blandy
  2003-02-22  3:46 ` Andrew Cagney
  0 siblings, 2 replies; 6+ messages in thread
From: mrcompiler @ 2003-02-20 22:30 UTC (permalink / raw)
  To: gdb

I am building a multi-arch version of GDB for handling ELF format core files 
for the ARM and PowerPC processors running on vxWorks. In order to get 
everything to build I combined the information from 
config/powerpc/vxworks.mt and config/arm/embed.mt and made the appropriate 
changes necessary to compile with GDB_MULTI_ARCH=GDB_MULTI_ARCH_PURE. 

The top level config is: 

./configure --target=arm-vxworks --enable-targets=strongarm-coff, 
powerpc-elf, strongarm-elf 

I was not able to get it working with --enable-targets=all since bfd 
couldn't resolve the appropriate architecture, but that's a secondary issue. 

I had to set the target to arm-vxworks instead of powerpc-vxworks in order 
to get the appropriate remote stuff to link. Otherwise it was off to hack 
the configure.in and related files which seemed like an extraordinary amount 
of unecessary work. 

Everything seems to work fine except for one, probably cosmetic, issue. When 
I load a PowerPC symbol-file I get the warning 

"unknown symbol descriptor `;`" which doesn't appear if I build a "pure" 
powerpc-vxworks target. 

Using gdb on gdb it seems like this is related somehow to the native target. 

I have two questions: 

1) does this indicate a significant issue? 

2) If not is there a solution other than suppressing the warning in 
dbxread.c? 

A prompt response would be appreciated greatly as my boss is breathing down 
my neck to make this available. I'd have to have my team debugging with a 
faulty debugger. 

Thanks,
Gene 


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

end of thread, other threads:[~2003-02-22 17:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-20 22:30 Multi-Arch symbol read warning message mrcompiler
2003-02-21  4:23 ` Jim Blandy
2003-02-22  3:23   ` mrcompiler
2003-02-22 16:20     ` Daniel Jacobowitz
2003-02-22  3:46 ` Andrew Cagney
2003-02-22 17:32   ` mrcompiler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox