Hello im getting this error
g++ -g2 -rdynamic -I. -I.. -I./systemC/include -L. -L.. -L./systemC/lib-linux -o nirgam core/rng.o core/fifo.o core/InputChannel.o core/ipcore.o core/OutputChannel.o core/VCAllocator.o core/NWTile.o core/NoC.o core/orion/SIM_array_l.o core/orion/SIM_array_m.o core/orion/SIM_cam.o core/orion/SIM_router.o core/orion/SIM_arbiter.o core/orion/SIM_crossbar.o core/orion/SIM_router_power.o core/orion/orion_router_power.o core/orion/SIM_ALU.o core/orion/SIM_misc.o core/orion/SIM_permu.o core/orion/SIM_static.o core/orion/SIM_link.o core/orion/SIM_clock.o core/orion/SIM_util.o core/orion/SIM_time.o core/orion/orion_router_area.o core/orion/SIM_router_area.o core/main.o core/Controller.o core/ranvar.o application/src/TG.o application/src/Traffic_patterns.o application/src/NED_traffic.o -lsystemc -lm -ldl 2>&1 | c++filt
core/fifo.o: In function `sc_dt::sc_uint_base::print(std::ostream&) const':
/home/kasarla/Desktop/nirgam 2.1/./systemC/include/sysc/datatypes/int/sc_uint_base.h:831: undefined reference to `sc_dt::sc_uint_base::to_string[abi:cxx11](sc_dt::sc_numrep, bool) const'
core/InputChannel.o: In function `sc_trace(sc_core::sc_trace_file*&, creditLine const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
/home/kasarla/Desktop/nirgam 2.1/core/credit.h:61: undefined reference to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_bit const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/home/kasarla/Desktop/nirgam 2.1/core/credit.h:62: undefined reference to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_bit const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
core/InputChannel.o: In function `sc_core::sc_inout<sc_dt::sc_uint<64> >::end_of_elaboration()':
/home/kasarla/Desktop/nirgam 2.1/./systemC/include/sysc/communication/sc_signal_ports.h:1124: undefined reference to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_uint_base const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
core/InputChannel.o: In function `sc_core::sc_in<sc_dt::sc_uint<5> >::end_of_elaboration()':
/home/kasarla/Desktop/nirgam 2.1/./systemC/include/sysc/communication/sc_signal_ports.h:285: undefined reference to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_uint_base const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
core/InputChannel.o: In function `sc_core::sc_inout<sc_dt::sc_uint<32> >::end_of_elaboration()':
/home/kasarla/Desktop/nirgam 2.1/./systemC/include/sysc/communication/sc_signal_ports.h:1124: undefined reference to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_uint_base const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
core/InputChannel.o: In function `sc_core::sc_in<sc_dt::sc_uint<3> >::end_of_elaboration()':
/home/kasarla/Desktop/nirgam 2.1/./systemC/include/sysc/communication/sc_signal_ports.h:285: undefined reference to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_uint_base const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
core/InputChannel.o: In function `sc_core::sc_inout<sc_dt::sc_uint<2> >::end_of_elaboration()':
/home/kasarla/Desktop/nirgam 2.1/./systemC/include/sysc/communication/sc_signal_ports.h:1124: undefined reference to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_uint_base const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
core/VCAllocator.o:/home/kasarla/Desktop/nirgam 2.1/./systemC/include/sysc/communication/sc_signal_ports.h:1124: more undefined references to `sc_core::sc_trace(sc_core::sc_trace_file*, sc_dt::sc_uint_base const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)' follow
collect2: error: ld returned 1 exit status
please do help to rectify this
pleaseeee
thanks in advance