Tool/software:
Hi Team ,
I'm facing errors in the compiler files. Do I need to include any additional files? I've attached snippets of the files currently included in the project.

Regards,
K.Sravya.
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.
Tool/software:
Hi Team ,
I'm facing errors in the compiler files. Do I need to include any additional files? I've attached snippets of the files currently included in the project.

Regards,
K.Sravya.
Hi,
Thank you for your query
could you please help me understand below
1. if you are trying to compile C project or C++?
2. Also what changes has been done in the project till now.
Also if your intent is to build C++ project please use below as starting point:
Hi,
I actually used the empty project provided in mcu_plus_sdk_10_01_34. In that empty project, I included the files from mcu_plus_sdk_10_01_34/examples/sdl/mcrc/full_cpu for crc calculation. I also added my own E2E protocol implementation-related .c and .h files.
After completing the implementation, when I started building the code, it started showing errors asking to include some files that are located in the c++ folder of the compiler. These includes are already predefined in the full_cpu example code. I'm just using those files directly in my project.
I included the files frommcu_plus_sdk_10_01_34/examples/sdl/mcrc/full_cpu for crc calculation. I also added my own E2E protocol implementation-related.cand.hfiles.
Please make sure the include files of the full_cpu projects are properly added in the include and source path of the empty project.
This important, unless you mention the respective include path and libs correctly the referenced codes in library cannot be located, thus giving you the build errors.