Hi. I am trying to compile a C++ project. I have included all the files in the includes list. Even then I am getting error saying tx_port.h file is neither a file or directory. I am using a GNU C++ compiler. The same application in C is compiled successfully. But using C++ compiler it is failing, What can be the reason?
I'm sorry, I also get errors when compiling. Although commenting on _tx_thread_stack_error_handler can solve compilation problems, I don't think it solves the fundamental problem. I have reported this issue to the IDE team and hope they can resolve it as soon as possible.
I resolved this issue by using the extern “c” at right places in my application code. But I still have problem while creating a new project and using .cpp files in that. If you get it, please let me know the steps for it.
I have created a new project with .cpp file and compiled. It is not detecting the tx_port.h even though I have included its's path in the includes for both compilers