Date: Thu, 09 Sep 1999 21:09:19 -0400 From: "James E. Housley" <jim@thehousleys.net> To: freebsd-hackers@freebsd.org Subject: Release Canidate Message-ID: <37D85A3F.64F59ABC@thehousleys.net>
next in thread | raw e-mail | index | archive | help
On my dual processor I am running old boot blocks and an AOUT kernel. I need the AOUT because I have a lkm device the talks out the parallel port to "Background Debug Module" for a Motorola 68332. I haven't been able to convert it over yet. My code is up to date with cvs-cur.5648.gz (Sept. 9 13:40) and my source tree was updated with "cvs update -r RELENG_3" I get the following error: exception.o: smp_rendezvous_action not found Or similar at link time (ELF works just fine). If I edit /sys/i386/isa/apic_vector.s (ver 1.34.2.3) line 928 and change call smp_rendezvous_action to call _smp_rendezvous_action All works. Why is this the only function/routine that is being hit by the name change between ELF and AOUT? Jim -- James E. Housley PGP: 1024/03983B4D System Supply, Inc. 2C 3F 3A 0D A8 D8 C3 13 Pager: pagejim@notepage.com 7C F0 B5 BF 27 8B 92 FE "The box said 'Requires Windows 95, NT, or better,' so I installed FreeBSD" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37D85A3F.64F59ABC>