Technical discussions about the TI C3x DSPs (including the C31, C32 and C33 DSPs).
|
Hello, I am using the C31 DSK and I want to rebuild the DSK applications from the included software (like dsk_pwm.cpp, dsk_osc.cpp or dsk_sg.cpp). Compiling the required support files (target.cpp, driver.cpp, dsk_coff.cpp etc.) worked fine. But I have problems linking these files with the main program (linker error: "Undefined symbol dsk_reset() in module dsk_pwm.cpp"). So how should I use the linker (Borlands Turbo Linker V5.1)? Which options do I need? Which libraries should I link and how? Should I also link the runtime libraries (if yes, why?)? Thanks for help! Best regards, Stefan Tertinek |