Forums » Software Development »
Mitydsp Pro compile and link errors
Added by Krishna Vallabhaneni over 7 years ago
Downloaded MityDSP 2.12 and installed.
Using CCSv5.1.0.09.
Imported C:\MityDSP\2.12\software\demo\CCSV5\UDP_echo project.
Downloaded csl_c6455 library.
Added csl_c6455/inc in the compiler include path.
Added csl_c6455/lib in the linker path, added lib/csl_c6455.lib.
Build complains about undefined error!
What is the fix for this problem?
Replies (4)
RE: Mitydsp Pro compile and link errors - Added by Michael Williamson over 7 years ago
Hmm.
We'll look some more tomorrow, but the '--define="CHIP_6711"' option to the compiler should not be set for the MityDSP-PRO / MityDSP-6455 platform. You might try removing that from the configuration. (actually, what is the configuration you are trying to build?)
-Mike
RE: Mitydsp Pro compile and link errors - Added by Krishna Vallabhaneni over 7 years ago
CHIP_6711 was removed from the compiler predefined variables. The build produces the same errors.
CHIP_6455 was added to predefined variables. The build produced the same errors.
Attempting to build for MityDSP pro - for TI 6455 DSP chip.
Krishna
RE: Mitydsp Pro compile and link errors - Added by Dave Stehlik over 7 years ago
Hi Krishna,
Assuming you are trying to build for the MityDSP Pro, did you set the active configuration to DebugPro?
That should take care of the defines and I would assume any other problems.
Dave
RE: Mitydsp Pro compile and link errors - Added by Krishna Vallabhaneni over 7 years ago
How do you set the active configuration to DebugPro?
Krishna