zigga150
12th February 2009, 06:45
Hello,
I am trying to compile another version of the kernel with a non-standard compiler (its custom). I basically changed the hard coding of the makefile and changed/exported CC and CXX to be safe. I am on linux ubuntu8
Anyway I have the same problem as the person at the end of the comment list here: http://www.howtoforge.com/kernel_compilation_ubuntu_p2#comment-7326
Basically it says:
scripts/mod/sumversion.c: In function ‘get_src_version’:
scripts/mod/sumversion.c:384: error: ‘PATH_MAX’ undeclared (first use in this function)
scripts/mod/sumversion.c:384: error: (Each undeclared identifier is reported only once
I am building on a virtual machine - any ideas? thanks.
Dan
I am trying to compile another version of the kernel with a non-standard compiler (its custom). I basically changed the hard coding of the makefile and changed/exported CC and CXX to be safe. I am on linux ubuntu8
Anyway I have the same problem as the person at the end of the comment list here: http://www.howtoforge.com/kernel_compilation_ubuntu_p2#comment-7326
Basically it says:
scripts/mod/sumversion.c: In function ‘get_src_version’:
scripts/mod/sumversion.c:384: error: ‘PATH_MAX’ undeclared (first use in this function)
scripts/mod/sumversion.c:384: error: (Each undeclared identifier is reported only once
I am building on a virtual machine - any ideas? thanks.
Dan