> $ arm-linux-gnueabihf-gcc-11 -march=armv7-a -c -x c /dev/null > cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU
you have to use -march=armv7-a+fp for now on.
> $ arm-linux- gnueabihf- gcc-11 -march=armv7-a -c -x c /dev/null
> cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU
you have to use -march=armv7-a+fp for now on.