make command fails :-(

2002-10-10 Thread S Randall

Hello
I need a little help.  I am trying to buils a custom kernel that will support
my soundblaster awe32 card.  I am following the instructions in the handbook
(I am a determined newbie).  I am building the traditional way (as the new
way (procedure 2) doesn't work for me.

1.  I first run /usr/sbin/config/MMKERNEL  -No apparrent problems.
2.  cd ../../compile/MMKERNEL -I verivy that everything is there -seems to be
3.  make depend  -lots of text flying by, then at the end the following:
***snip***

- /usr/src/sys
  machine - /usr/src/sys/i386/include
  make: don't know how to make iconv.h. Stop
  *** Error code 2

  Stop in /usr/src/sys/modules.
  *** Error code 1

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

Then of course, make gives me a stop too, and finally
make install doesn't find a kernel to install.

I have included my lightly customized kerne.  The lines that I customized
were 22, 24, 256-260.

Any advice will be appreciated.  Thanks
Stephen

ps.  for the life of me, I can not mount the floppy drive.  I am trying with
 a shortcut with KDE3, with no luck.  The command line attempt looked like
 this: mount -t msdos /dev/fd0 /floppy
What am I doing wrong?



#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# 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 ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.43 2002/05/23 17:04:01 obrien Exp $

machine i386
#cpuI386_CPU
cpu I486_CPU
cpu I586_CPU
#cpuI686_CPU
ident   GENERIC
maxusers0

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

options MATH_EMULATE#Support for x87 emulation
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, NFS required
options MSDOSFS #MSDOS Filesystem
options CD9660  #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor
options KTRACE  #ktrace(1) 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 extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM#Rate limit bad replies
options KBD_INSTALL_CDEV# install a CDEV entry in /dev

# To make an SMP kernel, the next two are needed
#optionsSMP # Symmetric MultiProcessor Kernel
#optionsAPIC_IO # Symmetric (APIC) I/O

device  isa
device  eisa
device  pci

# Floppy drives
device  fdc0at isa? port IO_FD1 irq 6 drq 2
device  fd0 at fdc0 drive 0
device  fd1 at fdc0 drive 1
#
# If you have a Toshiba Libretto with its Y-E Data PCMCIA floppy,
# don't use the above line for fdc0 but the following one:
#device fdc0

# ATA and ATAPI devices
device  ata0at isa? port IO_WD1 irq 14
device  ata1at isa? port IO_WD2 irq 15
device  ata
device  atadisk # ATA disk drives
device  atapicd # ATAPI CDROM drives
device  atapifd # ATAPI floppy drives
#device  

mounting an msdos volume?

2002-10-10 Thread S Randall

Hi
I am running a dual boot system.  WinXP (NTFS) and freebsd 4.6.2 on a seperate 
SCSI hard drive.  Is there a way to mount the DOS hard drive/partition and 
read and write files to that volume?  I was able to do this in mandrake 
linux.  It was a link in my /mnt folder.

Any help is greatly appreciated.
Thank you,
Stephen

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