From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Spyridakis Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH 2/2] arm/arm64 config: Fix arch_clean rule Date: Fri, 4 Sep 2015 15:48:35 +0200 Message-ID: References: <1441185926-61587-1-git-send-email-a.spyridakis@virtualopensystems.com> <1441185926-61587-3-git-send-email-a.spyridakis@virtualopensystems.com> <20150904104835.GC3096@hawk.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Alexander Spyridakis , mttcg@greensocs.com, KVM General , Claudio Fontana , Mark Burton , QEMU Developers , Alvise Rigo , Jani Kokkonen , =?UTF-8?B?QWxleCBCZW5uw6ll?= , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= To: Andrew Jones Return-path: Received: from mail-la0-f46.google.com ([209.85.215.46]:35596 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932559AbbIDNs5 (ORCPT ); Fri, 4 Sep 2015 09:48:57 -0400 Received: by lagj9 with SMTP id j9so14069192lag.2 for ; Fri, 04 Sep 2015 06:48:56 -0700 (PDT) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com. [209.85.215.49]) by smtp.googlemail.com with ESMTPSA id fi8sm597224lbc.11.2015.09.04.06.48.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Sep 2015 06:48:55 -0700 (PDT) Received: by laeb10 with SMTP id b10so14080912lae.1 for ; Fri, 04 Sep 2015 06:48:54 -0700 (PDT) In-Reply-To: <20150904104835.GC3096@hawk.localdomain> Sender: kvm-owner@vger.kernel.org List-ID: On 4 September 2015 at 12:48, Andrew Jones wrote: > Are you also running configure (with the opposite arch selected) after > 'make clean'? If not, then that could be the source of your problems. > Anyway, please describe the issues you're seeing because I don't see > what this patch is doing that isn't already being done. The lines this > patch adds are already there. See the arm_clean target in > config/config-arm-common.mak. Steps to reproduce my issue: > ./configure --arch=arm --cross-prefix=arm-linux-gnueabihf- > make > ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu- > make clean && make > arm/selftest.o: error adding symbols: File in wrong format I would expect that after 'make clean', the object and binary files are removed. Instead they are not and I have to manually remove them before rebuilding. Running 'make clean' before and/or after reconfiguring still produces the same issue for me. Thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36243) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXrMT-0004wi-Jc for qemu-devel@nongnu.org; Fri, 04 Sep 2015 09:49:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXrMP-0007Ys-Ll for qemu-devel@nongnu.org; Fri, 04 Sep 2015 09:49:01 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:34446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXrMP-0007Yf-F4 for qemu-devel@nongnu.org; Fri, 04 Sep 2015 09:48:57 -0400 Received: by lbbmp1 with SMTP id mp1so11659685lbb.1 for ; Fri, 04 Sep 2015 06:48:56 -0700 (PDT) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com. [209.85.215.44]) by smtp.googlemail.com with ESMTPSA id u9sm600595lau.4.2015.09.04.06.48.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Sep 2015 06:48:55 -0700 (PDT) Received: by lanb10 with SMTP id b10so13741226lan.3 for ; Fri, 04 Sep 2015 06:48:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150904104835.GC3096@hawk.localdomain> References: <1441185926-61587-1-git-send-email-a.spyridakis@virtualopensystems.com> <1441185926-61587-3-git-send-email-a.spyridakis@virtualopensystems.com> <20150904104835.GC3096@hawk.localdomain> From: Alexander Spyridakis Date: Fri, 4 Sep 2015 15:48:35 +0200 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH 2/2] arm/arm64 config: Fix arch_clean rule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andrew Jones Cc: mttcg@greensocs.com, Mark Burton , KVM General , Alexander Spyridakis , Claudio Fontana , QEMU Developers , Alvise Rigo , Jani Kokkonen , =?UTF-8?B?QWxleCBCZW5uw6ll?= , =?UTF-8?B?S09OUkFEIEZyw6lkw6lyaWM=?= On 4 September 2015 at 12:48, Andrew Jones wrote: > Are you also running configure (with the opposite arch selected) after > 'make clean'? If not, then that could be the source of your problems. > Anyway, please describe the issues you're seeing because I don't see > what this patch is doing that isn't already being done. The lines this > patch adds are already there. See the arm_clean target in > config/config-arm-common.mak. Steps to reproduce my issue: > ./configure --arch=arm --cross-prefix=arm-linux-gnueabihf- > make > ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu- > make clean && make > arm/selftest.o: error adding symbols: File in wrong format I would expect that after 'make clean', the object and binary files are removed. Instead they are not and I have to manually remove them before rebuilding. Running 'make clean' before and/or after reconfiguring still produces the same issue for me. Thanks.