-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
OSX build issue gperf unrecognized % directive #19
Comments
Thanks for the report. - sed -E "s/\r//" zconf.gperf | gperf -t --output-file zconf.hash.c -a -C -E -g -k '1,3,$$' -p -t
+ sed -E "s/\\x0D$$//" zconf.gperf | gperf -t --output-file zconf.hash.c -a -C -E -g -k '1,3,$$' -p -t |
Thank you, that got me a step further . . I also had to add Now the menuconfig works like a charm . . |
Okay, i'll check the bit about |
Using homebrew on macOS Sierra (10.12 Beta (16A313a)) |
Fixed in af82eed |
* First addition of ESP320 support * Updated maximum data size.
* Update API improvements * native build: Use embuild native esp-idf installer Rename `SDK_DIR` env var to `ESP_IDF_INSTALL_DIR`. Add env var `ESP_IDF_INSTALL_LOCAL` which if set to `1` sets `InstallOpts::NO_GLOBAL_INSTALL`. Add `esp_idf_install_opts()` function. * Update readme * Change default from global install to local install. Change env var `ESP_IDF_INSTALL_LOCAL` to `ESP_IDF_GLOBAL_INSTALL`. * Fix typo in readme * Bump embuild version * Remove `dbg!`
I'm trying to start a project based on the esp-idf-template
Unfortunately the configuration step fails.
I'm using GNU gperf 3.0.4
Let me know if you require any more information .
The text was updated successfully, but these errors were encountered: