On 10/9/24 15:44, Miller Puckette wrote:
I heard from an ESPD tester that compiling ESPD sometimes fails because (for some reason)
i just tried to build ESPD and it worked flawlessly (having no device at hand i cannot really test, and i don't know what i did exactly; but i now i have an "espd.bin" and an "espd.elf" file in my build/ directory).
passing `--verbose` to idf.py (as in `idf.py --verbose build`) will show all the commands that are executed. at least in my test-run there was no trace of `HAVE_CONFIG_H`.
so in order to understand the problem (and fix it in a satisfying way), it would be great if we could narrow down the "*some* reason" that *sometimes* triggers a build failure.
a good start would be a build.log when run with "--verbose". e.g.: ```sh idf.py --verbose build |& tee build.log ```
gdmfst IOhannes