Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 7 months ago.
Matrix.h mbed library - Errors
I just imported a Matrix.h mbed library into my project and upon building it, I am getting two errors:
.\Objects\MyProject.axf: Error: L6218E: Undefined symbol Matrix::Matrix(int, int) (referred from main.o). .\Objects\MyProject.axf: Error: L6218E: Undefined symbol vtable for Matrix (referred from main.o).
Does anyone know how to deal with them? I am actually new to mbed programming so I am not too certain. Regards