Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 1996 13:16:15 -0400
From:      James Drobina <jdrobina@infinet.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   unresoled symbol _pasintr
Message-ID:  <3235A25F.41C67EA6@infinet.com>

next in thread | raw e-mail | index | archive | help
I can't link a kernel after the latest update.  I get the error:

    loading kernel
    ioconf.o: Undefined symbol `_pasintr' referenced from data segment
    *** Error code 1

    Stop.



pasintr is defined in pas2_card.c.  Checking pas2_card.o you can seee no 
externel entry points are defined.


    $ nm pas2_card.o
    00000000 t ___gnu_compiled_c
    00000000 t gcc2_compiled.
    
I pas2_card.c was modifed recently.


    $ ls -l ../../i386/isa/sound/pas2_card.c
    -rw-r--r--  1 root  wheel  10086 Sep 10 05:26
../../i386/isa/sound/pas2_card.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3235A25F.41C67EA6>