On Wed, Sep 13, 2006 at 03:57:11PM +0100, [EMAIL PROTECTED] wrote: > Hello, > > I'm using gcc-2.95.3, libc2.2. I've using kernel 2.6.10 for quite a long time > now, though it may have been after some upgrading that I cannot compile it > anylonger. > > I have my own built linux system, and almost last versions of software > (despite of the veryold compiler version), so I don't know where the problem > is. > > Appart from some software packages whose programmers seems to like being out > of c standards, I don't use to have a single problem compiling anything. > > The last I remember to have upgraded is ncurses to it's last version at the > time of this writting (5.5), although as you could see bellow, the problem > comes from the parser for the menus (scripts/kconfig/conf), yacc or bison > files. > > I just wonder if anybody can tell me something about. What you see is the > output after untarring the kernel tree, and copying ../.config to ./.config. > Though I cannot make oldconfig, menconfig, or anythingelse. > > Kind Regards, > > [EMAIL PROTECTED] make > CHK include/linux/version.h > UPD include/linux/version.h > SYMLINK include/asm -> include/asm-i386 > HOSTCC scripts/basic/fixdep > HOSTCC scripts/basic/split-include > HOSTCC scripts/basic/docproc > SHIPPED scripts/kconfig/zconf.tab.h > HOSTCC scripts/kconfig/conf.o > HOSTCC scripts/kconfig/mconf.o > SHIPPED scripts/kconfig/zconf.tab.c > SHIPPED scripts/kconfig/lex.zconf.c > HOSTCC scripts/kconfig/zconf.tab.o > HOSTLD scripts/kconfig/conf > scripts/kconfig/conf -s arch/i386/Kconfig > arch/i386/kernel/cpu/cpufreq/Kconfig:238: 'endmenu' in different file than > 'menu' > arch/i386/kernel/cpu/cpufreq/Kconfig:238: location of the 'menu'
This looks strange. Primary suspect is a bad Kconfig file. A simple check would be to fire up mconf on a smaller Kconfig file. Try: rm .config touch .config scripts/kconfig/mconf init/Kconfig This should spit out a few warnings about an unknown symbol being selected, but otherwise it should look ok. If this fails then something more subtle is going on.. I assume you have tried to rebuild your kernel from scratch?? Sam ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ kbuild-devel mailing list kbuild-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kbuild-devel