How to resolve TI DSP28335 related error "### Failed to generate all binary outputs"?

5 views (last 30 days)
Hi all,
I am using embedded coder in MATLAB to generate PWM pulses using TI DSP28335. I used blocks from simulink and formed a small circuit. When I run the model it is giving proper result, but when I build the model, it is giving following error.
### Invoking Target Language Compiler on ADCcheckCopy.rtw
### Using System Target File: C:\Program Files (x86)\MATLAB\R2014a\rtw\c\ert\ert.tlc
### Loading TLC function libraries
Warning: The data type "int8" uses a word size that is not available on the intended target.
Fixed-point signals using this data type will be put inside a larger word or multi words. When used,
extra software will be generated to force this larger word or multi words to emulate a smaller
word. This emulation is helpful when your prototype target and your final
production target are not the same. If the smaller word size does NOT exist
on the final production target, then consider increasing the word size to
one that is supported.
Warning: The data type "uint8" uses a word size that is not available on the intended target.
Warning: The data type "boolean" uses a word size that is not available on the intended target.
### Initial pass through model to cache user defined code
### Caching model source code
...............................................................................
..................
### Writing header file ADCcheckCopy.h
### Writing header file ADCcheckCopy_types.h
### Writing header file ADCcheckCopy_private.h
### Writing header file rtwtypes.h
### Writing header file rtGetInf.h
### Writing source file rtGetInf.c
### Writing header file rtGetNaN.h
### Writing source file rtGetNaN.c
### Writing header file rt_defines.h
### Writing header file rt_nonfinite.h
### Writing source file rt_nonfinite.c
### Writing source file ADCcheckCopy.c
### Writing source file ADCcheckCopy_data.c
### Writing source file ert_main.c
### TLC code generation complete.
..### Evaluating PostCodeGenCommand specified in the model
### Using toolchain: Texas Instruments C2000 Code Generation Tools v5.2.12 | gmake (32-bit Windows)
### 'C:\Users\User\Documents\MATLAB\ADCcheckCopy_ert_rtw\ADCcheckCopy.mk' is up to date
### Building 'ADCcheckCopy': C:\PROGRA~2\MATLAB\R2014a\bin\win32\gmake -B -f ADCcheckCopy.mk all
C:\Users\User\Documents\MATLAB\ADCcheckCopy_ert_rtw>cd .
C:\Users\User\Documents\MATLAB\ADCcheckCopy_ert_rtw>if "" == "" (C:\PROGRA~2\MATLAB\R2014a\bin\win32\gmake -B -f ADCcheckCopy.mk all ) else (C:\PROGRA~2\MATLAB\R2014a\bin\win32\gmake -B -f ADCcheckCopy.mk )
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="MW_c28xx_board.obj" "MW_c28xx_board.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="ADCcheckCopy.obj" "ADCcheckCopy.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="ADCcheckCopy_data.obj" "ADCcheckCopy_data.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="MW_c28xx_csl.obj" "MW_c28xx_csl.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="MW_c28xx_pwm.obj" "MW_c28xx_pwm.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="rtGetInf.obj" "rtGetInf.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="rtGetNaN.obj" "rtGetNaN.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="rt_nonfinite.obj" "rt_nonfinite.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="rt_matrx.obj" "C:/PROGRA~2/MATLAB/R2014a/rtw/c/src/rt_matrx.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="rt_printf.obj" "C:/PROGRA~2/MATLAB/R2014a/rtw/c/src/rt_printf.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="sfun_discreteVariableDelay.obj" "C:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/powersys/sfun_discreteVariableDelay.c"
"C:/Program Files (x86)/MATLAB/R2014a/toolbox/physmod/powersys/powersys/sfun_discreteVariableDelay.c", line 331: warning: variable "directFeedThrough" was declared but never referenced
"C:/Program Files (x86)/MATLAB/R2014a/toolbox/physmod/powersys/powersys/sfun_discreteVariableDelay.c", line 533: warning: variable "fieldNames" was set but never used
"C:/Program Files (x86)/MATLAB/R2014a/toolbox/physmod/powersys/powersys/sfun_discreteVariableDelay.c", line 538: warning: variable "nFields" was declared but never referenced
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="c2833xBoard_Realtime_Support.obj" "c2833xBoard_Realtime_Support.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_MemCopy.obj" "DSP2833x_MemCopy.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_CpuTimers.obj" "DSP2833x_CpuTimers.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_DefaultIsr.obj" "DSP2833x_DefaultIsr.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_GlobalVariableDefs.obj" "DSP2833x_GlobalVariableDefs.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_PieCtrl.obj" "DSP2833x_PieCtrl.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_PieVect.obj" "DSP2833x_PieVect.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_SysCtrl.obj" "DSP2833x_SysCtrl.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 -s -v28 -ml --float_support=fpu32 "DSP2833x_usDelay.asm"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 -s -v28 -ml --float_support=fpu32 "DSP2833x_CodeStartBranch.asm"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 -s -v28 -ml --float_support=fpu32 "DSP2833x_ADC_cal.asm"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="DSP2833x_DMA.obj" "DSP2833x_DMA.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="c2833xSchedulerTimer0.obj" "c2833xSchedulerTimer0.c"
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 --compile_only --large_memory_model --cla_support=cla0 --silicon_version=28 --define="LARGE_MODEL" -i"/~SupportFiles/DSP280x_headers" -i"/~SupportFiles/DSP280x_headers/include" -i"C:/ti/ccsv6/tools/compiler/C2000_~1.5/include" -v28 --float_support=fpu32 -ml -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DSTACK_SIZE=64 -DONESTEPFCN=1 -DTERMFCN=1 -DMAT_FILE=0 -DMULTI_INSTANCE_CODE=0 -DINTEGER_CODE=0 -DMT=0 -DCLASSIC_INTERFACE=0 -DALLOCATIONFCN=0 -DTID01EQ=0 -DRT -DUSE_RTMODEL -DERT -DMODEL=ADCcheckCopy -DNUMST=1 -DNCSTATES=0 -DHAVESTDIO -IC:/Users/User/Documents/MATLAB/ADCcheckCopy_ert_rtw -IC:/Users/User/Documents/MATLAB -IG:/Project/DSPFIL~1 -IC:/PROGRA~2/MATLAB/R2014a/extern/include -IC:/PROGRA~2/MATLAB/R2014a/simulink/include -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/src/ext_mode/common -IC:/PROGRA~2/MATLAB/R2014a/rtw/c/ert -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/facts/facts -IC:/PROGRA~2/MATLAB/R2014a/toolbox/physmod/powersys/DR/DR -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/dsp/extern/src/export/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/dsp/vision/matlab/include -IC:/MATLAB/SupportPackages/R2014a/tic2000/inc -IC:/PROGRA~2/MATLAB/R2014a/toolbox/shared/can/src/scanutil -IC:/MATLAB/SupportPackages/R2014a/tic2000/src -IC:/PROGRA~2/MATLAB/R2014a/toolbox/target/extensions/processor/tic2000/include -IC:/PROGRA~2/MATLAB/R2014a/toolbox/rtw/targets/common/can/blocks/tlc_c --output_file="ert_main.obj" "ert_main.c"
"### Creating standalone executable "../ADCcheckCopy.out" ..."
C:/ti/ccsv6/tools/compiler/C2000_~1.5/bin/cl2000 -z -IC:/ti/ccsv6/tools/compiler/C2000_~1.5/lib --stack_size=64 --warn_sections --reread_libs --rom_model -m"ADCcheckCopy.map" -l"rts2800_fpu32.lib" --define PWM_DMAACCESS=0 --define BOOT_FROM_FLASH=0 --output_file=../ADCcheckCopy.out MW_c28xx_board.obj ADCcheckCopy.obj ADCcheckCopy_data.obj MW_c28xx_csl.obj MW_c28xx_pwm.obj rtGetInf.obj rtGetNaN.obj rt_nonfinite.obj rt_matrx.obj rt_printf.obj sfun_discreteVariableDelay.obj SFO_TI_Build_V5_fpu.lib c2833xBoard_Realtime_Support.obj DSP2833x_MemCopy.obj DSP2833x_CpuTimers.obj DSP2833x_DefaultIsr.obj DSP2833x_GlobalVariableDefs.obj DSP2833x_PieCtrl.obj DSP2833x_PieVect.obj DSP2833x_SysCtrl.obj DSP2833x_usDelay.obj DSP2833x_CodeStartBranch.obj DSP2833x_ADC_cal.obj DSP2833x_DMA.obj c2833xSchedulerTimer0.obj ert_main.obj C:/MATLAB/SupportPackages/R2014a/tic2000/src/c28335.cmd C:/MATLAB/SupportPackages/R2014a/tic2000/rtlib/IQmath_fpu32.lib C:/PROGRA~2/MATLAB/R2014a/toolbox/idelink/extensions/ticcs/c2000/c2833xPeripherals.cmd
<Linking>
warning: creating ".sysmem" section with default size of 0x400; use the -heap
option to change the default size
"C:/MATLAB/SupportPackages/R2014a/tic2000/src/c28335.cmd", line 65: error:
program will not fit into available memory. placement with
alignment/blocking fails for section ".text" size 0x4045 page 0. Available
memory ranges:
RAML4L7 size: 0x4000 unused: 0x3e4d max hole: 0x3e4d
error: errors encountered during linking; "../ADCcheckCopy.out" not built
>> Compilation failure
gmake: *** [../ADCcheckCopy.out] Error 1
C:\Users\User\Documents\MATLAB\ADCcheckCopy_ert_rtw>echo The make command returned an error of 2
The make command returned an error of 2
C:\Users\User\Documents\MATLAB\ADCcheckCopy_ert_rtw>An_error_occurred_during_the_call_to_make
'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command,
operable program or batch file.
I am also attaching the simulink file. Please help me in resolving this issue.
Thank you.

Answers (2)

Venkatachala Sarma
Venkatachala Sarma on 1 Jun 2016
As the error message is clear, your model is big enough not to fit into F28335's RAM. So dump the code into F28335's flash memory. To do that, just select Boot From Flash option in the Coder Target pane of Configuration parameters.
Hope this helps

Walter Roberson
Walter Roberson on 26 Nov 2015
Notice the
program will not fit into available memory. placement with
alignment/blocking fails for section ".text" size 0x4045 page 0. Available
memory ranges:
RAML4L7 size: 0x4000 unused: 0x3e4d max hole: 0x3e4d
The program is about 0x0200 (512 bytes) too large to fit into the RAM available.
  1 Comment
yahoosreekanth
yahoosreekanth on 26 Nov 2015
Thank you walter for your reply.
Is this problem is due to the blocks which I used?. Or what are some other reasons for this issue?.
Could you please explain me how to resolve this issue.
Thank you.

Sign in to comment.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!