Hello there,
I have a problem with pru package. I am using eclipse and crosscompiller to remotelly compile, debug and deploy c++ apps to beaglebone black. everything worked so far. Problems started when i tried to use pru. I have downloaded the pru package from github and installed it on bbb. I can now compile and execute aps on bbb with lprussdrv linker flag. i have copoed all tje necessary .h and .c files to the remote system. also copied the libs frob bbb to remote system. i could then compile the code with -lprussdrv flag on remote system. the problem is, that when i try to run that crosscompiled code, i am getting a segfault when trying to open the .bin file... what did I do wrong? I installed the ccs6 sitara ti compiler hoping to find anything i could use in eclipse there, but I cant.
Could someone please tell me how to use the pru package from remote xcompile system? I would really really aprichiatw all help, im really stuck without pru in my project. I can post additional info if needed.