From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15956 invoked by alias); 4 Jul 2014 09:46:01 -0000 Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org Received: (qmail 15941 invoked by uid 89); 4 Jul 2014 09:46:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail.ecoscentric.com Received: from albus.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 04 Jul 2014 09:45:58 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 512) id B82E4A83900; Fri, 4 Jul 2014 10:45:55 +0100 (BST) From: bugzilla-daemon@bugs.ecos.sourceware.org To: unassigned@bugs.ecos.sourceware.org Subject: [Bug 1001999] New: adder.S: Error: operand out of range Date: Fri, 04 Jul 2014 09:46:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: HAL X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: mrandreas@hotmail.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014/txt/msg00224.txt.bz2 Please do not reply to this email, use the link below. http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001999 Bug ID: 1001999 Summary: adder.S: Error: operand out of range Product: eCos Version: unknown Target: All Architecture/Host Other OS: Status: UNCONFIRMED Severity: enhancement Priority: low Component: HAL Assignee: unassigned@bugs.ecos.sourceware.org Reporter: mrandreas@hotmail.com CC: ecos-bugs@ecos.sourceware.org I have issues finding the root of this problem: packages/hal/powerpc/adder/current/src/adder.S:401: Error: operand out of range (0x0000ffffffffe000 is not between 0x0000000000000000 and 0x000000000000ffff) The compiler powerpc-860-linux-gnu-gcc is complaining about the last of these line in adder.S mflr r3 lwi r4, 0x00FFFFF and r3,r3,r4 oris r3,r3,CYGMEM_REGION_rom>>16 I had no problem 32 bit version of ubuntu 12.04 LTS, while the 64 bit version I've stumbled on this one while building redboot. Obvious it's trying to put a 32 bit value into an 16 bit and fail to acept this. Any clue what to look for? Is there a 16 bit / 32 bit prosessor definition causing this? thanks Andreas -- You are receiving this mail because: You are the assignee for the bug.