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.

C6713 GEL problem loading .out file - CCSv5.5

Other Parts Discussed in Thread: CCSTUDIO, CONTROLSUITE

Hey guys, so the build was successful,

**** Build of configuration Debug for project Sine8_buf ****

"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all

**** Build Finished ****

So the program builded without problems or warnings after i corrected everything from the 2 previous posts, now when i start debugging it gives me a single error:

TMS320C671X: GEL Output: GEL StartUp Complete.
TMS320C671X: GEL: Encountered a problem loading file: C:\Users\Administrator\workspace_v5_2\Sine8_buf\Debug\Sine8_buf.out Could not open file

I've tried reseting the perspective through "windows->reset perspective" and cleaned the workspace by deleting the .metadata, like it was said in this link:

http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv5#General_IDE

yet the problem persists...

Thanks in advance,

Francisco

  • Hi,

    Try switching to a different workspace. Create a new one adjacent to the old one -> Copy your project to this space -> Check for any errors with this config :)

    Regards,

    Gautam

  • Francisco,

    Francisco Esteves said:
    **** Build Finished ****

    This means the build is completed. But it doesn't necessarily mean that it was successful.

    Francisco Esteves said:

    TMS320C671X: GEL: Encountered a problem loading file: C:\Users\Administrator\workspace_v5_2\Sine8_buf\Debug\Sine8_buf.out Could not open file

    This message tells me that the build was not successful, hence an out file was not generated.

    Did you actually see a message in the build output window about Sine8_buf.out being successfully created?

    Thanks

    ki

  • Hey Ki-Soo,

    no it didn't  appear nothing of such in the build output window.

    When i picked up the program after a couple of days, it showed me errors (again), i thought i solved in a previous post.

    I'm trying to solve them again.

    "C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
    'Building file: ../c6713dskinit.c'
    'Invoking: C6000 Compiler'
    "C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.4.4/bin/cl6x" -mv6710 --abi=coffabi -g --include_path="C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.4.4/include" --include_path="C:/C6xCSL/include" --include_path="C:/DSK6713/c6000/dsk6713/include" --include_path="C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.4.4/include" --define="CHIP_6713" --define=c6713 --quiet --display_error_number --diag_wrap=off --mem_model:data=far --src_interlist --obj_directory="D:/CCStudio_v3.1/MyProjects/sine8_buf/Debug" --preproc_with_compile --preproc_dependency="c6713dskinit.pp" "../c6713dskinit.c"
    "..\dsk6713.h", line 56: error #20: identifier "Uint8" is undefined
    "..\dsk6713.h", line 56: error #20: identifier "Int16" is undefined
    "..\dsk6713.h", line 59: error #20: identifier "Int16" is undefined
    "..\dsk6713.h", line 59: error #20: identifier "Uint8" is undefined
    "..\dsk6713.h", line 62: error #20: identifier "Uint32" is undefined
    "..\dsk6713.h", line 65: error #20: identifier "Uint32" is undefined
    "..\dsk6713.h", line 68: error #20: identifier "Int16" is undefined
    7 errors detected in the compilation of "../c6713dskinit.c".

    Am i missing any library?

  • Francisco Esteves said:
    Am i missing any library?

    Looks like you are missing a header file that defines those undefined types. Probably some std.h or stdtypes.h file (or some name like that). Make sure you are including all the header files you need (I don't know which one you need)

    ki

  • Hey,

    std.h file exists in xdais folders, which one should i use?

    i'm using the compiler 7.4.4 for C6000 for my C6713, and the std.h files appeear in the

    C:\ti\xdctools_3_23_03_53\...\targets

    C:\ti\xdctools_3_25_03_72\...\targets

    C:\ti\bios_5_41_13_42\...\include

    C:\ti\bios_5_42_01_09\...\include

    C:\ti\bios_6_33_04_39\...\include

    C:\ti\bios_6_35_04_50\...\include

    all files from the CCSv5 installed folder, am i supposed to load a bios or xdctools? If so which one?

    I know its a newbie question, but i understand that are a critical part of the bios and necessary for the software to use a bios.

  • Francisco Esteves said:
    std.h file exists in xdais folders, which one should i use?

    Like I mentioned in my previous post:

    Ki-Soo Lee said:
    Probably some std.h or stdtypes.h file (or some name like that). Make sure you are including all the header files you need (I don't know which one you need)

    I'm not sure. I'm not even sure if std.h is the file you need. You will need to figure that out based on the example you are trying to build.

  • I found the right one now the errors are when linking with the memory:

    The basic options in the C6000 linker are stack size: 0x800 and the heap size for dynamic memory allocation: 0x800

    **** Build of configuration Debug for project test ****

    "C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
    'Building target: test.out'
    'Invoking: C6000 Linker'
    "C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.4.4/bin/cl6x" -mv6700 --abi=coffabi -g --define=CHIP_6713 --display_error_number --diag_warning=225 --diag_wrap=off -z --stack_size=0x800 -m"test.map" --heap_size=0x800 -i"C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.4.4/lib" -i"C:/Program Files/Texas Instruments/C6000 Code Generation Tools 7.4.4/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="test_linkInfo.xml" --rom_model -o "test.out" "./main.obj" "./c6713dskinit.obj" "./Vectors_intr.obj" "../C6713.cmd" "../C6713dsk.cmd" -l"C:\Program Files\Texas Instruments\C6000 Code Generation Tools 7.4.4\lib\rts6200.lib" -l"C:\DSK6713\c6000\bios\lib\csl6713.lib" -l"C:\DSK6713\c6000\dsk6713\lib\dsk6713bsl.lib" -l"C:\C6xCSL\lib_3x\csl6713.lib"
    <Linking>
    "../C6713dsk.cmd", line 5: error #10264: IVECS memory range overlaps existing
    memory range IRAM
    "../C6713dsk.cmd", line 6: error #10263: IRAM memory range has already been
    specified
    "../C6713dsk.cmd", line 6: error #10264: IRAM memory range overlaps existing
    memory range IRAM
    "../C6713dsk.cmd", line 7: error #10264: SDRAM memory range overlaps existing
    memory range EMIFCE0
    "../C6713dsk.cmd", line 8: error #10264: FLASH memory range overlaps existing
    memory range EMIFCE1
    warning #16002-D: build attribute vendor section TI missing in "C:\DSK6713\c6000\bios\lib\csl6713.lib<csl_irq.obj>": compatibility cannot be determined
    warning #16002-D: build attribute vendor section TI missing in "C:\DSK6713\c6000\bios\lib\csl6713.lib<csl_mcbsp.obj>": compatibility cannot be determined
    warning #16002-D: build attribute vendor section TI missing in "C:\DSK6713\c6000\dsk6713\lib\dsk6713bsl.lib<dsk6713.obj>": compatibility cannot be determined
    warning #16002-D: build attribute vendor section TI missing in "C:\DSK6713\c6000\dsk6713\lib\dsk6713bsl.lib<dsk6713_aic23_opencodec.obj>": compatibility cannot be determined
    warning #16002-D: build attribute vendor section TI missing in "C:\DSK6713\c6000\dsk6713\lib\dsk6713bsl.lib<dsk6713_aic23_registers.obj>": compatibility cannot be determined
    warning #16002-D: build attribute vendor section TI missing in "C:\DSK6713\c6000\dsk6713\lib\dsk6713bsl.lib<dsk6713_aic23_setfreq.obj>": compatibility cannot be determined
    warning #10247-D: creating output section ".vecs" without a SECTIONS specification

    undefined first referenced
    symbol in file
    --------- ---------------- 

  • Francisco Esteves said:
    ../C6713.cmd" "../C6713dsk.cmd"

    This is your problem. You are using two linker command file which are defining memory regions differently and they are clashing with each other.

    Since you are new to CCS and have many issues with projects, I suggest reading the Project and Build Handbook for CCS. It covers in details projects and builds with CCS:

    http://processors.wiki.ti.com/index.php/Projects_and_Build_Handbook_for_CCS

    Thanks

    ki

  • hello I'm a Chinese postgraduate , while building ccs5.4 project ,i had this issue in the window of "consolo", ps there is no error in the window of "problem".

    the issue is listed as follow~~~

                                                                           J.Z.

    *** Build of configuration RAM for project multictrl_c28 ****

    "E:\\abcjingzhang\\ccsv5\\utils\\bin\\gmake" -k all 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_CodeStartBranch.asm' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_CodeStartBranch.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_CodeStartBranch.asm" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_CodeStartBranch.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_CpuTimers.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_CpuTimers.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_CpuTimers.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_CpuTimers.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_DefaultIsr.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_DefaultIsr.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_DefaultIsr.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_DefaultIsr.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/source/F28M36x_GlobalVariableDefs.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_GlobalVariableDefs.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/source/F28M36x_GlobalVariableDefs.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_GlobalVariableDefs.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_Gpio.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_Gpio.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_Gpio.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_Gpio.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_Ipc.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_Ipc.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_Ipc.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_Ipc.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_Ipc_Util.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_Ipc_Util.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_Ipc_Util.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_Ipc_Util.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_PieCtrl.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_PieCtrl.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_PieCtrl.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_PieCtrl.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_PieVect.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_PieVect.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_PieVect.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_PieVect.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_SysCtrl.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="F28M36x_SysCtrl.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/source/F28M36x_SysCtrl.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [F28M36x_SysCtrl.obj] Error 1 'Building file: ../My_F28M36x_Epwm.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="My_F28M36x_Epwm.pp"  "../My_F28M36x_Epwm.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [My_F28M36x_Epwm.obj] Error 1 'Building file: ../fpsvpwm.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --preinclude="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_examples_Dual/MultiCtrl-51/common/my_ipc_msg.h" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_examples_Dual/MultiCtrl-51/common" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="fpsvpwm.pp"  "../fpsvpwm.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [fpsvpwm.obj] Error 1 'Building file: E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_examples_Dual/MultiCtrl-51/c28/multictrl_c28.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="multictrl_c28.pp"  "E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_examples_Dual/MultiCtrl-51/c28/multictrl_c28.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [multictrl_c28.obj] Error 1 'Building file: ../pid_reg3.c' 'Invoking: C2000 Compiler' "E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/bin/cl2000" --cmd_file="E:\abcjingzhang\controlSUITE\device_support\f28m36x\v110\F28M36x_headers\cmd\F28M36x_Headers_nonBIOS.cmd"  -v28 -ml -mt --float_support=fpu32 --vcu_support=vcu0 -g --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --include_path="E:/abcjingzhang/controlSUITE/libs/math/IQmath/v160/include" --include_path="D:/ti/xdais_7_21_01_07/packages/ti/xdais" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_common/include" --include_path="E:/abcjingzhang/controlSUITE/device_support/f28m36x/v110/F28M36x_headers/include" --include_path="E:/abcjingzhang/ccsv5/tools/compiler/c2000_6.1.3/include" --diag_warning=225 --preproc_with_compile --preproc_dependency="pid_reg3.pp"  "../pid_reg3.c" [MEMORY.] >> WARNING: more than one source file is specified; preprocessor output will be generated for last file only Fatal error: could not open source file "MEMORY" 1 fatal error detected in the compilation of "MEMORY". Compilation terminated.

    >> Compilation failure gmake: *** [pid_reg3.obj] Error 1 gmake: Target `all' not remade because of errors.

    **** Build Finished ****