Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Help me resolve a CCSS code generation problem

Status
Not open for further replies.

wilfwolf

Newbie level 6
Joined
Mar 15, 2004
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
177
Hi,everyone,
I encountered a code generation problem when finished setup library and models. Hereunder is the error report. Can any experienced ccss user give me any instructions? Thank a lot.

C -features=tmplife -c -o lib-sparcOS5/Test_Light_1-u/Test_Light_1_funcs.o -I. -I/cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/include/ Test_Light_1_funcs.cxx
cc -c -o lib-sparcOS5/Test_Light_1-u/Test_Light_1_table.o -I. -I/cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/include/ Test_Light_1_table.c
CC -features=tmplife -c -o lib-sparcOS5/Test_Light_1-u/Test_Light_1_main.o -I. -I/cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/include/ Test_Light_1_main.cxx
CC -o bin-sparcOS5/Test_Light_1-u -L/cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/lib -R/cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/lib lib-sparcOS5/Test_Light_1-u/Test_Light_1_main.o lib-sparcOS5/Test_Light_1-u/Test_Light_1_mach.o lib-sparcOS5/Test_Light_1-u/Test_Light_1_funcs.o lib-sparcOS5/Test_Light_1-u/Test_Light_1_table.o -L/cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/lib/ -ldataset-O -lcfh-O -lca-O -lcb-O -lma-O -lfa1-O -lfa2-O -lraw-O -lzlib-O -lcmisce-O -lmisce-O -lfil-O -lunix-O -lruntimelib-O -lm -lclm-O -ltcl-O -lsocket -lnsl -ldl -lintl -lfsu -lfui -lsunmath
Undefined first referenced
symbol in file
std::basic_string<char,std::char_traits<char>,std::allocator<char> >&std::basic_string<char,std::char_traits<char>,std::allocator<char> >::__sun_append(const std::basic_string<char,std::char_traits<char>,std::allocator<char> >&) /cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/lib/libruntimelib-O.a(EgString.o)
std::basic_string<char,std::char_traits<char>,std::allocator<char> >std::basic_string<char,std::char_traits<char>,std::allocator<char> >::__sun_concat(const std::basic_string<char,std::char_traits<char>,std::allocator<char> >&)const /cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/lib/libruntimelib-O.a(EgNetbatchSim.o)
std::basic_string<char,std::char_traits<char>,std::allocator<char> >std::basic_string<char,std::char_traits<char>,std::allocator<char> >::__sun_concat(const char*)const /cadtools/synopsys/ccss04.09-sp2/sparcOS5/ccss/lib/libruntimelib-O.a(EgNetbatchSim.o)
ld: fatal: Symbol referencing errors. No output written to bin-sparcOS5/Test_Light_1-u
gmake[1]: *** [bin-sparcOS5/Test_Light_1-u] Error 1
gmake[1]: Leaving directory `/home/xiuxiang/Test_Light_1'
gmake: *** [sim-unopt] Error 2
Done. [Exit Code: 2]
 

ccss help pls!

check whether your makefile file is matching your system. maybe helpful.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top