cancel
Showing results for 
Search instead for 
Did you mean: 

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??

VNado.1
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
VNado.1
Associate III

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!

View solution in original post

1 REPLY 1
VNado.1
Associate III

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!