Forum Discussion
tehjingy_Altera
Regular Contributor
1 year agoHi
I see that you are running the compilation in a windows environment.
Did you run it in the msys2 ? (https://www.msys2.org/)
https://www.rocketboards.org/foswiki/Documentation/HWLib#Windows_Installation
I managed to run it without the error you are seeing
Could you try the binary compiled using the arm-linux-gnueabihf as suggested from the how-to attached.
I downloaded the compiler with the link below:
https://releases.linaro.org/components/toolchain/binaries/latest-5/arm-linux-gnueabihf/
and exported the following env var.
export PATH=`pwd`/gcc-linaro-5.5.0-2017.10-i686-mingw32_arm-linux-gnueabihf/bin:$PATH
export CROSS_COMPILE=arm-linux-gnueabihf-