-
|
Hi, i'm a reasonably experienced user of esp32 / Arduino environments and have built quite a few things. I've been trying to get the ml_synth_basic_example to compile for my esp32 dev board (with which I hope to use the PCM5102A DAC), but I keep hitting this: This happens in Arduino IDE 1.8.16 or 2.3.2 - tried esp32 boards 1.0.6 and 2.0.2. Also tried in Visual Studio Code with PlatformIO - same error. I can see the fs libraries under the ML_Synth_Tools/src/fs/ path (in Arduino global libraries - also tried as local libraries without success). It's like it's successfully seeing the ML_Synth_Tools/src files from the ml_synth_basic_example project but then failing to see the fs folder under src afterwards... I don't really want to start dragging files out of src/subfolders.. Any advice on resolving this? All my other projects are compiling fine for that board. Many thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
🤦 Turned out it was the windows style \ path to fs libraries in the ml_inline.h.. I'm compiling on a mac so needed / Was so obvious I was blind to it! Thanks for a great project. |
Beta Was this translation helpful? Give feedback.
🤦 Turned out it was the windows style \ path to fs libraries in the ml_inline.h.. I'm compiling on a mac so needed /
Was so obvious I was blind to it! Thanks for a great project.