I'm modifying u-boot-imx for iMX8DXL with devtool. I try to build using: $ make imx8dxl_evk_defconfig $ make I get that error: cc1: error: bad value (‘armv8-a’) for ‘-march=’ switch I made source oe-init-bu
I'm modifying u-boot-imx for iMX8DXL with devtool. I try to build using: $ make imx8dxl_evk_defconfig $ make I get that error: cc1: error: bad value (‘armv8-a’) for ‘-march=’ switch I made source oe-init-build-env build before the make. The whole...