Hello,
I installed the pru-software-support-package from TI's git repo online.
...
I tried to use make to install it. It seems there is an archive file or something in the way.
...
bin examples include labs lib Makefile pru_cape PRU-Package-v6.1-Manifest.html ReadMe.txt
debian@beaglebone:~/PRU/pru-software-support-package$ make
make[1]: Entering directory '/home/debian/PRU/pru-software-support-package/examples'
make[2]: Entering directory '/home/debian/PRU/pru-software-support-package/examples/am335x'
make[3]: Entering directory '/home/debian/PRU/pru-software-support-package/examples/am335x/PRU_access_const_table'
************************************************************
Building project: PRU_access_const_table
Building file: PRU_access_const_table.c
Invoking: PRU Compiler
/usr/share/ti/cgt-pru/bin/bin/clpru --include_path=/usr/share/ti/cgt-pru/bin/include --include_path=../../../include --include_path=../../../include/am335x -v3 -O2 --display_error_number --endian=little --hardware_mac=on --obj_directory=gen --pp_directory=gen -ppd -ppa -fe gen/PRU_access_const_table.object PRU_access_const_table.c
make[3]: /usr/share/ti/cgt-pru/bin/bin/clpru: Command not found
make[3]: *** [Makefile:78: gen/PRU_access_const_table.object] Error 127
make[3]: Leaving directory '/home/debian/PRU/pru-software-support-package/examples/am335x/PRU_access_const_table'
make[2]: *** [Makefile:7: PRU_access_const_table] Error 2
make[2]: Leaving directory '/home/debian/PRU/pru-software-support-package/examples/am335x'
make[1]: *** [Makefile:6: am335x] Error 2
make[1]: Leaving directory '/home/debian/PRU/pru-software-support-package/examples'
make: *** [Makefile:6: examples] Error 2
...
So, the archived file is /bin/bin/ but the clpru is located at $HOME/PRU/pru-software-support-package/bin/clpru.
I have tried some different steps so far. I looked in different files but it seems that these files are listing little to no info. in them, i.e. the ReadMe.md files.