>I've got an 2100 running OSF/1 v3.0B. I am currently trying to build
>a new kernel and I keep getting the following error.
>
>ld:
>Error: Undefined:
>ace_cons_init
>ace_tty
>aceopen
>aceclose
>aceread
>acewrite
>aceselect
>aceioctl
>aceputc
>acegetc
>acerint
>acexint
>acestart
>*** Exit 1 (ignored)
>chmod 755 a.out
>chmod: a.out: No such file of directory
>*** Exit 4
>Stop.
>
>When I continue on and attempt to build an generic kernel I get the same
>error. This problem has become frustrating and I don't know how to
>proceed.
The solution was to add the following lines to the /sys/conf/FOO
configuration file.
controller ace0 at * slot ? vector aceintr
controller ace1 at * slot ? vector aceintr
then I did a doconfig -c FOO and the new built was built correctly.
However, now the terminal doesn't jump into the graphics mode at
startup. It remains in console mode. How do I switch back?
Any suggestions, comments, or direction.
thanks,
Greg
Greg Siekas
Department of Biomedical Engineering
Tulane University
email: siekas_at_mailhost.tcs.tulane.edu
url:
http://tatanka.bmen.tulane.edu/~siekas
Received on Tue Jun 06 1995 - 19:11:37 NZST