avr-chat
[Top][All Lists]
Advanced

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

Re: [avr-chat] avr-g++ and virtual function call crashes on target mega3


From: Klaus Rudolph
Subject: Re: [avr-chat] avr-g++ and virtual function call crashes on target mega32
Date: Thu, 22 Mar 2012 05:30:27 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hi again,

forget this question :-) As all mystery things the solution is quite
simple: Never forget to move the data section also to flash :-)


Klaus Rudolph wrote:

> I am totally confused, cause the simualtion works but not the target! I
> have no jtag interface to debug on the real hardware.
> 

> go.srec: go
>       $(OBJCOPY) -j .text -O srec $< $@
> 

must be:

go.srec: go
    $(OBJCOPY) -j .text -j .data -O srec $< $@




reply via email to

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