【转】linux-2.6.32 编译问题(ld: /ubuntu/omnibook/sections.lds: No such file: No such file or directory
解决方法:
在/usr/src/linux-source-2.6.32/ubuntu/omnibook/Makefile 中
ifeq ($(KERNELRELEASE),)
# Support for direct Makefile invocation
的前面增加:
PWD=$(shell pwd)