Hello,
I am programming on omap l138 using c6runLib. I want to share variables between ARM and DSP so I added the c6run_ar option --C6Run:replace_malloc in my makefile so as malloc() to allocate shared memory. The malloc function is called on ARM side. As soon as this option is set, my very basic test program runs correctly but when I debug it with gdb I get a segmentation fault error whose I can't get rid of.
I have troubles with more advanced program and I think it can comes from this error. Is there something I am doing wrong? Do I need to add more compiler options?
Thanks in advance.