From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3943 invoked by alias); 2 Feb 2012 23:09:49 -0000 Received: (qmail 3934 invoked by uid 22791); 2 Feb 2012 23:09:48 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f41.google.com (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 02 Feb 2012 23:09:35 +0000 Received: by lamf4 with SMTP id f4so1876621lam.0 for ; Thu, 02 Feb 2012 15:09:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.109.161 with SMTP id ht1mr2485483lab.33.1328224173579; Thu, 02 Feb 2012 15:09:33 -0800 (PST) Received: by 10.112.52.3 with HTTP; Thu, 2 Feb 2012 15:09:33 -0800 (PST) In-Reply-To: References: Date: Thu, 02 Feb 2012 23:09:00 -0000 Message-ID: Subject: Re: Compiler Memory Alignment Issue From: Martin Guy To: Richard Koch Cc: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00030.txt.bz2 On 2 February 2012 19:15, Richard Koch wrote: > I'm seeing an alignment issue when I'm incrementing a pointer. > The target is a Technologics TS-7350 ARM920T (EP9302). Ah, my favourite processor :) > I'm wondering if there may be something I haven't set properly in the crosstool-ng's > configuration? I see Target options -> Floating point -> hardware(FPU) which should almost certainly be "softfp" as I doubt MaverickCrunch FPU code generation works. That should also allow you to link objects with standard Debian or whatever - it certainly won't work with the arm hardfloat ports like debian armhf, which neds a VFP FPU. Let me know if that makes any difference. M -- For unsubscribe information see http://sourceware.org/lists.html#faq