Tool/software: TI C/C++ Compiler
Good day
I'm trying to build and run the openMP project found at this link:
I have attached the project I've created.
It compiles but when I load it on the EVMK2H the DSP hangs.
C66xx_0: Trouble Writing Memory Block at 0xa8000000 on Page 0 of Length 0x57fe: (Error -1202 @ 0xA80057FC) Device core is hung. The debugger will attempt to force the device to a ready state to recover debug control. Your application's state will be corrupt. You should have limited access to memory and registers, but you may need to reset the device to debug further. (Emulation package 9.2.0.00002)
What am I missing with this?
I have 3 warnings when it compiles:
Description Resource Path Location Type #10068-D no matching section linker.cmd /OpenMP_test/Debug/configPkg line 118 C/C++ Problem #10247-D creating output section ".tbss" without a SECTIONS specification OpenMP_test C/C++ Problem #10247-D creating output section ".tdata" without a SECTIONS specification OpenMP_test C/C++ Problem
Could that be related?
Thank you for the feedback