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/LAUNCHXL-F28069M: I CANT BUILD Caused by JUST ONE ERROR

Part Number: LAUNCHXL-F28069M
Other Parts Discussed in Thread: CONTROLSUITE

Tool/software: Code Composer Studio

Hi ALL MEN WO MEN!!

So Look at this
======================================================================================

makefile:149: recipe for target 'Example_2806xLaunchPad.out' failed
warning: creating output section ".cio" without a SECTIONS specification
warning: creating ".esysmem" section with default size of 0x400; use the -heap
option to change the default size
"D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/cmd/F28069.cmd", line 141: error:
program will not fit into available memory. run placement with
alignment/blocking fails for section ".ebss" size 0x223 page 1. Available
memory ranges:
RAML2 size: 0x400 unused: 0x0 max hole: 0x0
.ebss : > RAML2, PAGE = 1
warning: entry-point symbol other than "_c_int00" specified: "code_start"
error: errors encountered during linking; "Example_2806xLaunchPad.out" not
built
gmake: *** [Example_2806xLaunchPad.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

======================================================================================

AS you can see in the picture above

now iam using example program but i think consol says now you are using not fit memory right?

i dont uhnderstand easily

wht should i do T,T

have no idea where i should be on start.

plz give me tips! thanks

Now iam using ccs ver7

and this is fullversion about consol announcement

**** Clean-only build of configuration Debug for project Example_2806xLaunchPad ****

"D:\\ti\\ccsv7\\utils\\bin\\gmake" -k clean 
DEL /F  "Example_2806xLaunchPad.out" 
DEL /F "Example_F2806xLaunchPadDemo.obj" "F2806x_Adc.obj" "F2806x_CodeStartBranch.obj" "F2806x_CpuTimers.obj" "F2806x_DefaultIsr.obj" "F2806x_GlobalVariableDefs.obj" "F2806x_PieCtrl.obj" "F2806x_PieVect.obj" "F2806x_Sci.obj" "F2806x_SysCtrl.obj" "F2806x_TempSensorConv.obj" "F2806x_usDelay.obj" "sci_io.obj" 
DEL /F "Example_F2806xLaunchPadDemo.d" "F2806x_Adc.d" "F2806x_CpuTimers.d" "F2806x_DefaultIsr.d" "F2806x_GlobalVariableDefs.d" "F2806x_PieCtrl.d" "F2806x_PieVect.d" "F2806x_Sci.d" "F2806x_SysCtrl.d" "F2806x_TempSensorConv.d" "sci_io.d" 
DEL /F "F2806x_CodeStartBranch.d" "F2806x_usDelay.d" 
D:\ti\wp01\Example_2806xLaunchPad\Debug\Example_2806xLaunchPad.out��(��) ã�� �� �����ϴ�.
D:\ti\wp01\Example_2806xLaunchPad\Debug\Example_F2806xLaunchPadDemo.obj��(��) ã�� �� �����ϴ�.
D:\ti\wp01\Example_2806xLaunchPad\Debug\Example_F2806xLaunchPadDemo.d��(��) ã�� �� �����ϴ�.
D:\ti\wp01\Example_2806xLaunchPad\Debug\F2806x_CodeStartBranch.d��(��) ã�� �� �����ϴ�.
'Finished clean'
' '

**** Build Finished ****

**** Build of configuration Debug for project Example_2806xLaunchPad ****

"D:\\ti\\ccsv7\\utils\\bin\\gmake" -k all 
'Building file: ../Example_F2806xLaunchPadDemo.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="Example_F2806xLaunchPadDemo.d"  "../Example_F2806xLaunchPadDemo.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
"../Example_F2806xLaunchPadDemo.c", line 216: remark: comparison between
          signed and unsigned operands
  		    if(tempDelta > cycleCount){
  		                 ^

"../Example_F2806xLaunchPadDemo.c", line 224: remark: comparison between
          signed and unsigned operands
  		    if(abs(tempDelta) > cycleCount){
  		                      ^

"../Example_F2806xLaunchPadDemo.c", line 248: warning: variable "fid" was set
          but never used
      volatile FILE *fid;
                     ^

'Finished building: ../Example_F2806xLaunchPadDemo.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_Adc.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_Adc.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_Adc.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_Adc.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_CodeStartBranch.asm'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_CodeStartBranch.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_CodeStartBranch.asm"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_CodeStartBranch.asm'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_CpuTimers.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_CpuTimers.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_CpuTimers.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_CpuTimers.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_DefaultIsr.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_DefaultIsr.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_DefaultIsr.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_DefaultIsr.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/source/F2806x_GlobalVariableDefs.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_GlobalVariableDefs.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/source/F2806x_GlobalVariableDefs.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/source/F2806x_GlobalVariableDefs.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_PieCtrl.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_PieCtrl.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_PieCtrl.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_PieCtrl.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_PieVect.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_PieVect.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_PieVect.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_PieVect.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_Sci.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_Sci.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_Sci.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_Sci.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_SysCtrl.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_SysCtrl.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_SysCtrl.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_SysCtrl.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_TempSensorConv.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_TempSensorConv.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_TempSensorConv.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_TempSensorConv.c'
' '
'Building file: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_usDelay.asm'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="F2806x_usDelay.d"  "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_usDelay.asm"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
'Finished building: D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/source/F2806x_usDelay.asm'
' '
'Building file: ../sci_io.c'
'Invoking: C2000 Compiler'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --include_path="D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" --include_path="/packages/ti/xdais" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/include" --include_path="D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/include" --include_path="D:/ti/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/include" --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data --preproc_with_compile --preproc_dependency="sci_io.d"  "../sci_io.c"
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.
"../sci_io.c", line 41: remark: parameter "path" was never referenced
  int SCI_open(const char * path, unsigned flags, int llv_fd)
                            ^

"../sci_io.c", line 41: remark: parameter "flags" was never referenced
  int SCI_open(const char * path, unsigned flags, int llv_fd)
                                           ^

"../sci_io.c", line 41: remark: parameter "llv_fd" was never referenced
  int SCI_open(const char * path, unsigned flags, int llv_fd)
                                                      ^

"../sci_io.c", line 63: remark: parameter "dev_fd" was never referenced
  int SCI_read(int dev_fd, char * buf, unsigned count)
                   ^

"../sci_io.c", line 82: remark: parameter "dev_fd" was never referenced
  int SCI_write(int dev_fd, const char * buf, unsigned count)
                    ^

"../sci_io.c", line 102: remark: parameter "dev_fd" was never referenced
  off_t SCI_lseek(int dev_fd, off_t offset, int origin)
                      ^

"../sci_io.c", line 102: remark: parameter "offset" was never referenced
  off_t SCI_lseek(int dev_fd, off_t offset, int origin)
                                    ^

"../sci_io.c", line 102: remark: parameter "origin" was never referenced
  off_t SCI_lseek(int dev_fd, off_t offset, int origin)
                                                ^

"../sci_io.c", line 107: remark: parameter "path" was never referenced
  int SCI_unlink(const char * path)
                              ^

"../sci_io.c", line 112: remark: parameter "old_name" was never referenced
  int SCI_rename(const char * old_name, const char * new_name)
                              ^

"../sci_io.c", line 112: remark: parameter "new_name" was never referenced
  int SCI_rename(const char * old_name, const char * new_name)
                                                     ^

'Finished building: ../sci_io.c'
' '
'Building target: Example_2806xLaunchPad.out'
'Invoking: C2000 Linker'
"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -g --define=_DEBUG --define=_FLASH --define=LARGE_MODEL --quiet --verbose_diagnostics --diag_warning=225 --issue_remarks --output_all_syms --cdebug_asm_data -z --stack_size=0x200 -m"Example_2806xLaunchPad.map" --warn_sections -i"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/lib" -i"D:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.3.LTS/include" -i"D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/lib" -i"D:/ti/controlSUITE/libs/math/IQmath/v160/lib" -i"D:/ti/controlSUITE/libs/math/FPUfastRTS/V100/lib" --reread_libs --priority --verbose_diagnostics --issue_remarks --xml_link_info="Example_2806xSci_Echoback_linkInfo.xml" --entry_point=code_start --rom_model -o "Example_2806xLaunchPad.out" -lrts2800_fpu32_fast_supplement.lib -lrts2800_fpu32.lib "./Example_F2806xLaunchPadDemo.obj" "./F2806x_Adc.obj" "./F2806x_CodeStartBranch.obj" "./F2806x_CpuTimers.obj" "./F2806x_DefaultIsr.obj" "./F2806x_GlobalVariableDefs.obj" "./F2806x_PieCtrl.obj" "./F2806x_PieVect.obj" "./F2806x_Sci.obj" "./F2806x_SysCtrl.obj" "./F2806x_TempSensorConv.obj" "./F2806x_usDelay.obj" "./sci_io.obj" "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/cmd/F28069.cmd" "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_headers/cmd/F2806x_Headers_nonBIOS.cmd"  -lIQmath_fpu32.lib 
remark: --output_all_syms is deprecated and will be removed in a subsequent
   release. This is now the default behavior of the compiler.
remark: --cdebug_asm_data is deprecated and will be removed in a subsequent
   release.

>> Compilation failure
makefile:149: recipe for target 'Example_2806xLaunchPad.out' failed
warning: creating output section ".cio" without a SECTIONS specification
warning: creating ".esysmem" section with default size of 0x400; use the -heap
   option to change the default size
"D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/cmd/F28069.cmd", line 141: error: 
   program will not fit into available memory.  run placement with
   alignment/blocking fails for section ".ebss" size 0x223 page 1.  Available
   memory ranges:
   RAML2        size: 0x400        unused: 0x0          max hole: 0x0       
   .ebss               : > RAML2,      PAGE = 1
warning: entry-point symbol other than "_c_int00" specified:  "code_start"
error: errors encountered during linking; "Example_2806xLaunchPad.out" not
   built
gmake: *** [Example_2806xLaunchPad.out] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

  • Hello SungJin,

    SungJin Kim said:
    "D:/ti/controlSUITE/device_support/f2806x/v140/F2806x_common/cmd/F28069.cmd", line 141: error:
    program will not fit into available memory. run placement with
    alignment/blocking fails for section ".ebss" size 0x223 page 1. Available
    memory ranges:
    RAML2 size: 0x400 unused: 0x0 max hole: 0x0
    .ebss : > RAML2, PAGE = 1

    SungJin Kim said:
    now iam using example program but i think consol says now you are using not fit memory right?

    Yes, you are correct. Your linker command file (F28069.cmd) is telling the linker to place the .ebss section to RAML2 memory range (address 0x8C00 with length of 0x400). According to the message above, there is no unused space available (if is already full). So you will have to modify the linker command file so that you either free up space in RAML2, or try to place .ebss somewhere else.

    How to do that? Please carefully read the below document on how to modify your linker command file:

    http://dev.ti.com/tirex/explore/node?node=APJQ1q8Ox6tOF4TmB4THeg__FUz-xrs__LATEST

    There is a lot of information, but it is very useful to go through it slowly.

    Thanks

    ki