I am getting the following error while executing make fesvr-zynq.
checking build system type... x86_64-unknown-linux-gnu
checking host system type... Invalid configuration aarch64-linux-gnu': machineaarch64' not recognized
configure: error: /bin/sh scripts/config.sub aarch64-linux-gnu failed
I saw the previous thread as well where they talk about the issue and later said they were able to resolve it but I couldn't figure out any definite solution. Please let me know if I am missing something here.
I am using Vivado, SDK and Petalinxu 2018.3 and I have the Xilinx SDK added to my path as well.
I am getting the following error while executing make fesvr-zynq.
checking build system type... x86_64-unknown-linux-gnu checking host system type... Invalid configuration
aarch64-linux-gnu': machine
aarch64' not recognized configure: error: /bin/sh scripts/config.sub aarch64-linux-gnu failedI saw the previous thread as well where they talk about the issue and later said they were able to resolve it but I couldn't figure out any definite solution. Please let me know if I am missing something here. I am using Vivado, SDK and Petalinxu 2018.3 and I have the Xilinx SDK added to my path as well.
https://github.com/li3tuo4/rc-fpga-zcu/issues/5#issuecomment-575149179 -- Here replacing config.sub and config.guess seems to solve the issue but replacing from where ?