ctag-fh-kiel / ctag-tbd

CTAG TBD >>to be determined<< an extendible open source Eurorack sound module
Other
141 stars 43 forks source link

Missing stmlib.h on compile #1

Closed GilgaFrank closed 4 years ago

GilgaFrank commented 4 years ago

Any clues on how to progress with the missing stmlib.h?

[996/1112] Building CXX object esp-idf...e.dir/eurorack/clouds/resources.cc.obj
FAILED: esp-idf/mutable/CMakeFiles/__idf_mutable.dir/eurorack/clouds/resources.cc.obj

In file included from ../components/mutable/eurorack/clouds/resources.cc:33:
../components/mutable/eurorack/clouds/resources.h:37:10: fatal error: stmlib/stmlib.h: No such file or directory
 #include "stmlib/stmlib.h"
          ^~~~~~~~~~~~~~~~~
compilation terminated.
[997/1112] Building C object esp-idf/e...les/fir/float/dsps_fird_init_f32.c.obj
ninja: build stopped: subcommand failed.
ninja failed with exit code 1
ctag-fh-kiel commented 4 years ago

Did you do a git submodule --init --recursive that should pull the stmlib repo fork with the esp32 modifications from https://github.com/ctag-fh-kiel/stmlib

GilgaFrank commented 4 years ago

Project build complete! Many thanks for that. I was missing --recursive