0
votes

aarch64-linux-gnu-g++: error: unrecognized command line option ‘-msse4.2’ aarch64-linux-gnu-g++: error: unrecognized command line option ‘-mfpmath=sse’

How to solve this? Regarding cross compiling to ARM

1
Did you check what options does aarch64-linux-gnu-g++ support?Tony

1 Answers

0
votes

Something is telling the build to use -msse4.2 which is Intel-specific. You'll need to provide far more details: what recipe, what BSP, etc.