Hi,
VisualGDB performs a test when you save the settings. When using a EFR32MG22 device linker file(supplied by silicon labs) to build a VisualGDB project the project builds OK.
Every time the VisualGDB properties are changed. A setting test error is raised:
linkerfile.ld:48: undefined symbol `__Vectors' referenced in expression"
Is there a way to stop the test reporting this error. As it is not an error the variable __Vectors
is defined in the startup code of the project?
Regards