Part Number:AM5728
Tool/software:TI-RTOS
Hi all
I build my project base on IPC big data example host linux.I need c++ features ,so I simply changed server.c and Dspmain.c to server.cpp and Dspmain.cpp.
I modified the makefile which used to make the IPC big data example.I just modified the source files extension in the makefile . And everything gone well.and the exe file ran well on my borad.
Later on.I added my own C++ file which have been tested.I just include the header file in Dspmain.cpp,and I added it as source file into makefile .
Some error occur when I make it .I check the reason and found that cause by including <vector> file.
In order to verify the cause. I removed my own C++ file completely in project.Add <vector> header file in Dspmain.cpp and make. The same errors are reported.
/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/bin/cl6x -c -qq -pdsw225 -ppd=bin/DRA7XX/release/obj/Dspmain.oe66.dep -ppa -O2 -@bin/DRA7XX/release/configuro/compiler.opt -I. -I../shared/DRA7XX -I../shared/bigdataxlat -I../shared/bigdataxlat/bios --output_file=bin/DRA7XX/release/obj/Dspmain.oe66.oe66 -fc Dspmain.cpp
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_c_features.h", line 439: warning: incompatible redefinition of macro "_STLP_VENDOR_CSTD" (declared at line 112 of "/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_c__ti.h")
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 103: error: declaration is incompatible with builtin "int abs(int)" (declared at line 116 of "/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/stdlib.h")
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 103: error: expected an expression
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 111: error: expected an identifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 111: error: expected an expression
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 125: error: function "abs" has already been defined
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 125: error: expected an expression
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 126: error: expected an identifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s__cstdlib.h", line 126: error: expected an expression
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 41: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 41: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 45: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 45: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 48: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 48: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 52: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 52: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 55: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 55: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 58: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 58: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 62: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 62: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 65: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 65: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 69: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 69: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 72: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 72: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 76: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 76: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 79: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 79: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 83: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 83: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 86: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 86: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 90: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 90: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 93: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 93: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 111: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 111: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 114: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 114: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 157: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 157: error: a function type is not allowed here
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 158: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 158: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 160: error: "..." is not allowed
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 160: warning: identifier-list parameters may only be used in a function definition
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 162: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 162: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 168: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 184: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 184: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 188: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 190: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 190: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 194: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 197: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 197: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 201: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 205: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 205: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 210: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 212: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 212: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 217: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 226: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 226: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_manips.h", line 231: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 83: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 83: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 87: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 87: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 91: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 91: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 95: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 95: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 99: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 99: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 103: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 103: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 107: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 107: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 110: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 110: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 113: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 113: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 116: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 116: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 119: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 119: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 122: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 122: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 126: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 126: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 129: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 129: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 133: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 133: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 136: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 136: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 139: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 139: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 143: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 143: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 148: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 148: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 149: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 149: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 155: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 157: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 157: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 164: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 166: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 166: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 173: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 175: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 175: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 178: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 223: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 223: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 227: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 227: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 249: warning: parsing restarts here after previous syntax error
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 250: error: identifier "__false_type" is undefined
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 251: error: identifier "__false_type" is undefined
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 259: error: expected a declaration
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 262: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 262: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 264: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 264: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 267: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 267: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 288: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 290: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 292: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 294: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 296: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 299: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 300: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 301: error: expected a ";"
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 302: warning: this declaration has no storage class or type specifier
"/home/linyuexin/ti/RTOS-SDK/ti-cgt-c6000_8.1.3/include/s_type_traits.h", line 302: error: expected a ";"
Error limit reached.
100 errors detected in the compilation of "Dspmain.cpp".
Compilation terminated.
>> Compilation failure
make[3]: *** [bin/DRA7XX/release/obj/ContJntsPath.oe66] Error 1
make[3]: Leaving directory `/home/linyuexin/ti/ti-processor-sdk-linux-rt-am57xx-evm-04.01.00.06/example-applications/big-data-ipc-demo-linux-01.01.00.00/host_linux/simple_buffer_example/dsp'
make[2]: *** [release] Error 2
make[2]: Leaving directory `/home/linyuexin/ti/ti-processor-sdk-linux-rt-am57xx-evm-04.01.00.06/example-applications/big-data-ipc-demo-linux-01.01.00.00/host_linux/simple_buffer_example/dsp'
make[1]: *** [dsp] Error 2
make[1]: Leaving directory `/home/linyuexin/ti/ti-processor-sdk-linux-rt-am57xx-evm-04.01.00.06/example-applications/big-data-ipc-demo-linux-01.01.00.00/host_linux/simple_buffer_example'
make: *** [host_linux/simple_buffer_example] Error 2
Any option should I add into the compile flag or any method could help?
Regards
Yx