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/TM4C1294NCPDT: TM4C1294nCPDT bootloader

Part Number: TM4C1294NCPDT

Tool/software: Code Composer Studio

I copied "bl_startup_ccs.s" file and "bl_link_ccs.cmd" file from "boot_serial" example project and pasted in my project for boot loader customization.


Following are the errors in CCS.

Can any one help me.

"MCU is TM4C1294NCPDT"

Description    Resource    Path    Location    Type
[E0001] Undefined symbol    bl_startup_ccs.s    /Trial_01    line 218    C/C++ Problem
[E0001] Undefined symbol    bl_startup_ccs.s    /Trial_01    line 219    C/C++ Problem
[E0001] Undefined symbol    bl_startup_ccs.s    /Trial_01    line 371    C/C++ Problem
[E0001] Undefined symbol    bl_startup_ccs.s    /Trial_01    line 375    C/C++ Problem
[E0001] Undefined symbol    bl_startup_ccs.s    /Trial_01    line 376    C/C++ Problem
[E0004] Absolute, well-defined integer value expected    bl_startup_ccs.s    /Trial_01    line 50    C/C++ Problem
[E0200] Operation cannot be performed on given operands    bl_startup_ccs.s    /Trial_01    line 100    C/C++ Problem
[E0200] Operation cannot be performed on given operands    bl_startup_ccs.s    /Trial_01    line 131    C/C++ Problem
[E0200] Operation cannot be performed on given operands    bl_startup_ccs.s    /Trial_01    line 341    C/C++ Problem
[E0200] Operation cannot be performed on given operands    bl_startup_ccs.s    /Trial_01    line 372    C/C++ Problem
[E0200] Operation cannot be performed on given operands    bl_startup_ccs.s    /Trial_01    line 382    C/C++ Problem
[E0300] The following symbols are undefined:    bl_startup_ccs.s    /Trial_01         C/C++ Problem
#1965 cannot open source file "bl_config.h"    bl_startup_ccs.s    /Trial_01    line 34    C/C++ Problem
gmake: *** [bl_startup_ccs.obj] Error 1    Trial_01             C/C++ Problem
gmake: Target 'all' not remade because of errors.    Trial_01             C/C++ Problem
[E1000] error while processing C code in .cdecls directive    bl_startup_ccs.s    /Trial_01    line 30    C/C++ Problem
[W1500] warning:  relocation template 261 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 50    C/C++ Problem
[W1500] warning:  relocation template 265 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 219    C/C++ Problem
[W1500] warning:  relocation template 265 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 376    C/C++ Problem
[W1500] warning:  relocation template 267 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 218    C/C++ Problem
[W1500] warning:  relocation template 267 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 371    C/C++ Problem
[W1500] warning:  relocation template 267 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 375    C/C++ Problem
[W1500] warning:  relocation template 275 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 50    C/C++ Problem
[W1500] warning:  relocation template 275 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 218    C/C++ Problem
[W1500] warning:  relocation template 275 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 219    C/C++ Problem
[W1500] warning:  relocation template 275 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 371    C/C++ Problem
[W1500] warning:  relocation template 275 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 375    C/C++ Problem
[W1500] warning:  relocation template 275 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 376    C/C++ Problem
[W1500] warning:  relocation template 277 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 50    C/C++ Problem
[W1500] warning:  relocation template 277 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 218    C/C++ Problem
[W1500] warning:  relocation template 277 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 219    C/C++ Problem
[W1500] warning:  relocation template 277 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 371    C/C++ Problem
[W1500] warning:  relocation template 277 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 375    C/C++ Problem
[W1500] warning:  relocation template 277 not found; returning OFR_INVALID    bl_startup_ccs.s    /Trial_01    line 376    C/C++ Problem
Build-variable 'SW_ROOT' cannot be resolved. This project may not build as expected.    Trial_01        properties    Problems
Invalid project path: Include path not found (\boot_loader).    Trial_01        pathentry    Path Entry Problem

Regards,

Iyyappan.V