General Description: In an attempt to get power management working on a laptop I turned SMP support off. This caused a compilation error in linux/kernel/ksyms (smp_num_cups undefined). Reproduction: turn off SMP support and recompile as normal EBo --
same as here default linux-2.4.19-gentoo-r9 turned off SMP and changes arch to mmx(i586) gcc 2.95.4 gentoo 1.2
same with linux-2.4.19-openmosix-r5 disabling smp causes this error please change version, it's version independend
Have you done a make mrproper? Once you compile SMP in, you have to first clean out the source directory: # cd /usr/src/linux - save your config file # cp .config ../config.save # make mrproper # mv ../config.save .config # make menuconfig - make sure everything is as you want it (no SMP) # make dep && make -j3 bzImage modules && make modules_install
works for me maybe this should be documented (FAQ) ?
it is known feature... smp is breaking the compile.. I allways switch off the SMP (anyway, 99% users has only one proc!!! so why is it switched on by default ???). cp .config /out/of/kernel/tree ; make mrproper; cp .config /back is must after this game
*** Bug 16831 has been marked as a duplicate of this bug. ***
closing this