Bump SYMTAB_SPACE
> arm--netbsdelf-eabi-dbsym: symbol table (786048 bytes) too big for buffer (78603 2 bytes) > Increase options SYMTAB_SPACE in your kernel config
This commit is contained in:
parent
a12d97aa7b
commit
270ae7ee22
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GUMSTIX,v 1.78 2013/06/30 21:38:56 rmind Exp $
|
||||
# $NetBSD: GUMSTIX,v 1.79 2013/08/13 12:11:02 pgoyette Exp $
|
||||
#
|
||||
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
|
||||
#
|
||||
@ -157,7 +157,7 @@ options DDB # in-kernel debugger
|
||||
#options DEBUG_KGDB
|
||||
makeoptions DEBUG="-g" # compile full symbol table
|
||||
#makeoptions COPTS="-O2"
|
||||
options SYMTAB_SPACE=785000
|
||||
options SYMTAB_SPACE=790000
|
||||
#options AUDIO_DEBUG=2
|
||||
|
||||
config netbsd root on ? type ?
|
||||
|
Loading…
Reference in New Issue
Block a user