simulavr-devel
[Top][All Lists]
Advanced

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

[Simulavr-devel] compiler errors


From: Sebastian
Subject: [Simulavr-devel] compiler errors
Date: Sat, 07 May 2011 18:26:39 +0200

Hi,
When compiling simulavr with gcc 4.6, I get some errors.

The first one (NULL undefined) was easy to fix.
        #include <cstddef>
in pin.h

The second one isn't that easy:
        In file included from cmd/main.cpp:56:0:
        ./specialmem.h:69:27: error: reference ‘is’
        cannot be declared ‘mutable’ [-fpermissive]
Workaround:
        make CXXFLAGS=-fpermissive

regards,
Sebastian





reply via email to

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