We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
baremetal targets do not have any sysroot, as a consequence no TARGET_SYSROOT exists for those targets.
this change make the presence of TARGET_SYSROOT mandatory: https://github.com/snipsco/dinghy/blob/dinghy-test/0.4.21/dinghy-build/src/bindgen_macros.rs#L48
this break the compilation on the cortex-m baremetal target
proposed fix: only add the --sysroot when the env var TARGET_SYSROOT exists
The text was updated successfully, but these errors were encountered:
To be fair, baremetal was never an objective of dinghy. That saif if we can make it work...
Sorry, something went wrong.
No branches or pull requests
baremetal targets do not have any sysroot, as a consequence no TARGET_SYSROOT exists for those targets.
this change make the presence of TARGET_SYSROOT mandatory:
https://github.com/snipsco/dinghy/blob/dinghy-test/0.4.21/dinghy-build/src/bindgen_macros.rs#L48
this break the compilation on the cortex-m baremetal target
proposed fix: only add the --sysroot when the env var TARGET_SYSROOT exists
The text was updated successfully, but these errors were encountered: