-
Notifications
You must be signed in to change notification settings - Fork 20
Updates #16
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
base: master
Are you sure you want to change the base?
Updates #16
Conversation
jeikabu
commented
Apr 11, 2020
•
edited
Loading
edited
- ESP-IDF to v4.0
- LLVM to 9.0.1
- Rust to 1.42
- Before source'ing $IDF_PATH/export.sh, check if IDF_TOOLS_EXPORT_CMD is unset. This means it hasn't been source'd yet. - image-project assumes a particular target, config, and binary name. If image.sh exists, assume that is a more appropriate replacement and run it instead. - quick-build allows for quicker build iteration with less "safety" - --release is no longer required, forward command-line flags like in PR ctron#12 since it works just as well for --features as --release
- Need to avoid LTO changes that result in gcc linking with compiler_builtins.rlib `error adding symbols: file format not recognized`
Master branch currently isn't working for me. This branch is. FWIW. I don't remember the exact error message but at some point in the past two weeks, I cleaned and rebuilt my projects and |
Yeah it's a bug with xbuild. You'll have to rebuild the docker image because the one on quay has an older xbuild. |
- Normalize dockerfile to be more similar to https://github.com/reitermarkus/cross-xtensa - Clean temp files, reduces docker image from 12GB to 8GB - Remove legacy scripts/templates/etc.