|
From: James S. <jsi...@tr...> - 2001-05-07 05:21:42
|
Hum. Interesting use of tar. > make xconfig > -> Errors in config.in. I fixed them as well as I could Fixed. It appears make xconfig is not as forgiving as make menuconfig or make config. Now it works. > make bzImage > -> Errors in one of the vt* files. The problem was a mutex. > Johann Deneux > CS student at DoCS (www.docs.uu.se/~johannd) and > ESIL (www.esil.univ-mrs.fr/~jdeneux) > Hum. I have had this error reported before but I couldn't reproduce it. Did you do a make dep first? Try a make dep then make bzImage. If this doesn't work then save you .config file somewhere and try a make mrproper. Move the config file back and try make dep;make bzImage. Let me know if this doesn't work. |