Hi all!
I have a problem adding SCV library. I am new to SystemC! I am using 64bit Windows 7 and I have installed Cygwin x86_64. SystemC works with Eclipse but I am unable to add SCV library. When I try to execute
$ ../configure --with-systemc=/cygwin/c/systemc-2.3.1
it writes out numerous lines and then I get errors
checking for supported C++ compiler... configure: WARNING: gcc 5.4 is not a supported version (i.e. (3.2|3.4|4.1|4.2|4.3|4.4|4.5|4.6|4.7|4.8)). Beware.
checking for supported operating system... configure: error: cygwin is not supported
Is there any way to get around this problem?