Hello,
I'm trying to compile bare metal programs for the VCU128 FPGA following the instructions on ara/cheshire. The problem arises when I run make chs-sw-all, which gives me errors with the toolchain. It seems the compiler doesn't understand an instruction that is, in principle, valid.

The toolchain version required is 11.2.0, however with ara, 9.2.0 is installed, which is incompatible. Because of that I'm using 14.2.0.
Does anyone know what I could be doing wrong? Thanks.