Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753934AbbBEPRX (ORCPT ); Thu, 5 Feb 2015 10:17:23 -0500 Received: from v032797.home.net.pl ([89.161.177.31]:58826 "HELO v032797.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1753146AbbBEPRW (ORCPT ); Thu, 5 Feb 2015 10:17:22 -0500 Message-ID: <54D38982.6000100@elproma.com.pl> Date: Thu, 05 Feb 2015 16:17:22 +0100 From: =?UTF-8?B?SmFudXN6IFXFvHlja2k=?= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Russell King , "Jon Medhurst (Tixy)" , "David A. Long" , Masami Hiramatsu , Wang Nan , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: arm: kprobe compilation error Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1294 Lines: 37 Hi, I got the compilation error on next-20150204: CC arch/arm/probes/kprobes/actions-arm.o In file included from arch/arm/probes/kprobes/actions-common.c:18: arch/arm/probes/kprobes/core.h:43: error: '[*]' not allowed in other than a declaration make[2]: *** [arch/arm/probes/kprobes/actions-common.o] Błąd 1 make[2]: *** Oczekiwanie na niezakończone zadania.... In file included from arch/arm/probes/kprobes/actions-arm.c:66: arch/arm/probes/kprobes/core.h:43: error: '[*]' not allowed in other than a declaration make[2]: *** [arch/arm/probes/kprobes/actions-arm.o] Błąd 1 In file included from arch/arm/probes/kprobes/core.c:37: arch/arm/probes/kprobes/core.h:43: error: '[*]' not allowed in other than a declaration make[2]: *** [arch/arm/probes/kprobes/core.o] Błąd 1 make[1]: *** [arch/arm/probes/kprobes] Błąd 2 make: *** [arch/arm/probes] Błąd 2 reason is *[*]: const struct decode_checker *[*]); ^ target: mxs (arm926) gcc version 4.2.4 best regards Janusz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/