Skip to main content
VNado.1
Associate III
November 11, 2020
Solved

As I build my project, the SVC functions are not detected. I get the error: undefined reference to `svc_reset', and to the 5 other main svc functions. I did include the svc_glo.h and audio_fw_glo.h in my project. Where are the svc functions defined??

  • November 11, 2020
  • 1 reply
  • 923 views

..

This topic has been closed for replies.
Best answer by VNado.1

I found the solution. The GCC linker did not include the svc_m4 file, I included the file using this procedure

It solved the problem!

1 reply

VNado.1
VNado.1AuthorAnswer
Associate III
November 17, 2020

I found the solution. The GCC linker did not include the svc_m4 file, I included the file using this procedure

It solved the problem!