cancel
Showing results for 
Search instead for 
Did you mean: 

undefined reference on converted cpp file from c ,after addition of edge impulse package

Abin_19
Associate II

I am working on a project to include edge impulse package into my code. But while integrating edge impulse package I got to change the c file to cpp. But the Ble package which was working fine prior is now not work fine as the code converted to cpp.

Abin_19_0-1719569167650.png

the files in bluenrg_ms file is not detected for the definition of functions to source code in main().

1 REPLY 1
Andrew Neil
Evangelist III

@Abin_19 wrote:

 I got to change the c file to cpp. But the Ble package which was working fine prior is now not work fine as the code converted to cpp.


Could this be due to C++ name mangling?

 

BTW: it's better to post the messages as text rather than a screenshot - copy & paste from the 'Console' tab ...

also, there's generally more detail in the 'Console' output.