Part Number: AM623
Hi, I'm tring to program the PRUSS in our AM623.
I succesfully installed the compiler cgt-pru-2.3.3 on a debian Distro and succesfully compiled a program.
However, I had to move the folder to the location where I installed it and, after moving it, the make file threw this error:
cgt-pru/usr/bin/clpru: cannot execute binary file
make: *** [Makefile:89: gen/main.object] Error 126
I try to launch the binary directly but it gave me another error:
cgt-pru/usr/bin/clpru: cannot execute binary file: Exec format error
I already try to delete and re-install the compiler but the error is always the same.
Before changing the folder of the compiler I updated the distro. Can updates "breack" the compiler?
More information about my distro:
NOTE: maybe is nothing but I saw that the clpru file is for a 32-bit processor but the distro is on a x86_64 processor.