From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26094 invoked by alias); 25 Jan 2014 11:07:38 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 26085 invoked by uid 89); 25 Jan 2014 11:07:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oa0-f53.google.com Received: from mail-oa0-f53.google.com (HELO mail-oa0-f53.google.com) (209.85.219.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 25 Jan 2014 11:07:36 +0000 Received: by mail-oa0-f53.google.com with SMTP id m1so4949828oag.12 for ; Sat, 25 Jan 2014 03:07:35 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.60.47.116 with SMTP id c20mr6850oen.60.1390648054865; Sat, 25 Jan 2014 03:07:34 -0800 (PST) Received: by 10.182.250.162 with HTTP; Sat, 25 Jan 2014 03:07:34 -0800 (PST) In-Reply-To: <52E22ADF.1040109@dallaway.org.uk> References: <52E14C04.30308@dallaway.org.uk> <52E22ADF.1040109@dallaway.org.uk> Date: Sat, 25 Jan 2014 11:07:00 -0000 Message-ID: From: Samuel Charnet To: John Dallaway Cc: eCos Discussion Content-Type: text/plain; charset=ISO-8859-1 Subject: [ECOS] Re: STM32 ROMINT don't run X-SW-Source: 2014-01/txt/msg00028.txt.bz2 I still can't debug I looked in more detail objdump output and i have a strange thing : So, this is the header : $ arm-none-eabi-objdump -h hello hello: file format elf32-littlearm Sections: Idx Name Size VMA LMA File off Algn 0 .debug_aranges 000012e0 00000000 00000000 000050d8 2**3 CONTENTS, READONLY, DEBUGGING 1 .debug_info 00047978 00000000 00000000 000063b8 2**0 CONTENTS, READONLY, DEBUGGING 2 .debug_abbrev 0000b993 00000000 00000000 0004dd30 2**0 CONTENTS, READONLY, DEBUGGING 3 .debug_line 0000b85d 00000000 00000000 000596c3 2**0 CONTENTS, READONLY, DEBUGGING 4 .debug_frame 00002ba8 00000000 00000000 00064f20 2**2 CONTENTS, READONLY, DEBUGGING 5 .debug_str 00008f1a 00000000 00000000 00067ac8 2**0 CONTENTS, READONLY, DEBUGGING 6 .debug_loc 00012afc 00000000 00000000 000709e2 2**0 CONTENTS, READONLY, DEBUGGING 7 .rom_vectors 00000008 08000000 08000000 00000098 2**0 CONTENTS, ALLOC, LOAD, READONLY, CODE 8 .ARM.exidx 00000008 08000008 08000008 000000a0 2**2 CONTENTS, ALLOC, LOAD, READONLY, DATA 9 .text 00004d18 08000010 08000010 000000a8 2**2 CONTENTS, ALLOC, LOAD, READONLY, CODE 10 .rodata 00000160 08004d28 08004d28 00004dc0 2**3 CONTENTS, ALLOC, LOAD, READONLY, DATA 11 .eh_frame 00000008 08004e88 08004e88 00004f20 2**0 ALLOC 12 .data 000001b8 20000288 08004e90 00004f20 2**3 CONTENTS, ALLOC, LOAD, DATA 13 .bss 000034bc 20000440 08005048 000050d8 2**3 ALLOC 14 .ARM.attributes 0000002f 00000000 00000000 000834de 2**0 CONTENTS, READONLY 15 .comment 00000070 00000000 00000000 0008350d 2**0 CONTENTS, READONLY 16 .debug_ranges 000046c8 00000000 00000000 0008357d 2**0 CONTENTS, READONLY, DEBUGGING The text section should be -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss