Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi.
I am using OpenMP 2.1.16.3 project.
- C6000 compiler v8.0.1
- CCS 6.1.1
- MCSDK 2.1.2.6
; XDC 3.23.4.60
; IPC 1.24.3.32
; SYS/BIOS 6,33,6,50
; MCSDK PDK TMS320C6678 1.1.2.6
- OpenMP Runtime 2.x library 2.1.16.3
I'm trying to add the HelloWorld example project (C:\ti\mcsdk_2_01_02_06\examples\ndk\helloWorld) to the my project.
Network communication was needed.
I don't know how to incorporate memory settings of Helloworld example cfg file into my cfg file.
I tried to add the Helloworld example cfg file to my cfg file, like the attached file, but warning was added.
I added a map of Helloworld example that does not exist in my OpenMP project.
My cfg file is My.cfg
For additional NDK-related setup information, see:
//***************************************************************** Add A
...
//***************************************************************** End Add A
//***************************************************************** Add B
...
//***************************************************************** End Add B
I tried to change the setting to get rid of warning, but it was fixed. .... @@ ti.runtime.ompbios.HeapOMP.Instance#0
And errors occur in the behavior of existing my projects. (OpenMP example code execute error)
I want to use OpenMP and NDK together.
Question1] Am I working right? If it's right, how can I get rid of that warning?
Question2) How do I process to add NDK to my project? Am I working right?
For example, if I have an OpenMP cfg file and a Helloorkld cfg file, how can I modify it to use it together? program.sectMap ...
OpenMP cfg 8463.omp_config.cfg
Helloworld cfg helloWorld.cfg



