Hi everyone, While reinstalling CASPER toolflow for my project with MATLAB 2021a and Vivado 2021.1, I encountered a known error mention by Prof Kaj Wiik that is "Error: no such instruction: `endbr64'". for which the fix was - *mv Xilinx/Vivado/2021.1/tps/lnx64/binutils-2.26/bin Xilinx/Vivado/2021.1/tps/lnx64/binutils-2.26/bin.bak* .
In addition to this I encountered another error - *"gcc: fatal error: cannot execute ‘as’: execvp: Too many levels of symbolic links compilation terminated." *This arises due to improper installation of build-utils and build-essentials, so to fix this the following has to be followed: First remove the binutils by *sudo apt-get remove binutils* This will remove binutils and parts of build essential libraries so there after one need to reinstall these by *sudo apt-get install binutils'* *sudo apt-get install build-essentials* Best, Harsha -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/a/lists.berkeley.edu/d/msgid/casper/00cfe87d-6f48-4b76-83fa-f7ed5a8d066an%40lists.berkeley.edu.

