-
Notifications
You must be signed in to change notification settings - Fork 226
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
Cleanup target files #32
Comments
@Rahix can you please mark second checkbox? |
Looks line in third one we have some additional setting which I cannot add find in our targets.
|
This command shows the current upstream default target: rustc --print target-spec-json -Z unstable-options --target avr-unknown-gnu-atmega328 |
@explicite, I suggest not spending too much time on this now because as I wrote in the last bullet point, ideally I want to move towards autogeneration of these target files. |
@Rahix, maybe I can use https://github.com/serde-rs/json and create some trait with default impl for generic. Then I will override per chip? Then |
@explicite, no the target file must exist before invoking cargo so this can't happen in
|
Notes to myself about what needs to happen:
.cargo/config.toml
s to point to the files in this place instead. -> This gets rid of the symlinks thus fixing Windows build fails because of symlinked target files #29.The text was updated successfully, but these errors were encountered: