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.

Using CCS v6 to debug cc2538

Other Parts Discussed in Thread: CC2538

hi

i used ccs v6 to debug cc2548 example code.

but there is build error. 

i thought it might be include path problem. but i have no idea.

here is path which i had setted.

1. Properties -> include options

"C:\Users\WONHEELEE\swrc271a (1)\cc2538_foundation_firmware_1_0_1_0\bsp\srf06eb_cc2538\drivers\source"

"C:\Users\WONHEELEE\swrc271a (1)\cc2538_foundation_firmware_1_0_1_0\driverlib\cc2538\source"

"C:\Users\WONHEELEE\swrc271a (1)\cc2538_foundation_firmware_1_0_1_0\driverlib\cc2538\inc"

2. ARM Linker -> File Search Path

"C:\Users\WONHEELEE\swrc271a (1)\cc2538_foundation_firmware_1_0_1_0\bsp\srf06eb_cc2538\drivers\bin\ccs"

"C:\Users\WONHEELEE\swrc271a (1)\cc2538_foundation_firmware_1_0_1_0\driverlib\cc2538\bin\ccs"

and i add files two lib files like below pic

where is the problem ?

  • when i use bspLedInit() function in bsp_led.h, occurred error like this.

    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "TEST_cc2538sf53_1.out" not built

    if i did not use bspLedInit() function, there is no problem.

    Regrads