Re: Kernel build problem (2.4.1)...

2001-05-02 Thread Mohammad A. Haque

On Wed, 2 May 2001, Daniel Howe wrote:

> ld: cannot open binary: No such file or directory

Fairly old problem.
http://marc.theaimsgroup.com/?l=linux-kernel=98478655301837=2

Please check list archives to see if issues have previously been
addressed.

-- 

=
Mohammad A. Haque  http://www.haque.net/
   [EMAIL PROTECTED]

  "Alcohol and calculus don't mix. Project Lead
   Don't drink and derive." --Unknown  http://wm.themes.org/
   [EMAIL PROTECTED]
=

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Kernel build problem (2.4.1)...

2001-05-02 Thread Daniel Howe

Greetings,
I'm having a problem with my running kernel (2.4.1) - attempting to make
a boot floppy. make bzDisk(& make bzImage) give the error below - any
ideas? Seems like bootsec is missing. I'm running Debian on x86...
thanks much,
/daniel


make[1]: Leaving directory `/usr/src/linux-2.4.1/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.4.1/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o \
drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o  drivers/char/agp/agp.o
drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o
drivers/sound/sounddrivers.o drivers/pci/driver.o
drivers/pcmcia/pcmcia.o drivers/net/pcmcia/pcmcia_net.o
drivers/pnp/pnp.o drivers/video/video.o \
net/network.o \
/usr/src/linux-2.4.1/arch/i386/lib/lib.a
/usr/src/linux-2.4.1/lib/lib.a /usr/src/linux-2.4.1/arch/i386/lib/lib.a
\
--end-group \
-o vmlinux
nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw]
\)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort > System.map
make[1]: Entering directory `/usr/src/linux-2.4.1/arch/i386/boot'
ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o -o bbootsect
ld: cannot open binary: No such file or directory
make[1]: *** [bbootsect] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.1/arch/i386/boot'
make: *** [bzImage] Error 2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Kernel build problem (2.4.1)...

2001-05-02 Thread Daniel Howe

Greetings,
I'm having a problem with my running kernel (2.4.1) - attempting to make
a boot floppy. make bzDisk( make bzImage) give the error below - any
ideas? Seems like bootsec is missing. I'm running Debian on x86...
thanks much,
/daniel


make[1]: Leaving directory `/usr/src/linux-2.4.1/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.4.1/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o \
drivers/block/block.o drivers/char/char.o drivers/misc/misc.o
drivers/net/net.o drivers/media/media.o  drivers/char/agp/agp.o
drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o
drivers/sound/sounddrivers.o drivers/pci/driver.o
drivers/pcmcia/pcmcia.o drivers/net/pcmcia/pcmcia_net.o
drivers/pnp/pnp.o drivers/video/video.o \
net/network.o \
/usr/src/linux-2.4.1/arch/i386/lib/lib.a
/usr/src/linux-2.4.1/lib/lib.a /usr/src/linux-2.4.1/arch/i386/lib/lib.a
\
--end-group \
-o vmlinux
nm vmlinux | grep -v '\(compiled\)\|\(\.o$\)\|\( [aUw]
\)\|\(\.\.ng$\)\|\(LASH[RL]DI\)' | sort  System.map
make[1]: Entering directory `/usr/src/linux-2.4.1/arch/i386/boot'
ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o -o bbootsect
ld: cannot open binary: No such file or directory
make[1]: *** [bbootsect] Error 1
make[1]: Leaving directory `/usr/src/linux-2.4.1/arch/i386/boot'
make: *** [bzImage] Error 2
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Re: Kernel build problem (2.4.1)...

2001-05-02 Thread Mohammad A. Haque

On Wed, 2 May 2001, Daniel Howe wrote:

 ld: cannot open binary: No such file or directory

Fairly old problem.
http://marc.theaimsgroup.com/?l=linux-kernelm=98478655301837w=2

Please check list archives to see if issues have previously been
addressed.

-- 

=
Mohammad A. Haque  http://www.haque.net/
   [EMAIL PROTECTED]

  Alcohol and calculus don't mix. Project Lead
   Don't drink and derive. --Unknown  http://wm.themes.org/
   [EMAIL PROTECTED]
=

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/