can't compile most of the example due to missing header files #60
Unanswered
sherif-audibene
asked this question in
Q&A
Replies: 1 comment
-
Hi und Moin aus Niedersachsen, I am separating the lib at the moment. You might need to download ML_SynthTools_Lib as-well. It will provide the missing headers and libs for linking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear Marcel,
Greeting from Berlin, I almost watched every video you did on your youtube channel and it is exactly what I'm trying to learn and build, I appreciate so much the effort and time you put there.
the problem is each time I tried to load an example, and select the board PICO, I try to compile and then I see an error about missing header files, I tried to search your whole repo for such files but couldn't find them,
for example trying to comple ml_synth_pwm_osc_example.ino results in error
fatal error: ml_oscillator.h: No such file or directory
52 | #include <ml_oscillator.h>
| ^~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
and when I tried to run ml_synth_organ_example.ino example I see this error
fatal error: ml_organ.h: No such file or directory
57 | #include <ml_organ.h>
| ^~~~~~~~~~~~
compilation terminated.
I hope you could help, another question please , I see you are using old school midi, is it possible to use usb midi as it fits more to my setup and it is supported natively by the pico
steps I did
install the [ML_SynthTools] Library in correct place , correct folder etc
downloaded and opened the example and required 3rd libs and then try to compile but no luck
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions