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.

Linker problem with ccs v5 on DM8168 Simulator

Expert 2030 points

 

**** Build of configuration Debug for project HelloDM8168 ****

 

C:\TI\ccsv5\utils\gmake\gmake -k all 

'Building file: ../app.c'

'Invoking: C6000 Compiler'

"C:/TI/ccsv5/tools/compiler/c6000/bin/cl6x" -mv67p -g --include_path="C:/TI/ccsv5/tools/compiler/c6000/include"  --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="app.pp" --cmd_file="./configPkg/compiler.opt"  "../app.c"

'Finished building: ../app.c'

' '

'Building file: ../main_BIOS.c'

'Invoking: C6000 Compiler'

"C:/TI/ccsv5/tools/compiler/c6000/bin/cl6x" -mv67p -g --include_path="C:/TI/ccsv5/tools/compiler/c6000/include"  --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="main_BIOS.pp" --cmd_file="./configPkg/compiler.opt"  "../main_BIOS.c"

'Finished building: ../main_BIOS.c'

' '

'Building target: HelloDM8168.out'

'Invoking: C6000 Linker'

"C:/TI/ccsv5/tools/compiler/c6000/bin/cl6x" -mv67p -g --diag_warning=225 --abi=coffabi -z -m"HelloDM8168.map"  --warn_sections -i"C:/TI/ccsv5/tools/compiler/c6000/lib" -i"C:/TI/ccsv5/tools/compiler/c6000/include"  --reread_libs --rom_model -o "HelloDM8168.out" -l"./configPkg/linker.cmd"  "./main_BIOS.obj" "./app.obj" -l"libc.a" 

<Linking>

 

 undefined                                 first referenced

  symbol                                       in file     

 ---------                                 ----------------

 _xdc_runtime_knl_Thread_Object__create__S ./main_BIOS.obj 

 _xdc_runtime_knl_Thread_Params__init__S   ./main_BIOS.obj 

 

error: unresolved symbols remain

error: errors encountered during linking; "HelloDM8168.out" not built

 

>> Compilation failure

gmake: *** [HelloDM8168.out] Error 1

gmake: Target `all' not remade because of errors.

From where do I include xdc.runtime.knl module