Subject: Re: Making a symbol table
To: Chan-youn Park <phygeeks@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: current-users
Date: 04/27/2005 10:35:50
--IS0zKkzwUGydFO0o
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Wed, Apr 27, 2005 at 10:23:44AM +0200, Martin Husemann wrote:
> Also I would liked to have helpfull advice, but I know absolutely nothing
> about sandpoint's boot process.

Heh, but this was too obvious - could you try the attached patch, re-run
config and see if your kernel gets symbols now?

Martin


--IS0zKkzwUGydFO0o
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch

Index: std.sandpoint
===================================================================
RCS file: /cvsroot/src/sys/arch/sandpoint/conf/std.sandpoint,v
retrieving revision 1.9
diff -u -r1.9 std.sandpoint
--- std.sandpoint	12 Aug 2003 05:15:44 -0000	1.9
+++ std.sandpoint	27 Apr 2005 08:35:17 -0000
@@ -17,3 +17,4 @@
 
 makeoptions	TEXTADDR=0x90000
 makeoptions	NEED_SREC=yes
+makeoptions	NEED_SYMTAB=yes

--IS0zKkzwUGydFO0o--