您好!
我在线安装了 TI 的 git repo 提供的 PRU-software-support-package。
(笑声)
我尝试使用 make 来安装它。 它似乎有一个存档文件或其他内容。
(笑声)
bin examples include labs lib Makefile pru_cape PRU-Package-v6.1-Manifest.html ReadMe.txtdebian@beaglebone:~/PRU/pru-software-support-package$ makemake[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.cInvoking: 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.cmake[3]: /usr/share/ti/cgt-pru/bin/bin/clpru: Command not foundmake[3]: *** [Makefile:78: gen/PRU_access_const_table.object] Error 127make[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 2make[2]: Leaving directory '/home/debian/PRU/pru-software-support-package/examples/am335x'make[1]: *** [Makefile:6: am335x] Error 2make[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.