Tomo: It looks like in the most recent svn repo (532) you moved all of the core changes from the svn tree to the patchset against the git tree. This is cool, but the makefile still attempts to build ./kernel from the svn tree which contains old code -- and not unexpectedly breaks. I think you need to remove the "make -C kernel" from the root Makefile. Thanks, Tom