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.

Undefined symbol _fs when building projects in CCS 3.1 with C6713

I have come across this error while building my project in CCS 3.1.

undefined first referenced symbol in file --------- ---------------- _fs C:\Documents and Settings\Tung Nguyen\My Documents\uLaw\Debug\c6713dskinit.obj error: symbol referencing errors - './Debug/uLaw.out' not built

I have added rts6700, csl6713, dsk6713bsl to the project, also add the path in Library Search Path in Build Options, but I m don't understand why it shows the error. What does this error mean and how can we fix this ?

I would be grateful if anyone can help me out.

  • Tung Nguyen,

    Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages. Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics.

    The error message comes from the linker step in the build process. The message is telling you that a symbol was referenced in one of your object files.

    That object file was either a pre-built object file or it was the result of a compile step from a source file.

    The object file is named c6713dskinit.obj and it appears to be located in your primary build folder, so it probably came from a source file of yours, likely named c6713dskinit.c . Do you have a file by that name?

    Regards,
    RandyP

  • Tung Nguyen,

    Did you solve this issue?

    Regards,
    RandyP