Other Parts Discussed in Thread: TDA4VH
Hello,
SDK: ti-processor-sdk-rtos-j784s4-evm-08_06_01_03 in Linux release version.
I am trying to migrate an application which previously was able to run in TDA mid to TDA high. This articular app utilizes a custom kernel that further is build upon MMALIB libraries. We created a library for this custom kernel and this kernel is further added in /ti-processor-sdk-rtos-j784s4-evm-08_06_01_03_lin_rel/vision_apps/platform/j784s4/rtos/c7x_1/main.c. As a result of compilation, we are experiencing the following error
What have I done so far:
1. I tried to build mmalib, but facing an issue with c7_target. the compiler is automatically considering Target CPU as C7100 whereas in TDAH sdk C7120 is the target CPU. as a result the build for mmalib is not working.
2. also I tried the commands from MMALIB build user guide by passing Target_CPU separately as well but no luck there as well.
3. For the memory issue, as it was pertaining to linker files: I tried to modify the memory allocation in j784s4_linker_freertos.cmd, but this is further leading to more errors.
4. I have provided this library as a static_lib in concerto_c7x_inc.mak.
5. The following kernel register function is added in app_main() function within /ti-processor-sdk-rtos-j784s4-evm-08_06_01_03_lin_rel/vision_apps/platform/j784s4/rtos/c7x_1/main.c:
7. I am also getting the following error during compilation:
Kindly let me know how to resolve these issues.