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.

コンパイラ/ TMS320C6747: About many occurrences of "identifier *** is undefined".

Part Number: TMS320C6747

Tool/software: TI C/C++ Compiler

Hello Mr. Rahul

I am troubled with the error of attached log now. (Undefined as before)

Here is the process.
Dell Vostro Core_i7 / 3.4GHz / 8GB / 900GB_HDD (400GB free)
I made win7 with VirtualBox in win10.
I have installed CCS5.5.0.00077_win32.
Installed C6747_BIOSPSP_01_30_01.
Installed EDMA3_LLD_BIOS5_01_11_00_03.
Installed ti_cgt_c6000_8.3.1_windows_installer.exe
Set this compiler selection in Project_Propaties_General.

A meta-data_error occurs when importing a source file set. (This is the same as the other day)
Create a new project empty, and drag and drop source files to create a build project. However, many occurrences of "identifier" Uns "is undefined".

The attached 3 files are as follows.

log, compiler selection, and Hierarchical top file

"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 95: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 97: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 98: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 104: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 105: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 106: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 107: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
Error limit reached.
100 errors detected in the compilation of "../acf_tsk.c".
Compilation terminated.

>> Compilation failure
gmake: *** [acf_tsk.obj] Error 1
'Building file: ../boot_ls041.asm'
'Invoking: C6000 Compiler'
"C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/bin/cl6x" -mv6747 --abi=eabi --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/pmi/src/pmi" --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/bios/xdcbuild" --include_path="C:/Program Files/Texas Instruments/pspdrivers_01_30_01/packages" --include_path="C:/Users/alex/workspace_v9/LS041" --include_path="C:/Users/alex/workspace_v5_5/ls04" --include_path="C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/include" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6747 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="boot_ls041.pp"  "../boot_ls041.asm"
"../boot_ls041.asm", WARNING! at line 31: [W9999] Placing data in a code section (.boot_load) is discouraged. The data may be interpreted as code. This section will not be compressed.
	           MVKL    .S1     0x1c11100,A4

"../boot_ls041.asm", WARNING! at line 634: [W0005] Extraneous cross path usage
	           RET     .S2X    B3                ; |322| 			JUMP EntryPoint

No Assembly Errors, 2 Assembly Warnings
'Finished building: ../boot_ls041.asm'
' '
'Building file: ../cmd_tsk.c'
'Invoking: C6000 Compiler'
"C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/bin/cl6x" -mv6747 --abi=eabi --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/pmi/src/pmi" --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/bios/xdcbuild" --include_path="C:/Program Files/Texas Instruments/pspdrivers_01_30_01/packages" --include_path="C:/Users/alex/workspace_v9/LS041" --include_path="C:/Users/alex/workspace_v5_5/ls04" --include_path="C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/include" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6747 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="cmd_tsk.pp"  "../cmd_tsk.c"
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 23: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 24: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 25: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 33: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 34: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 35: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 36: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 38: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 39: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 64: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 53: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 62: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 69: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 70: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 71: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 73: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 75: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 90: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 91: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 92: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 93: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 95: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 124: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hst.h", line 22: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 25: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 26: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 27: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 29: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #80: expected a type specifier
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #93: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 33: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 34: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 35: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 36: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 39: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 40: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 41: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 55: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 59: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 62: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 69: error #20: identifier "SWI_Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 70: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 71: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 75: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 76: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 81: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 82: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 83: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 92: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 93: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 94: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 95: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 97: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 98: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 104: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 105: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 106: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 107: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
Error limit reached.
100 errors detected in the compilation of "../cmd_tsk.c".
Compilation terminated.

>> Compilation failure
gmake: *** [cmd_tsk.obj] Error 1
'Building file: ../fcnt_tsk.c'
'Invoking: C6000 Compiler'
"C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/bin/cl6x" -mv6747 --abi=eabi --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/pmi/src/pmi" --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/bios/xdcbuild" --include_path="C:/Program Files/Texas Instruments/pspdrivers_01_30_01/packages" --include_path="C:/Users/alex/workspace_v9/LS041" --include_path="C:/Users/alex/workspace_v5_5/ls04" --include_path="C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/include" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6747 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="fcnt_tsk.pp"  "../fcnt_tsk.c"
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 23: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 24: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 25: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 33: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 34: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 35: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 36: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 38: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 39: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 64: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 53: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 62: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 69: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 70: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 71: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 73: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 75: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 90: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 91: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 92: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 93: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 95: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 124: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hst.h", line 22: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 25: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 26: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 27: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 29: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #80: expected a type specifier
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #93: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 33: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 34: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 35: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 36: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 39: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 40: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 41: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 55: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 59: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 62: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 69: error #20: identifier "SWI_Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 70: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 71: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 75: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 76: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 81: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 82: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 83: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 92: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 93: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 94: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 95: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 97: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 98: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 104: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 105: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 106: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 107: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
Error limit reached.
100 errors detected in the compilation of "../fcnt_tsk.c".
Compilation terminated.

>> Compilation failure
gmake: *** [fcnt_tsk.obj] Error 1
'Building file: ../led_tsk,.c'
'Invoking: C6000 Compiler'
"C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/bin/cl6x" -mv6747 --abi=eabi --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/pmi/src/pmi" --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/bios/xdcbuild" --include_path="C:/Program Files/Texas Instruments/pspdrivers_01_30_01/packages" --include_path="C:/Users/alex/workspace_v9/LS041" --include_path="C:/Users/alex/workspace_v5_5/ls04" --include_path="C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/include" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6747 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="led_tsk,.pp"  "../led_tsk,.c"
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 23: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 24: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 25: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 33: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 34: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 35: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 36: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 38: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 39: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 64: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 53: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 62: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 69: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 70: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 71: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 73: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 75: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 90: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 91: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 92: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 93: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 95: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 124: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hst.h", line 22: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 25: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 26: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 27: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 29: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #80: expected a type specifier
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #93: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 33: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 34: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 35: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 36: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 39: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 40: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 41: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 55: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 59: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 62: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 69: error #20: identifier "SWI_Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 70: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 71: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 75: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 76: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 81: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 82: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 83: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 92: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 93: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 94: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 95: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 97: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 98: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 104: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 105: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 106: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 107: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
Error limit reached.
100 errors detected in the compilation of "../led_tsk,.c".
Compilation terminated.

>> Compilation failure
gmake: *** [led_tsk,.obj] Error 1
'Building file: ../ls041_main.c'
'Invoking: C6000 Compiler'
"C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/bin/cl6x" -mv6747 --abi=eabi --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/pmi/src/pmi" --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/bios/xdcbuild" --include_path="C:/Program Files/Texas Instruments/pspdrivers_01_30_01/packages" --include_path="C:/Users/alex/workspace_v9/LS041" --include_path="C:/Users/alex/workspace_v5_5/ls04" --include_path="C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/include" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6747 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="ls041_main.pp"  "../ls041_main.c"
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 23: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 24: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 25: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/fxn.h", line 33: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 34: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 35: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 36: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 38: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 39: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 49: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 54: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 59: error #20: identifier "LgInt" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/sts.h", line 64: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 53: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 62: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 69: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 70: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 71: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 73: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 75: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 90: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 91: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 92: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 93: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 94: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 95: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/pip.h", line 124: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hst.h", line 22: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 25: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 26: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 27: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 29: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 118: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 124: warning #93-D: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Void" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/hwi.h", line 130: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #80: expected a type specifier
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #93: identifier-list parameters may only be used in a function definition
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 26: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 33: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 34: error #20: identifier "Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 35: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 36: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 37: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 38: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 39: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 40: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 41: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 55: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 56: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 57: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 58: error #20: identifier "Ptr" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 59: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 60: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 62: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 69: error #20: identifier "SWI_Fxn" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 70: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 71: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 75: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 76: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 81: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 82: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 83: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 91: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 92: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 93: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 94: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 95: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 96: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 97: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 98: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 100: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #20: identifier "Uns" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 101: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 104: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 105: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 106: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 107: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 122: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #20: identifier "Arg" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/swi.h", line 123: error #91: function returning function is not allowed
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
"C:/ti/bios_5_42_01_09/packages/ti/bios/include/atm.h", line 25: error #20: identifier "Int" is undefined
Error limit reached.
100 errors detected in the compilation of "../ls041_main.c".
Compilation terminated.

>> Compilation failure
gmake: *** [ls041_main.obj] Error 1
'Building file: ../pllc_Init.c'
'Invoking: C6000 Compiler'
"C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/bin/cl6x" -mv6747 --abi=eabi --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/pmi/src/pmi" --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/bios/xdcbuild" --include_path="C:/Program Files/Texas Instruments/pspdrivers_01_30_01/packages" --include_path="C:/Users/alex/workspace_v9/LS041" --include_path="C:/Users/alex/workspace_v5_5/ls04" --include_path="C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/include" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6747 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="pllc_Init.pp"  "../pllc_Init.c"
"../pllc_Init.c", line 88: warning #9-D: nested comment is not allowed
"../pllc_Init.c", line 113: warning #9-D: nested comment is not allowed
"../pllc_Init.c", line 48: warning #179-D: variable "DIV45_EN" was declared but never referenced
'Finished building: ../pllc_Init.c'
' '
'Building file: ../syscfg.c'
'Invoking: C6000 Compiler'
"C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/bin/cl6x" -mv6747 --abi=eabi --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/pmi/src/pmi" --include_path="C:/Program Files/Texas Instruments/bios_5_41_03_17/packages/ti/bios/xdcbuild" --include_path="C:/Program Files/Texas Instruments/pspdrivers_01_30_01/packages" --include_path="C:/Users/alex/workspace_v9/LS041" --include_path="C:/Users/alex/workspace_v5_5/ls04" --include_path="C:/inst/CCS5.5.0.00077_win32/ti-cgt-c6000_8.3.1/include" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --include_path="C:/Users/alex/workspace_v5_5/ls04/Debug" --include_path="C:/ti/bios_5_42_01_09/packages/ti/bios/include" --include_path="C:/ti/bios_5_42_01_09/packages/ti/rtdx/include/c6000" --define=c6747 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="syscfg.pp"  "../syscfg.c"
'Finished building: ../syscfg.c'
' '
gmake: Target `all' not remade because of errors.

**** Build Finished ****



Best, regards
Suzuki
2019_0731_19: 00 @ japan

  • Please select CGT 7.4.x and make sure that the binary is not build for ELF format. You build shows use of newer compiler and --abi=eabi which indicates the build is happening for ELF binaries. I am not sure why you are creating a new project . Isn`t there an existing project CCSv3.3 project that you can import. The other issue is that I am not sure if you have std.h being included in the application. 

    bios_5_xx_xx_xx\xdctools\packages\xdc\std.h

    Also, can you confirm C6747.cmd file is a file from your source and not from CCS. IF this is coming from CCS install, I would remove that as it may conflict with DSPBIOS platform configuration. Open the file in CCS Editor and check to see if there is any define expected for Uns to be defined that you may be missing in the project

    Regards,

    Rahul

    PS: DSPBIOS is not recommnded for new development so make sure you are trying to leverage project that you may have previously created and known to be working else we can`t support this new development effort around DSPBIOS.

  • Thanks for replying to me Mr. Rahul

    Currently, I can avoid yesterday's error and I have another error.


    I will explain the process in order.

    You say CGT should be 7.4x. From the previous error message, I daredly installed 8.3.1, but I found that there was another cause, so I'll go back to 7.4.4. The output format was legacy COFF.
    The way to create a new project was unavoidably done.
    When I import a project called LS041, I get an error like attached image ccs55_import_error.png, so I changed it to the new project method.
    I will also send a file list of files called LS041.
    std.h and C6747.cmd are included in that LS041.

    And C6747.cmd was also in pspdrivers . That is the driver I installed additionally. And based on what you suggested, I deleted the driver I was adding.

    Two additional drivers are
    C6747_BIOSPSP_01_30_01
    EDMA3_LLD_BIOS5_01_11_00_03
    Both are bios related.
    I uninstalled both.
    So there is no error message coming out of the window.

    What came up instead is the error of attached ccs55_CGT744_error_2019_0801.log. Please provide a solution for this.

    "Explanation of the process"
    In the first place, the development results nine years ago include three source file groups attached: LS041.list, boot2nd.lst, and FROM.lst.

    And since the BOOT function of DSP is small (2 KB at maximum) from the size of COPY from ROM, it is necessary to prepare 2nd BOOT, 2nd BOOT is started by the BOOT function of DSP, and the LS041 program is copied and executed by this 2nd BOOT. It was developed.
    2KB of boot2nd is put at the head of external 256KB flash ROM.

    It uses UARTHOST.EXE (TI) and Microsoft .NET Framework version 2.0.
    I transfer the flash rewrite program: FROM_V100.BIN to the DSP in UART0 boot mode and then start automatically.

    Next, send LS041V101.HEX by command instruction to FROM_V100.BIN using a HyperTerminal on Windows
    Restart with DSP in NOR boot mode.

    And in the commentary read me such as source file, it is written like this.
    **************************************************read_me start
    ・ Under My Documents \ workspace
       LS041 (Correlation operation program)
       boot2nd (Startup program)
       FROM (Flash ROM rewrite program)
       Copy folder

    ・ Install BIOS
       DSPBIOS5_41_03_17
       C6747_BIOSPSP_01_30_01
       EDMA3_LLD_BIOS5_01_11_00_03
       Run and install the setup in each folder

    ・ Copying DSP initialization setting file at ICE startup
       Copy evmc6747_dsp.gel to the C: \ Program Files \ Texas Instruments \ ccsv4 \ emulation \ boards \ evmc6747 \ gel folder
       Note: Since the evmc6747_dsp.gel file already exists in the copy destination folder, backup it if necessary.
    **************************************************read_me end

    TMDSCCS-ALLN01-v4.0 (Code Composer Studio IDE V4)
    XDS510 USB (JTAG EMULATOR)
    It was developed using.

    With the above information, will there be any directionality?

    Best Regards

    Suzuki

    **** Build of configuration Debug for project ls04 ****
    
    "C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all 
    'Building file: ../Gpio.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Gpio.pp"  "../Gpio.c"
    "../Gpio.c", line 58: fatal error #5: could not open source file "log.h"
    1 fatal error detected in the compilation of "../Gpio.c".
    Compilation terminated.
    gmake: *** [Gpio.obj] Error 1
    
    >> Compilation failure
    'Building file: ../Psc.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Psc.pp"  "../Psc.c"
    "../Psc.c", line 61: fatal error #5: could not open source file "std.h"
    1 fatal error detected in the compilation of "../Psc.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [Psc.obj] Error 1
    'Building file: ../Uart.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Uart.pp"  "../Uart.c"
    "../Uart.c", line 56: fatal error #5: could not open source file "std.h"
    1 fatal error detected in the compilation of "../Uart.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [Uart.obj] Error 1
    'Building file: ../acf_tsk.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="acf_tsk.pp"  "../acf_tsk.c"
    "..\ls041cfg.h", line 8: fatal error #5: could not open source file "std.h"
    1 fatal error detected in the compilation of "../acf_tsk.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [acf_tsk.obj] Error 1
    'Building file: ../boot_ls041.asm'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="boot_ls041.pp"  "../boot_ls041.asm"
    "../boot_ls041.asm", WARNING! at line 31: [W9999] Placing data in a code section (.boot_load) is discouraged. The data may be interpreted as code. This section will not be compressed.
    	           MVKL    .S1     0x1c11100,A4
    
    "../boot_ls041.asm", WARNING! at line 634: [W0005] Extraneous cross path usage
    	           RET     .S2X    B3                ; |322| 			JUMP EntryPoint
    
    No Assembly Errors, 2 Assembly Warnings
    'Finished building: ../boot_ls041.asm'
    ' '
    'Building file: ../cmd_tsk.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="cmd_tsk.pp"  "../cmd_tsk.c"
    "..\ls041cfg.h", line 8: fatal error #5: could not open source file "std.h"
    1 fatal error detected in the compilation of "../cmd_tsk.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [cmd_tsk.obj] Error 1
    'Building file: ../fcnt_tsk.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="fcnt_tsk.pp"  "../fcnt_tsk.c"
    "..\ls041cfg.h", line 8: fatal error #5: could not open source file "std.h"
    1 fatal error detected in the compilation of "../fcnt_tsk.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [fcnt_tsk.obj] Error 1
    'Building file: ../led_tsk,.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="led_tsk,.pp"  "../led_tsk,.c"
    "..\ls041cfg.h", line 8: fatal error #5: could not open source file "std.h"
    1 fatal error detected in the compilation of "../led_tsk,.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [led_tsk,.obj] Error 1
    'Building file: ../ls041_main.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="ls041_main.pp"  "../ls041_main.c"
    "..\ls041cfg.h", line 8: fatal error #5: could not open source file "std.h"
    1 fatal error detected in the compilation of "../ls041_main.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [ls041_main.obj] Error 1
    'Building file: ../pllc_Init.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="pllc_Init.pp"  "../pllc_Init.c"
    "../pllc_Init.c", line 88: warning #9-D: nested comment is not allowed
    "../pllc_Init.c", line 113: warning #9-D: nested comment is not allowed
    "../pllc_Init.c", line 48: warning #179-D: variable "DIV45_EN" was declared but never referenced
    'Finished building: ../pllc_Init.c'
    ' '
    'Building file: ../syscfg.c'
    'Invoking: C6000 Compiler'
    "C:/ti/ccsv5/tools/compiler/c6000_7.4.4/bin/cl6x" -mv6740 --abi=coffabi -g --include_path="C:/ti/ccsv5/tools/compiler/c6000_7.4.4/include" --define=c6747 --display_error_number --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="syscfg.pp"  "../syscfg.c"
    "../syscfg.c", line 3: fatal error #5: could not open source file "ti/pspiom/cslr/soc_C6747.h"
    1 fatal error detected in the compilation of "../syscfg.c".
    Compilation terminated.
    
    >> Compilation failure
    gmake: *** [syscfg.obj] Error 1
    gmake: Target `all' not remade because of errors.
    
    **** Build Finished ****
    
     �h���C�u C �̃{�����[�� ���x���� OS �ł�
     �{�����[�� �V���A���ԍ��� 7A2A-9A55 �ł�
    
     C:\Users\alex\workspace_v5_5\LS041 �̃f�B���N�g��
    
    2019/08/01  17:17    <DIR>          .
    2019/08/01  17:17    <DIR>          ..
    2019/07/29  14:18               561 .ccsproject
    2019/07/29  14:18            23,289 .cproject
    2019/07/17  10:29    <DIR>          .launches
    2019/07/29  14:18             1,099 .project
    2019/07/29  14:18    <DIR>          .settings
    2019/07/22  13:02                 0 .xdchelp
    2019/07/08  19:11             4,091 acf.h
    2019/07/08  19:11             5,610 acf_tbl.h
    2019/07/08  19:11            18,725 acf_tsk.c
    2019/07/08  19:11            37,266 boot_ls041.asm
    2019/07/17  10:08             3,258 C6747.cmd
    2019/07/08  19:11            19,298 cmd_tsk.c
    2019/07/29  14:18    <DIR>          Debug
    2019/07/08  19:11            20,418 fcnt_tsk.c
    2019/07/08  19:11             7,339 fpga.h
    2019/07/08  19:11            63,425 Gpio.c
    2019/07/08  19:11            18,713 Gpio.h
    2019/07/08  19:11             3,902 GpioLocal.h
    2019/07/08  19:11               594 hex_ls041.rom
    2019/07/08  19:11               948 led_tsk,.c
    2019/07/08  19:11               870 link.cmd
    2019/07/08  19:11             3,969 ls041.h
    2019/08/01  17:17                 0 ls041.lst
    2019/07/08  19:11             4,478 LS041.tcf
    2019/07/08  19:11               824 LS041cfg.h
    2019/07/08  19:11             8,621 ls041_main.c
    2019/07/08  19:11             7,165 pllc_Init.c
    2019/07/08  19:11            11,313 Psc.c
    2019/07/08  19:11             4,081 Psc.h
    2019/07/29  14:18    <DIR>          Release
    2019/01/19  10:05             5,764 std.h
    2019/07/08  19:11             6,830 syscfg.c
    2019/07/08  19:11               189 syscfg.h
    2019/07/08  19:11           165,938 Uart.c
    2019/07/08  19:11            15,480 Uart.h
    2019/07/08  19:11            12,402 UartLocal.h
    2019/07/08  19:11                90 ver.h
                  33 �‚̃t�@�C��             476,550 �o�C�g
                   6 �‚̃f�B���N�g��  383,285,235,712 �o�C�g�̋󂫗̈�
    
     �h���C�u C �̃{�����[�� ���x���� OS �ł�
     �{�����[�� �V���A���ԍ��� 7A2A-9A55 �ł�
    
     C:\Users\alex\workspace_v9\boot2nd �̃f�B���N�g��
    
    2019/08/01  17:18    <DIR>          .
    2019/08/01  17:18    <DIR>          ..
    2019/07/17  10:32               561 .ccsproject
    2019/07/17  10:32            21,666 .cproject
    2019/07/17  10:07               837 .project
    2019/07/17  10:32    <DIR>          .settings
    2019/07/08  19:11            12,106 boot.c
    2019/08/01  17:18                 0 boot2nd.lst
    2019/07/17  10:07             3,258 C6747.cmd
    2019/07/17  10:35    <DIR>          Debug
    2019/07/08  19:11               979 link.cmd
    2019/07/17  09:45    <DIR>          Release
                   7 �‚̃t�@�C��              39,407 �o�C�g
                   5 �‚̃f�B���N�g��  383,280,119,808 �o�C�g�̋󂫗̈�
    
     �h���C�u C �̃{�����[�� ���x���� OS �ł�
     �{�����[�� �V���A���ԍ��� 7A2A-9A55 �ł�
    
     C:\Users\alex\workspace_v9\FROM �̃f�B���N�g��
    
    2019/08/01  17:19    <DIR>          .
    2019/08/01  17:19    <DIR>          ..
    2019/07/17  10:07               528 .ccsproject
    2019/07/17  10:31            21,670 .cproject
    2019/07/17  10:31    <DIR>          .launches
    2019/07/17  10:07               834 .project
    2019/07/17  10:32    <DIR>          .settings
    2019/07/17  10:07             3,258 C6747.cmd
    2019/07/17  10:35    <DIR>          Debug
    2019/07/08  19:11             8,058 flashrom.c
    2019/07/08  19:11               817 flashrom.h
    2019/07/08  19:11               304 from.h
    2019/08/01  17:19                 0 FROM.lst
    2019/07/08  19:11             3,235 FROM.tcf
    2019/07/08  19:11             4,540 from_cmd.c
    2019/07/08  19:11             8,250 from_main.c
    2019/07/08  19:11             4,199 from_tsk.c
    2019/07/08  19:11            63,425 Gpio.c
    2019/07/08  19:11            18,713 Gpio.h
    2019/07/08  19:11             3,902 GpioLocal.h
    2019/07/08  19:11             4,704 intel.c
    2019/07/08  19:11               240 intel.h
    2019/07/08  19:11               696 led_tsk,.c
    2019/07/08  19:11             1,432 ls041.h
    2019/07/08  19:11             7,165 pllc_Init.c
    2019/07/08  19:11            11,313 Psc.c
    2019/07/08  19:11             4,081 Psc.h
    2019/07/17  09:45    <DIR>          Release
    2019/07/08  19:11             6,830 syscfg.c
    2019/07/08  19:11               189 syscfg.h
    2019/07/08  19:11           165,232 Uart.c
    2019/07/08  19:11            15,443 Uart.h
    2019/07/08  19:11            12,402 UartLocal.h
                  27 �‚̃t�@�C��             371,460 �o�C�g
                   6 �‚̃f�B���N�g��  383,277,428,736 �o�C�g�̋󂫗̈�