We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I have installed Aquila and I am getting one error when trying to compile a simple example. I have posted the issue in detail in: https://stackoverflow.com/questions/44317406/undefined-reference-to-aquilawavefile I've also found the very same issue posted by another person here: https://cpc110.blogspot.com.ar/2016/04/aquila-dsp-undefined-reference-error.html?showComment=1496407327002#c773423373309047410 Any help will be highly appreciated. Thanks, Dario
The text was updated successfully, but these errors were encountered:
In your Makefile, in the target for MFCC, place the main object file and executable name (MFCC), before the library includes.
Based on the answer from here: https://stackoverflow.com/questions/2624238/c-undefined-references-with-static-library
Sorry, something went wrong.
No branches or pull requests
Hello,
I have installed Aquila and I am getting one error when trying to compile a simple example.
I have posted the issue in detail in: https://stackoverflow.com/questions/44317406/undefined-reference-to-aquilawavefile
I've also found the very same issue posted by another person here: https://cpc110.blogspot.com.ar/2016/04/aquila-dsp-undefined-reference-error.html?showComment=1496407327002#c773423373309047410
Any help will be highly appreciated.
Thanks,
Dario
The text was updated successfully, but these errors were encountered: