This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Trying to get the PRU_Demo code to compile on a new Windows 7 system.
CCS 6.1 with PRU Compiler
Error:
<Linking>
error #10008-D: cannot find file "rtsv7A8_A_le_eabi.lib"
The rtsv7A8_A_le_eabi.lib file is not on my system.
I found some information on making the required libs manually with "mklib --all" from the command line, but this returns with errors as well.
I suspect that, when you first set up your CCS project, you didn't realize you told CCS you are using the Cortex-A8 core on the AM335x device of the BeagleBone Black. When you go through the project creation dialog, it defaults to the Cortex-A8 core unless you indicate otherwise. The PDF attached below is one slide from a larger presentation about a PRU workshop. This slide shows you to set up the PRU project in that workshop. Your project setup will be very similar.
Thanks and regards,
-George