Part Number: TMDS64EVM
When compiling and linking C code for the PRU, I am getting an undefined symbol linker error, missing definition for symbol "__pruabi_remu", caused by the conditional statement in the code block:
if(framecount % 1000 == 0)
{
*PRU1_MINOR_FRAME_CNT = framecount;
}
From what I've seen, I am missing some library file that is required, "pruaib" or something similar, but can not find anythign like it in my installation or online. Any suggestions on where to find it?