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.

Header file not working

Other Parts Discussed in Thread: LM3S8962, EK-LM3S8962

Hi

I have been working on a prgram on CAN bus with my LM3S8962 MCU kit. The program which I was trying was an example program given along with the software CD. While compiling the program I got the following errors.

 

unresolved symbol UARTprintf, first referenced in ./simple_tx.obj sid line 0 1278823057808 20

unresolved symbol UARTStdioInit, first referenced in ./simple_tx.obj sid line 0 1278823057807 19

I am sure that I have included the header for UARTprintf and the utilities files for UART StudioInit. I specifically mentioned the path for those two files, but still it dint work.

I dint tamper with the header files or with the utilities file in the CD. 

What could be the possible solution for this problem.