sorry, unimplemented: '-mgeneral-regs-only' and floating point code
Unsolved
Mobile and Embedded
-
Hi All,
I was cross compiling some third party sdk to arm platform. While cross compiling I'm getting the below error.
"" sorry, unimplemented: '-mgeneral-regs-only' and floating point code ""
I was cross compiling for 64bit ARM platform. I'm using 64 bit tool chain aarch64-linux-* .
Have anyone faced this issue before. If so suggest some ideas.
Thanks,
Vigneshwaran -
Hi and welcome to devnet,
Are you getting that cross-compiling Qt ?
-
No, I'm compiling some other source code with arm toolchain.
-
Then you might want to rather contact the authors of that code to see what the problem is.
AFAIK, the error means that they are using a feature that was not build in your compiler.
-
Fine, Thanks.