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



_______________________________________________
Simulavr-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/simulavr-devel

Reply via email to