6 years, 11 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

Be the first to answer this question.