Hi
The compiling of standard TWI sensor example is giving me an error with SES.
Please find attached a snapshot of the issue.
Need your help ASAP. Thanks
Chandra
Hi
The compiling of standard TWI sensor example is giving me an error with SES.
Please find attached a snapshot of the issue.
Need your help ASAP. Thanks
Chandra
Hi Jorgen
Thank you for the above note. Yes, It is working now.
I have another issue. I am trying to integrate a C++ Matrix library (Eigen) with Segger Embedded Studio (SES) and I am having issues with the compiler. It seems the default gcc compiler does not recognize c++ commands. Can you help me with the settings ?
Looking forward
Thanks
Chandra
Our SDK does not have support for C++. You will have to put the C++ code into a .cpp file or specify that the file should be threated as C++ file by compiler. You will not be able to combine C and C++ code in a C file, this can only be done in C++ file.