1.3.79 make problems

1.3.79 make problems

Post by Jim Collin » Mon, 01 Apr 1996 04:00:00



okay here's the scoop,  i DLed 1.3.79 and extracted it, i did a make dep,
make mrproper, make config, and then did my make zImage.  when it was
compiling the char drivers i got an error in consolemap.o, it said that
it could not find uni_hash.tbl. after some poking around i found out that
make mrproper rm'd uni_hash.tbl and conmakehash and that when you did the
make it would actually make uni_hash.tbl and conmakehash AFTER
consolemap.o and then cause the errors above.  is this a bug or am i not
supposed to do a make mrproper, it just does not seem to make sense to me
that it would make two files after a file that needs them is made.  well
i ffixed this by deleting consolemap.o from the /drivers/char Makefile
and then doing a make zImage and then ^c'ing after it made conmakehash
and uni_hash.tbl, then editing the Makefile again (added consolemap.o)
and then doing the make zImage.  there has to be an easier way, no more
make mrproper maybe but the kernel howto actually recommends this.  well
some explanations would be cool.
thanks,


"there is exactly one intuitive user interface in existence - the
human *. everything past that must be learned." -Mats Andtbacka

 
 
 

1.3.79 make problems

Post by Tom Temper » Tue, 02 Apr 1996 04:00:00


Jim,

I had problems when I extracted the 1.3.79 source tree. In my workspace
where I have these kernel sources I had a symbolic link from linux
to linux.1.2.13 and so when I extracted 1.3.79, I actually wrote into
the 1.2.13 tree.

Don't know if this is your case, but a lot of my "flakey" problems went
away when I deleted this mess and started over from scratch.

--
Cheers....

Thomas Tempero                          Design Acceleration, Inc

                                        1530 Highway 52 N, Suite 1076  
                                        Rochester, MN

 
 
 

1.3.79 make problems

Post by Christian MONTANAR » Tue, 23 Apr 1996 04:00:00


on the spot...(a bit late maybe)
Quote:> okay here's the scoop,  i DLed 1.3.79 and extracted it, i did a make
dep,
> make mrproper, make config, and then did my make zImage.

you should have done :
        mk mrproper; make config; make dep; make clean;make zImage...
I think it should work in that order, regenerate the depending file after
a mrproper, it is obligatory.
Quote:>  when it was
> compiling the char drivers i got an error in consolemap.o, it said that
> it could not find uni_hash.tbl. after some poking around i found out that
> make mrproper rm'd uni_hash.tbl and conmakehash and that when you did the
> make it would actually make uni_hash.tbl and conmakehash AFTER
> consolemap.o and then cause the errors above.  is this a bug or am i not
> supposed to do a make mrproper, it just does not seem to make sense to me
> that it would make two files after a file that needs them is made.  well
> i ffixed this by deleting consolemap.o from the /drivers/char Makefile
> and then doing a make zImage and then ^c'ing after it made conmakehash
> and uni_hash.tbl, then editing the Makefile again (added consolemap.o)
> and then doing the make zImage.  there has to be an easier way, no more
> make mrproper maybe but the kernel howto actually recommends this.  well
> some explanations would be cool.
> thanks,

another Chris.

 better late than never

Address: University of Portsmouth,
         Department of Electrical and Electronic Engineering,
         Microwave, Telecommunications and Signal Processing Research Group,
         Anglesea Building,                     Phone: +44 (0)1705 842543
         Anglesea Road,                         Fax:   +44 (0)1705 295336

 
 
 

1. Loadable module(PPP) problems with kernel 1.3.79

I've tried compiling the kenel with (M)odule support for ppp, then
running "make modules" and "make modules_install".  After rebooting and
running "insmod ppp", I get the following:

gcc2_compiled. undefined
ppp_ldisc.230 undefined
ppp_stats.323 undefined
slhc_free undefined
slhc_init undefined
slhc_toss undefined
slhc_uncompress undefined
slhc_remember undefined
slhc_compress undefined
Failed to load module! The symbols from kernel 1.3.79 don't match 1.3.79

The same the happens after installing ppp-2.2.0e.  I've run configure
from the ppp-2.2.0e dir, but everything it tries to update is newer.

I've seen some references to these problems before but nothing more than
the suggestion to get ppp-2.2.0e.

I would appreciate any help provided.

Thanks


2. Online DiskSuite 3.0: filesystem size?

3. problems with 1.3.79

4. Socket write failed...

5. 1.3.79 problems with setterm/TERM/termcap

6. Traffic Shaping using Linux etc

7. Kernel Change Summary 1.3.79

8. tx problem on Biostar M7VKQ (VT8361 chipset)

9. PPP 2.2.0e and Linux 1.3.79

10. PC-Speaker driver patch for 1.3.79 test

11. 1.3.79: ZMAGIC exec strangeness

12. ECC2-79 now made easy!

13. patch 1.1.79 - fs/msdos/mmap.c problem