I want to realize the AD&DA using the "TMS320C 6713 DSK Board" equiped with "RealSYS_DSP6713_IO(Daughtercard)".
I have all the required c and h file in the "Myproject" folder.
When I compile the code, I have error message as you see.
---------------------------- ex08_adc.pjt - Debug ----------------------------
[Linking...] "E:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
undefined first referenced
symbol in file
--------- ----------------
_Get_EX_ADCIO_Exist E:\CCStudio_v3.1\MyProjects\ex08_adc\Debug\ex08_adc.obj
_AIC23_read E:\CCStudio_v3.1\MyProjects\ex08_adc\Debug\tcpip.obj
>> error: symbol referencing errors - './Debug/ex08_adc.out' not built
>> Compilation failure
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
Can you tell me why the message comeout?
Can you tell me solve method?