Hello, first time poster here so please bear with me.
I'm currently trying to compile a library with the target "armv7r-none-eabihf". I also need to specify some target-features as the library is supposed to integrate with some C-code on a microcontroller. The flags needed are "vfp3d16" and "strict-align" and I get the following error.
Even though the features are clearly specified in the list when I run "rustc --target=armv7r-none-eabi --print target-features". I guess there is a difference between rustc and llvm supported features but I cannot find any information on this.
Okay, so the compiler flags will be passed on to the LLVM but rustc warns that it do not recognize them? No, I have not checked the binary yet. Is there something special I should look for?