From: Clemens E. <lin...@gm...> - 2011-04-09 00:21:28
|
Hi Henry, > I assume it's your shell, or your make utility. Try to run a full bash > comatible shell. Not a zsh or others specials. I am running Fedora-14 with bash 4.1.7(1), my make is "GNU Make 3.82". > Please change into the kernel source directory and try to run the make > command line manually: > > cd /home/ce/colinux-devel/build/linux-2.6.33.7-source > make ARCH=i386 O=../linux-2.6.33.7-build oldconfig > cd ../linux-2.6.33.7-build > make ARCH=i386 vmlinux That didn't work - same error as before > Other try: > Split these two commands inside Kernel Makefile into two lines: > > export LC_COLLATE > export LC_NUMERIC Strange, that helped. Thanks a lot :) However using the build-all script, I get the same error as before :/ Thanks, Clemens |