i'm trying to re-compile my kernel and i did the make config, make dep, and
make clean... but then i do a make zImage and after that i can't find the
file!!!
it says Error [vmlinux] or something like that
i'm trying to re-compile my kernel and i did the make config, make dep, and
make clean... but then i do a make zImage and after that i can't find the
file!!!
it says Error [vmlinux] or something like that
--
ftp://wauug.erols.com/pub/people/kent-robotti/doslinux/index.html
ftp://wauug.erols.com/pub/people/kent-robotti "pppsetup-1.75.tar.gz"
PPPsetup is a bash shell script for creating a chat script
to make a ppp connection.
> i'm trying to re-compile my kernel and i did the make config, make dep, and
> make clean... but then i do a make zImage and after that i can't find the
> file!!!
> it says Error [vmlinux] or something like that
You could try:
find / -type f -name vmlin\* -print # probably "vmlinuz"
--
Contract Programmer; inquire within.
zcat /usr/doc/timezone/Introduction.gz |*ney | less
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
If your compile is clean, it will just go back to the prompt at theQuote:> i'm trying to re-compile my kernel and i did the make config, make dep, and
> make clean... but then i do a make zImage and after that i can't find the
> file!!!
> it says Error [vmlinux] or something like that
If you can't figure out the problem, post some of the error messages
to this newsgroup. The command line
make zImage 2>error.file
will redirect all error messages to the file error.file while allowing
non-error messages to go to the screen.
I think the final image goes into /usr/src/boot.
mp
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
| Linux 2.0.32 -> AMD 5x86-133 | pgpk -a finger://teleport.com/looie |
+=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv
iQA/AwUBNKO8CUd/HEJs3CCeEQILXgCfeBxut5Es+zH09Y8knBv8WTiBzZwAn0Dv
HDfXyzWXuRivFCte4bxqRTTB
=bTX4
-----END PGP SIGNATURE-----
The make mrproper just puts everything back as it should be,
and probably only needs doing once.
make clean is undoing some of the effect of make config &
make dep, so make zImage can't work.
Check /usr/src/linux/README for more authoritative information,
including the targets make menuconfig and make xconfig, either
of which you'll find much more fun than make config.
You should bear in mind, when posting to usenet for help, that:
- if your mail address doesn't match your posting domain, or is
hotmail.com or similar, or both :-), people may think you're
trolling and ignore you;
- reports of vague, generic symptoms like:
>it says Error [vmlinux] or something like that
may lead people to assume you're trolling by providing
insufficient information for a useful reply, and ignore you.
If you have gpm working, using it to grab the actual message
with maybe a few lines of context will greatly improve your
chances.
Hope the hotmail clears up,
John P.
--
1. I can't make zImage with "make zImage"
Hi, dear,
After I done "make dep", ran "make zImage as README file included
"linux-2.3.12.tar.gz".
But, when I run "make zImage", got a message with "Error 1", "Error 2".
What's problem?
Who can answer me?
It's a error message followed.
-------------------------------
gcc -D__KERNEL__ -I/usr/src/linux-2.3.12/include -Wall -Wstrict-prototypes -
O2
-fomit-frame-pointer -D__SMP__ -pipe -fno-strength-reduce -m486 -DCPU=486
-c -o hd.o hd.c
hd.c: In function `hd_ioctl':
hd.c:623: `BLKPG' undeclared (first use this function)
hd.c:623: (Each undeclared identifier is reported only once
hd.c:623: for each function it appears in.)
hd.c:624: warning: implicit declaration of function `blk_ioctl'
make[3]: *** [hd.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.3.12/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.3.12/drivers/block'
make[1]: *** [_subdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.3.12/drivers'
make: *** [_dir_drivers] Error 2
----------------------------
3. Can't find zImage (Kernel Prob) Help!!!
6. Impact IQ, 'persist', line flipflop
7. Make zImage can't find includes off split-include.c
8. Remote Backup -- rsync, mirror (-.-)(_ _)....
9. problem with as86 while making zImage
11. Problems making zImage or zdisk..
12. Problems making zImage: objdump invalid options
13. 'make zImage' fails on consolemap.c with 1.3.100 & pre2.0.xx!!