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.

CCS/MSP430F5529: unresolved symbol in ./main.obj

Part Number: MSP430F5529


Tool/software: Code Composer Studio

I have written a small program in which I have a header .h and a source file .c

from witch in my main I call a function but I get the error above ..more specificlly :

I have inlcuded the .h and .c files from the build options menu .but I do not know why I get this error

  • Hi Nick,
    Where is 'return_x' and 'exp430RfSpiInit' defined? Do you have the source or object/library files that defines them as part of your project so that there are part of the link process?

    Thanks
    ki