Re: compiling -current kernel with DEBUG and PROF fails

2013-01-03 Thread Philip Guenther
On Thu, Jan 3, 2013 at 1:56 PM, mxb wrote: > this is what I get then I compile -current with > > makeoptions DEBUG="-g" # compile full symbol table > makeoptions PROF="-pg" # build profiled kernel > > > ld -Ttext 0x801001e0 -e start --warn-common -nopie -X -o bsd > ${SYS

compiling -current kernel with DEBUG and PROF fails

2013-01-03 Thread mxb
Hi, this is what I get then I compile -current with makeoptions DEBUG="-g" # compile full symbol table makeoptions PROF="-pg" # build profiled kernel ld -Ttext 0x801001e0 -e start --warn-common -nopie -X -o bsd ${SYSTEM_HEAD} vers.o ${OBJS} smc93cx6.o(.text+0x12): In