I get error: symbol .. redeclared with incompatible type: with -pm option. Without -pm option it is ok.
My CGT is 7.4.4 and CCS is ver5.5.0.00077
error: symbol "Nalu_Mng2::Nalu_Mng2()" redeclared with incompatible type:
"struct Nalu_Mng2 *(struct Nalu_Mng2 *)"
in
"C:/TOP_DIR/work/project/ccs_projects/../include/nalu_mng
2.h" at line 32 and:
"struct Nalu_Mng2 *(struct Nalu_Mng2 *)"
in "../src/nalu_mng2.cpp" at line 15)
in nalu_mng2.cpp at line 15 is
Nalu_Mng2:: Nalu_Mng2()
{}
and nalu_mng.h at line 32 is
class Nalu_Mng2
{
public:
Nalu_Mng2();
~Nalu_Mng2();
.......
Pls help me to resolve this.
Best Regards
JK