You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile the qf_1micvr_app project, but I keep getting errors because the following include files are missing:
#include "ql_audioTask.h"
#include "Opus_app.h"
#include "ql_vsrc_api.h"
#include "output_i2s.h"
I can't find these files anywhere in the repository. I received the VM3011 library from QuickLogic, but now I'm stuck with this issue.
Does anyone have any information about these files or know how to resolve this problem?
The text was updated successfully, but these errors were encountered:
How did you get the other examples working? A lot of the other github projects that it included in this repo got breaking updates. Also from GCC12 and up it doesn't seem to work anymore.
I'm trying to compile the qf_1micvr_app project, but I keep getting errors because the following include files are missing:
#include "ql_audioTask.h"
#include "Opus_app.h"
#include "ql_vsrc_api.h"
#include "output_i2s.h"
I can't find these files anywhere in the repository. I received the VM3011 library from QuickLogic, but now I'm stuck with this issue.
Does anyone have any information about these files or know how to resolve this problem?
The text was updated successfully, but these errors were encountered: