From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15332 invoked by alias); 9 Mar 2010 09:15:44 -0000 Received: (qmail 15315 invoked by uid 22791); 9 Mar 2010 09:15:42 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-px0-f200.google.com (HELO mail-px0-f200.google.com) (209.85.216.200) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Mar 2010 09:15:39 +0000 Received: by pxi38 with SMTP id 38so1313516pxi.27 for ; Tue, 09 Mar 2010 01:15:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.140.55.12 with SMTP id d12mr3597391rva.72.1268126138149; Tue, 09 Mar 2010 01:15:38 -0800 (PST) In-Reply-To: References: Date: Tue, 09 Mar 2010 09:15:00 -0000 Message-ID: Subject: ARM gcc help From: Ruvinda Dhambarage To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-03/txt/msg00111.txt.bz2 hi, Iam using gcc 4.1.0 to compile code for a ARM922T. my code runs from the internal 64KB SRAM. when i run some functions it gets stuck or behaves unexpectedly when the .bin file gets larger than ~28KB. curiously, its the functions in the .o files that i added last that gets stuck. The functions in the .o which were added first, work without getting stuck. what are the possible causes? thanks.