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.

3 ERRORS during compilation

Dear All,

                I get the following errors for just calling the function SysCtlClockGet();

Description Resource Path Location Type
#10010 errors encountered during linking; "i2c_Frape.out" not built i2c_Frape C/C++ Problem
#10234-D unresolved symbols remain i2c_Frape C/C++ Problem
unresolved symbol SysCtlClockGet, first referenced in ./I2C_Frape.obj i2c_Frape C/C++ Problem

My header files are as below :

#include <stdio.h>
#include <inc/hw_types.h>
#include <driverlib/sysctl.h>

I am using the Stellarisware folder includes under my project (created from hello.c) I2C_Frape

  • Jose,

    Is this a SYS/BIOS program you are trying to link?  Or does it just use Stellarisware?  

    If just Stellarisware then I think it will be best addressed on this forum: http://e2e.ti.com/support/microcontrollers/stellaris_arm/default.aspx

    If you’re using SYS/BIOS, what device are you building for, and what versions of CCS, SYS/BIOS and XDCtools are you using?  

    And have you verified that the linker *library* search path is correct under the project’s properties Build->ARM Linker->File Search Path?   

    Thanks,
    Scott

  • Ooops Sorry, I am a newbie!!!! Wrong forum post!!!