simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] [sr #106378] memory.c::175 ERROR: Use of deprecated int


From: anonymous
Subject: [Simulavr-devel] [sr #106378] memory.c::175 ERROR: Use of deprecated interface
Date: Thu, 22 May 2008 20:15:33 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14

URL:
  <http://savannah.nongnu.org/support/?106378>

                 Summary: memory.c::175 ERROR:  Use of deprecated interface
                 Project: Simulavr: an AVR simulator
            Submitted by: None
            Submitted on: Thursday 05/22/2008 at 20:15 UTC
                Category: bugs
                Priority: 5 - Normal
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I am using WinAVR-20080512 (simulavr 0.1.2.5) with Ethernut-4.4.1, configured
for the ATmega128. In order to compile Enut I had to add a #define line to
avr\include\avr\sleep.h, because the new version had no __SLEEP_MODE_MASK
defined.  I added it in the section which
applies to the atmega128 and many others.

#define _SLEEP_MODE_MASK (_BV(SM0) | _BV(SM1) | _BV(SM2))

I can successfully build examples, but when I try to run the hex file under
simulavr I get the above error message.  One specific example is "caltime".

The simulavr command I used is:

simulavr -d atmega128 -E hex -e caltime.hex

I have gotten the same error when compiling under two previous versions of
WinAVR, using simulavr 1.2.2.

Am I doing something wrong or is there some bug?



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Thursday 05/22/2008 at 20:15 UTC  Name: sleep.h  Size: 14kB   By: None

<http://savannah.nongnu.org/support/download.php?file_id=15700>
-------------------------------------------------------
Date: Thursday 05/22/2008 at 20:15 UTC  Name: caltime.hex  Size: 66kB   By:
None

<http://savannah.nongnu.org/support/download.php?file_id=15701>
-------------------------------------------------------
Date: Thursday 05/22/2008 at 20:15 UTC  Name: caltime.c  Size: 11kB   By:
None

<http://savannah.nongnu.org/support/download.php?file_id=15702>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/support/?106378>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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