Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965338AbbKDMik (ORCPT ); Wed, 4 Nov 2015 07:38:40 -0500 Received: from mail-am1on0063.outbound.protection.outlook.com ([157.56.112.63]:18880 "EHLO emea01-am1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750703AbbKDMij convert rfc822-to-8bit (ORCPT ); Wed, 4 Nov 2015 07:38:39 -0500 From: Noam Camus To: Vineet Gupta , "linux-snps-arc@lists.infradead.org" CC: "linux-kernel@vger.kernel.org" , Tal Zilcer , Gil Fruchter , Chris Metcalf Subject: RE: [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform Thread-Topic: [PATCH v1 11/20] ARC: [plat-eznps] Add eznps platform Thread-Index: AQHRE97pXtVWlvdYQUma5me+IUgBYZ6IkoYAgAM/3uA= Date: Wed, 4 Nov 2015 12:38:36 +0000 Message-ID: References: <1446297327-16298-1-git-send-email-noamc@ezchip.com> <1446297327-16298-12-git-send-email-noamc@ezchip.com> <56374160.5070002@synopsys.com> In-Reply-To: <56374160.5070002@synopsys.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=noamc@ezchip.com; x-originating-ip: [212.179.42.66] x-microsoft-exchange-diagnostics: 1;DB5PR02MB1141;5:k/lkCKS9Vi7HOLJ+DedPxkMVgPM8wa9iysEn9NM88rfs/5uwmjlfudLY5lFX5ckhIoCTHf44LQ9+wXTbWS18SUn2sUFHaCrbXeXxDto+Kd0sOSJmHXebLEcJTWVGrKAN3cv29k3oO76Yp5RIlRsVgg==;24:s5TTiT4+ci1iIoKMYHUsm0uUZ20PbtmnYZOJ5Qb1QfM7BTgxRU0T/PrW+VvSvIAsOIilwtrmxKOQSKNyemuzv+5qwccob0FG8nLc9KeADaM=;20:8tuRN+FPZLeevlWObIHE778mtsLN/6SXdDkCB0B/TpKkoT9LXSb2rgXN6qLLw92kQVen7nBImbkXLDG62ZNdrA== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:DB5PR02MB1141; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401047)(520078)(5005006)(8121501046)(3002001)(10201501046);SRVR:DB5PR02MB1141;BCL:0;PCL:0;RULEID:;SRVR:DB5PR02MB1141; x-forefront-prvs: 0750463DC9 x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(199003)(189002)(377454003)(101416001)(11100500001)(81156007)(87936001)(19580405001)(19580395003)(97736004)(5001770100001)(5004730100002)(102836002)(4001430100002)(33656002)(54356999)(76576001)(5003600100002)(5007970100001)(76176999)(50986999)(2501003)(86362001)(77096005)(10400500002)(122556002)(40100003)(189998001)(5008740100001)(2900100001)(92566002)(66066001)(74316001)(5001960100002)(2950100001)(107886002)(106356001)(106116001)(105586002)(5002640100001);DIR:OUT;SFP:1101;SCL:1;SRVR:DB5PR02MB1141;H:DB5PR02MB1141.eurprd02.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; spamdiagnosticoutput: 1:23 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: ezchip.com X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Nov 2015 12:38:36.5094 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 0fc16e0a-3cd3-4092-8b2f-0a42cff122c3 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DB5PR02MB1141 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 810 Lines: 23 >From: Vineet Gupta [mailto:Vineet.Gupta1@synopsys.com] >Sent: Monday, November 02, 2015 12:57 PM >When trying to build with 2015.06 BE tools, >../arch/arc/plat-eznps/entry.S: Assembler messages: >../arch/arc/plat-eznps/entry.S:51: Error: bad instruction `sr (1<<28),[(0xFFFFF800+0x024)]' >make[3]: *** [arch/arc/plat-eznps/entry.o] Error 1 >make[2]: *** [arch/arc/plat-eznps] Error 2 I managed to reproduced this one. The AUX address is S12 and assembler failed when I provided the address this way. When I used (-0x800+0x024) it passed build. Thanks -Noam -- 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/