This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Requesting to help me in my project

Other Parts Discussed in Thread: CCSTUDIO

Hi,

I'am doing my project on voice scrambling using C6416 kit. i am facing an following error. 

I kindly request anybody to help me to complete my project.

_output_sample                   C:\CCStudio_v3.1\MyProjects\New Folder\voice\Debug\voice.obj
_input_sample C:\CCStudio_v3.1\MyProjects\New Folder\voice\Debug\voice.obj
_comm_poll C:\CCStudio_v3.1\MyProjects\New Folder\voice\Debug\voice.obj
>> error: symbol referencing errors - './Debug/voice.out' not built

>> Compilation failure

Build Complete,
2 Errors, 1 Warnings, 0 Remarks.

Regards,
Shruthi
  • Shruthi Deepak said:

    _output_sample                   C:\CCStudio_v3.1\MyProjects\New Folder\voice\Debug\voice.obj
    _input_sample                    C:\CCStudio_v3.1\MyProjects\New Folder\voice\Debug\voice.obj
    _comm_poll                       C:\CCStudio_v3.1\MyProjects\New Folder\voice\Debug\voice.obj
    >>   error: symbol referencing errors - './Debug/voice.out' not built

    These types of symbol referencing errors have come up several times on the forums, so a search should point you to threads with similar errors. Basically the linker is reporting that it cannot find the definitions for those 3 symbols but there is a call/reference to them from voice.c. You would need to locate where those symbols are defined (either a source file or library) and make sure that is added to the project.