Compiler Fedora9 Kernel issue
Dear All:
I compiler Kernel in the Fedora9 O.S,but I got undefined reference to `__umoddi3'
,this error message
and I search google,I edit Makefile file as below:
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common
change to:
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common \
-fno-tree-scev-cprop
and then I recompiler kernel again,It is working,
So anybody can tell me why???,it is recompiler working
thanks a lot
|