Results 1 to 2 of 2
Hi all,
I want to install systemc 2.2.0 on my macbook (white) with leopard. I used the thread Across the Stars Blog Archive Compiling SystemC with GCC 4 (and Mac ...
- 09-09-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
systemc errors
Hi all,
I want to install systemc 2.2.0 on my macbook (white) with leopard. I used the thread Across the Stars Blog Archive Compiling SystemC with GCC 4 (and Mac OS X) to install and used the batch as suggested for systemc2.2.0.
I configured it correctly, but when I use make I get some errors. Here is what I did after installing the patch.
> ../configure --build=i386-pc-macosx
>make
bhola:objdir irfan$ make
Making all in src
Making all in sysc
Making all in kernel
make[3]: Nothing to be done for `all'.
Making all in qt
make[3]: Nothing to be done for `all'.
Making all in communication
g++ -I. -I. -I../../../../src/sysc/communication -I../../../../src -Wall -DSC_INCLUDE_FX -O3 -c -o sc_signal.o ../../../../src/sysc/communication/sc_signal.cpp
../../../../src/sysc/datatypes/fx/sc_context.h: In copy constructor 'sc_dt::sc_context<T>::sc_context(const sc_dt::sc_context<T>&)':
../../../../src/sysc/datatypes/fx/sc_context.h:235: error: returning a value from a constructor
make[3]: *** [sc_signal.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
Can anybody help me how to solve it please.
Irfan
- 09-10-2008 #2Just Joined!
- Join Date
- Sep 2008
- Posts
- 5
IS there no one to know about this problem??


Reply With Quote