In the config-generated kernel Makefile, muldi3.[co] are not mentioned. Yet kernel needs functions defined in the muldi3.c Fix: Add muldi3.o into the OBJS-list, and make the muldi3.o: muldi3.c entry in the Makefile. Build the kernel again. How-To-Repeat: Do not which devices/options need muldi3 -- my kernel needed it.
>>Description: > In the config-generated kernel Makefile, muldi3.[co] are not > mentioned. Yet kernel needs functions defined in the muldi3.c muldi3 isn't needed for gcc-2.6. >>How-To-Repeat: > Do not which devices/options need muldi3 -- my kernel needed it. Very old versions of gcc probably need it. Bruce
State Changed From-To: open->feedback Confirm Status
State Changed From-To: feedback->open Problem Still Exists: Well, this still exists, although changed ;) Should now read ``kernel's Makefile does not contain enough for gcc-2.7.2 to build the kernel'' . Wether it is allright or should be fixed -- I do not know.
State Changed From-To: open->closed standard compiler is now 2.7.2.1