Tool/software: TI C/C++ Compiler
I have written test app (.c) from where VCOP kernel (.k) calls are being invoked for 2d array addition. The code is programmed for EVE core.
On testing the above code with host emulation (compiled using g++ 5.4.0), everything works fine. But when I test the same code compiled using g++ 7.5 compiler, it is throwing segmentation fault on line where data is being loaded to vector register i.e., Vin1 = in1_ptr[Addr]; Please suggest the solution for the issue.