Error code 1 in make depend (kernel)

2002-11-14 Thread Tibor Selesi
Hello,

I'm sending the last lines of the make depend command.
The error is only Error code 1, which You can see at the bottom of this mail.
What is wrong? I did everything by the hanbook/kernel-compile.

I have another question. My CDROM is not working with BSD. The model is TEAC 
EA. When I enter the command:
mount /dev/acd0c /cdrom
I get device not configured answer.
The acd0c file exists in  /dev. I tried to add to the kernel sorce code, as it 
indicates in hanbook/devicenodes the line:
device acd0
The config instruction says that this is unknown, or something alike.
How can I make BSD to recognise and to work with my CDROM?

Thanks for Your answer.

Best from,

Tibor






../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: size of array `BI_KERNENDw0' has non-integer 
type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: size of array `BI_KERNENDw1' has non-integer 
type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: size of array `BI_KERNENDw2' has non-integer 
type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: dereferencing pointer to incomplete type
../../i386/i386/genassym.c:171: size of array `BI_KERNENDw3' has non-integer 
type
*** Error code 1

Stop in /usr/src/sys/compile/MYKERNEL.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Error code 1 in make depend (kernel)

2002-11-14 Thread Denis N. Peplin
On Thursday 14 November 2002 14:26, Tibor Selesi wrote:
 I have another question. My CDROM is not working with BSD. The model is
 TEAC EA. When I enter the command:
 mount /dev/acd0c /cdrom
try
mount -t cd9660 /dev/acd0c /cdrom

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Error code 1 in make depend (kernel)

2002-11-13 Thread Tibor Selesi
Hello,

I wanted to compile my newly reconfigured kernel and the make command cannot 
finish. An error interrupts it. What is wrong?
The best thing is that I can't make depend the GENERIC kernel either!!!???
Can you help me? What am I doing wrong?

I'm sendig my kernel confguration.

I'm looking forward to hearing from you.
Thank you.

Yours sincerely,

Tibor Selesi
#
# GENERIC -- Generic kernel configuration file for FreeBSD/alpha
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../i386/conf/LINT configuration file. 
# If you are in doubt as to the purpose or necessity of a line, check first 
# in LINT. Please note that this is the i386 LINT, but it still contains
# valuable info for alpha too
#
# For hardware specific information check HARDWARE.TXT
#
# $FreeBSD: src/sys/alpha/conf/GENERIC,v 1.71.2.19 2002/03/27 21:09:22 wilko Exp $

machine alpha
cpu EV4
cpu EV5
ident   MYKERNEL
maxusers0

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

# Platforms supported
options API_UP1000  # UP1000 (Nautilus)
options DEC_AXPPCI_33   # UDB, Multia, AXPpci33, NoName
options DEC_EB164   # EB164, PC164, PC164LX, PC164SX
options DEC_EB64PLUS# EB64+, AlphaPC64, Aspen Alpine, etc
options DEC_2100_A50# AlphaStation 200, 250, 255, 400
options DEC_2100_A500   # AlphaServer 2000, 2100, 2100A
options DEC_KN20AA  # AlphaStation 500, 600
options DEC_ST550   # Personal Workstation 433, 500, 600
options DEC_ST6600  # XP1000, DP264, DS20, DS10, family
options DEC_3000_300# DEC3000/300* Pelic* family
options DEC_3000_500# DEC3000/[4-9]00 Flamingo/Sandpiper family
options DEC_1000A   # AlphaServer 1000, 1000A, 800
options DEC_KN8AE   # AlphaServer 8200/8400 (Turbolaser)
options DEC_KN300   # AlphaServer 4100 (Rawhide), 1200 (Tincup)

options INET#InterNETworking
options INET6   #IPv6 communications protocols
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options UFS_DIRHASH #Improve performance on big directories
options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device
options NFS #Network Filesystem
options NFS_ROOT#NFS usable as root device
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root device
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI 
options UCONSOLE#Allow users to grab the console
options KTRACE  #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
options P1003_1B#Posix P1003_1B real-time extentions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies

# Standard busses
device  isa
device  pci

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
device  atapist # ATAPI tape drives

# SCSI Controllers
device  ahc # AHA2940 and onboard AIC7xxx devices
#device esp # 53C94  friends, not CAM-ified
device  isp # Qlogic family
device  ncr # NCR/Symbios Logic
device  sym # NCR/Symbios Logic (newer chipsets)

# SCSI peripherals
device  scbus   # SCSI bus (required)
device

Re: Error code 1 in make depend (kernel)

2002-11-13 Thread Matthew Emmerton
 Hello,

 I wanted to compile my newly reconfigured kernel and the make command
cannot
 finish. An error interrupts it. What is wrong?

What is the error message?

--
Matt Emmerton


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: Error code 1 in make depend (kernel)

2002-11-13 Thread Charles Pelletier



Hello,

I wanted to compile my newly reconfigured kernel and the make command cannot
finish. An error interrupts it. What is wrong?
The best thing is that I can't make depend the GENERIC kernel either!!!???
Can you help me? What am I doing wrong?

I'm sendig my kernel confguration.

I'm looking forward to hearing from you.
Thank you.

Yours sincerely,

Tibor Selesi

--
Could be lots of things. Could be a memory issue, hardware problems, basic
lack of space, etc etc. Send the error and send any logs. BTW, what were you
trying to do to the kernel? Hard to see when you've only sent GENERIC. Send
your custom kernel.
==charles pelletier



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message