Hello,
I am trying to build my first Hello World project in systemc, under cygwin.
I get build error: undefined reference to _sc_main.
Please help me how to resolve this problem.
I installed systemc under cygwin in the objdir directory, with ./configure and the ./ make instal, and I have libsystemc in the library directory.
Thank you