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.

How to modify makefile to complier C++ in DM8127?

Hello:

        I am using DM8127 to implement some algorithms in C674x. The algorithm is made in C++. However, some errors occur when IPNC RDK complier .cpp source file. The error info:

error: option -fc is missing its parameter 'filename'
make[2]: *** No rule to make target `****.cpp', needed by `/home/xs/IPNC3_8/Source/ipnc_rdk/../ipnc_rdk/ipnc_mcfw/build/mcfw/src_bios6/lib/ti814x-evm/m3vpss/release/ipnc_rdk_bios6.aem3'. Stop.

        So, how to complier c++ in DM8127? Add some complier option in makefile?

Thanks,

Roger