[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kernel compile error



Hey all
I'm just trying to install 2.6.9 and am getting this error, i have no idea why

dolphy:/usr/src/linux# make bzImage
/bin/sh: Syntax error: Unterminated quoted string
make: *** [include/linux/version.h] Error 2

the only include/linux/version.h i can find is in /usr/include/linux/ which looks like this

#define UTS_RELEASE "2.6.0-test7"
#define LINUX_VERSION_CODE 132608
#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))

I'm not sure why it says 2.6.0-test7, but for the rest i don't see anything wrong with this.

anybody ahve an idea?

thanks

-JSS

--
Jule Slootbeek
jslootbeek@clarku.edu
http://www.thesloot.com



Reply to: