I have two different projects in a single workspace and both projects are cpp projects. When I am calling cpp function from one project to another project but it is not working and showing undefined reference to Function Name. at the time of linking.
Calling file is in .c with project name ABC and definition file is .cpp with project name CDE
Please help