Thanks Ron, I'm a little slow today.
Steve,
The linuxbios_c.map file should help you find the offset you need for
importing linuxbios_c.o into SourcePoint. The map file itself cannot be
imported.
Rod
-----Original Message-----
From: Kittleson, Rodney C.
Sent: Friday, October 22, 2004 10:47 AM
To: 'Ronald G. Minnich'; Kimball, Stephen
Cc: linuxbios(a)clustermatic.org; Jeff_Pitts(a)arium.com
Subject: RE: Makefile changes for symbols
Yep. The format isn't compatible with SourcePoint.
Rod
-----Original Message-----
From: Ronald G. Minnich [mailto:rminnich@lanl.gov]
Sent: Friday, October 22, 2004 10:33 AM
To: Kimball, Stephen
Cc: Kittleson, Rodney C.; linuxbios(a)clustermatic.org;
Jeff_Pitts(a)arium.com
Subject: RE: Makefile changes for symbols
On Fri, 22 Oct 2004 Stephen.Kimball(a)bench.com wrote:
> Rod,
>
> I'm using Source Point 7.0.0. I can see the source files. I can
> display source, disassembly or mixed. However, the disassembly
> doesn't match up with the source code. There is a way to give Source
> Point an offset when the symbols are loaded, but I can't seem to get
> the right value. I know the address of _start and __protected_start
> but these labels are not in linuxbios_c.o. I need to find the
> location of a symbol in linuxbios_c.o to compute the offset.
there is a file we create called linuxbios.map, did you check that out?
ron