Skip to content
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

Getting "'+fp' is not a recognized feature for this target (ignoring feature)" on newest nightly #49782

Closed
andre-richter opened this issue Apr 8, 2018 · 0 comments · Fixed by #49857

Comments

@andre-richter
Copy link
Member

As of today, when compiling for my custom aarch64 target, I get the following error spews that were not there previously:

Compiling volatile-register v0.2.0
'+fp' is not a recognized feature for this target (ignoring feature)
'+fp' is not a recognized feature for this target (ignoring feature)

Example project here: https://github.com/andre-richter/rust-raspi3-tutorial/tree/master/05_uart0

I am unsure where this is injected. If I try to explicitly turn it off, I get the same error spew, so this feature seems to not exist at all:

Compiling volatile-register v0.2.0
'-fp' is not a recognized feature for this target (ignoring feature)
'-fp' is not a recognized feature for this target (ignoring feature)
'+fp' is not a recognized feature for this target (ignoring feature)
kennytm added a commit to kennytm/rust that referenced this issue Apr 11, 2018
Fix "fp" target feature for AArch64

This fixes the following warning on AArch64:
```
'+fp' is not a recognized feature for this target (ignoring feature)
```

Fixes rust-lang#49782
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant