This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C129XNCZAD: netOpenHook() Usage problem with TI-RTOS

Part Number: TM4C129XNCZAD

Tool/software: TI-RTOS

Hello,

In my project I use TM4C129X with TI-RTOS. I want to implement UDP protocol although I have a problem. When I looked at the udpecho example it uses netOpenHook because of ndk Installation.So, I inserted it to my .cfg file. However, my code has to be written C++ and void netOpenHook() call in this C++ file causes the unresolved symbol error. Is there any way to create the project TI-RTOS C++ instead of TI-RTOS C ? or any recommendations for solving this issue in TI-RTOS C code .If I use C instead of C++, it works perfectly BUT c++ usage creates a problem in Debug file. Thanks for your answers. Best Regards.

Cengizhan Yapıcıoğlu