-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
How to build the audio_network example? #918
Comments
Hi Andres, The version mismatches should mostly be ok; the one exception is the file it downloaded. Remove lib_src and clone GitHub.com/xmos/lib_src in its place. xmake clean && xmake and it ought to compile. The xmake clean is normally not necessary, but replacing a whole library underneath it may confuse the dependencies slightly. |
Thanks, that did get me farther but it failed with this:
|
model_audioi16.tflite.cpp is probably generated with an old version of xcore-opt than the latest; I probably shouldn't have checked it in |
I tried to regenerate the cpp with xcore-opt v1.2.0 (latest?), and it fails with this error:
|
Hi @andresovela, that's the optimized model. That is probably out-of-date now. |
Ah I see. I was able to build the example but now I don't really know what it's supposed to do. I ran |
This model was prepared to be used in an example app as a CES demo. Let me try to find more information. |
I think you may have the evaluation kit https://www.xmos.com/xk-evk-xu316 ? The software is designed to run on the multi-channel audio board; the same chip but different audio hardware https://www.xmos.com/xk-audio-316-mc-ab |
Ah okay, yes, I have the XK-EVK-XU316 |
I'll close this issue since I don't have the right EVK to test it. |
I guess this question is more about how to use the build system.
I ran
xmake
insideexamples/audio_network
. I already have the required libs but the build system warns about version mismatches. What's the intended way to manage dependencies using xmake? If I delete all my libs and download the required versions for this example somehow, I'll break other applications that depend on the versions I currently have.This is the output I get:
I'll appreciate any guidance here :)
The text was updated successfully, but these errors were encountered: