From mint-bounce@lists.fishpool.fi Mon May 26 16:38:46 2008 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:organization:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=B8L4RdUHWL2+lJW7o3Q8vOWTt5ktmeRzRldCa75XF2c=; b=GTZT0cvjQjU/QpZv9wyNtZMqV3KBiEBkrW0YneWPruwkB+7iN1fJYAPmec7ZjiPJDdNT/kEDcjeJodAUUuI7SEuiVilDq23xLBomcc6bSi83B3tPJlxMz8Mg5ixOhm7F63W1IvbeGq4mLZ4tK5caVlCOGKxIQip2dnaCf2CzXvM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=qr9e8RKAq/14RCYhif8zGg6DgePZKSW+uGIIc7O+UtgtpbRLB/C99MuI/MQN8qxYW7eUUYS9/IN4il4QJff9P3F8QIJ5z86obtasjDplk+aPHDJG8YnNLY3aWaZIjS88bY3QHjDBtsB4M+/8M7BbJeM29l1VXjbgl7UkVmIxRUA= Message-ID: <483B18AC.60104@gmail.com> Date: Mon, 26 May 2008 22:08:12 +0200 From: Miro Kropacek Organization: Mystic Bytes User-Agent: Thunderbird 2.0.0.14 (X11/20080505) MIME-Version: 1.0 To: mint Subject: [MiNT] as + gdb Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: miro.kropacek@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Hi, I've found strange problem and I'm not sure if I'm overlooking something or there's a bug somewhere... I use classic Easymint, i.e. gdb/as from Sparemint... I'm trying to disassemble following program: .globl _temp .text _temp: clr.w -(sp) trap #1 I assemble it using 'as --gdwarf2 -o temp.o temp.S' and link using 'ld -o temp temp.o' When I load this program into gdb (gdb ./temp), I see "no debugging symbols found" and I can't use "list" for example for listing the source.. But from looking into binary 'temp' I see there's _temp symbol defined... Is there something else what should I do? Thanks for any help. -- MiKRO / Mystic Bytes http://mikro.atari.org