avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-gcc-list] Astudio Question


From: Jim Pearce
Subject: [avr-gcc-list] Astudio Question
Date: Thu, 15 Feb 2001 11:46:16 -0500

Hello all:

I am trying to use AVR Studio V3.21 with the object file generated by gcc.  It 
mostly works but the dissassembly view of my main( )
does not show the code from the beginning of the module.  For example,  here is 
my map file:

.text          0x00000064      0x2bc MyTest.o
                0x0000011a                _overflow0_
                0x000000e2                junk_routine
                0x000000a4                task1
                0x0000021c                send_packet
                0x0000012a                task2
                0x000002d8                send_word
                0x000002ee                main
                0x000002a4                send_block
                0x000001c2                CRC
                0x00000064                task3
                0x00000294                send_preamble

Showing that task3( ) starts at 64.  Astudio starts its dissassembly at C8.  
Has anyone else had this problem?  Is it me or it? Any
work arounds?

Thanks!

Jim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]