Part Number: EVMK2H
Tool/software: TI-RTOS
Hey All, I'm having issues building a basic RTOS Project. I'm using CCS v8 and i have the latest SDK installed. I created a new project and I am trying to get it to build but I get the following Error:
makefile:147 :recipe for target failed ./startup_ARMCA15.o in function : 'Enter_Main'
undefined reference to _start.
I included the linker file for The K2H as well as the ARMCA15.s file. The error seems to be that the linker isn't finding where start is. I have tried messing with the build settings, but that didn't do anything. Does anyone have a clue what this means?