Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Unable to build recent kernels

0 views
Skip to first unread message

robin.b...@gactr.uga.edu

unread,
Aug 4, 2004, 10:23:43 AM8/4/04
to

[snip]
linking kernel.debug
mp_machdep.o(.text+0x705): In function `init_secondary':
/usr/src/sys/i386/i386/mp_machdep.c:518: undefined reference to
`mem_range_AP_init'
*** Error code 1

---------------------------------------
Robin P. Blanchard
Systems Integration Specialist
Georgia Center for Continuing Education
fon: 706.542.2404 < > fax: 706.542.6546
---------------------------------------
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-curre...@freebsd.org"

sco...@freebsd.org

unread,
Aug 4, 2004, 10:26:18 AM8/4/04
to
Robin P. Blanchard wrote:

> [snip]
> linking kernel.debug
> mp_machdep.o(.text+0x705): In function `init_secondary':
> /usr/src/sys/i386/i386/mp_machdep.c:518: undefined reference to
> `mem_range_AP_init'
> *** Error code 1
>
>

You need to include 'device mem' in your kernel config. Look at
src/UPDATING and the GENERIC config file for devices that were recently
added.

Scott

ma...@macomnet.ru

unread,
Aug 4, 2004, 10:29:18 AM8/4/04
to
On Wed, 4 Aug 2004, 10:22-0400, Robin P. Blanchard wrote:

>
> [snip]
> linking kernel.debug
> mp_machdep.o(.text+0x705): In function `init_secondary':
> /usr/src/sys/i386/i386/mp_machdep.c:518: undefined reference to
> `mem_range_AP_init'
> *** Error code 1

cat >> your_kernel_config_file <<EOF
device mem
device null
device zero
EOF

--
Maxim Konovalov

ma...@grondar.org

unread,
Aug 5, 2004, 9:49:11 AM8/5/04
to
Maxim Konovalov writes:
> On Wed, 4 Aug 2004, 10:22-0400, Robin P. Blanchard wrote:
>
> >
> > [snip]
> > linking kernel.debug
> > mp_machdep.o(.text+0x705): In function `init_secondary':
> > /usr/src/sys/i386/i386/mp_machdep.c:518: undefined reference to
> > `mem_range_AP_init'
> > *** Error code 1
>
> cat >> your_kernel_config_file <<EOF
> device mem
> device null
> device zero
> EOF

Only the first one. "device mem"

M
--
Mark Murray
iumop ap!sdn w,I idlaH

ma...@grondar.org

unread,
Aug 5, 2004, 9:49:36 AM8/5/04
to
Scott Long writes:
> Robin P. Blanchard wrote:
>
> > [snip]
> > linking kernel.debug
> > mp_machdep.o(.text+0x705): In function `init_secondary':
> > /usr/src/sys/i386/i386/mp_machdep.c:518: undefined reference to
> > `mem_range_AP_init'
> > *** Error code 1
> >
> >
>
> You need to include 'device mem' in your kernel config. Look at
> src/UPDATING and the GENERIC config file for devices that were recently
> added.

And I have a fix to stop the break. I'll commit it in a couple of hours.

The above breakage is my fault - apologies!

0 new messages