Try this for gcc-4.8?
authorEddie Hung <eddie@fpgeh.com>
Thu, 15 Aug 2019 23:20:54 +0000 (16:20 -0700)
committerEddie Hung <eddie@fpgeh.com>
Thu, 15 Aug 2019 23:20:54 +0000 (16:20 -0700)
kernel/yosys.h

index 0cf23072293dfb09ddf9f2d0ee36f2db83404aa1..895286a532131d92b720cb550647cd6e6e922626 100644 (file)
@@ -225,7 +225,7 @@ using RTLIL::Wire;
 using RTLIL::Cell;
 using RTLIL::Module;
 using RTLIL::Design;
-namespace ID = RTLIL::ID;
+namespace ID = ::YOSYS_NAMESPACE::RTLIL::ID;
 
 namespace hashlib {
        template<> struct hash_ops<RTLIL::Wire*> : hash_obj_ops {};