From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752795AbbFMMPN (ORCPT ); Sat, 13 Jun 2015 08:15:13 -0400 Received: from mail-pd0-f180.google.com ([209.85.192.180]:35435 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751641AbbFMMPG (ORCPT ); Sat, 13 Jun 2015 08:15:06 -0400 Date: Sat, 13 Jun 2015 17:44:55 +0530 From: Sudip Mukherjee To: David Howells Cc: linux-am33-list@redhat.com, Greg Kroah-Hartman , linux-kernel@vger.kernel.org Subject: mn10300 build fails Message-ID: <20150613121455.GA17555@sudip-PC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi David, I was trying to build mn10300 today and I got build failure. I was following the steps of kbuild test robot like: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross and then I tried: make.cross ARCH=mn10300 allmodconfig make.cross ARCH=mn10300 again i tried with allyesconfig. but in both cases build failed with: error: invalid use of undefined type 'struct kprobe_ctlblk' am i missing anything or is the build broken? besides build failure it has got tons of build warning and 20 unimplemented syscalls. previously also I tried to mail you and Koichi Yasutake asking about the board I need, to start working with this architecture. But mails to Koichi Yasutake bounced back and you never replied. :( regards sudip