I'm using TWR K40 and I have problem.
I create bareboard project using GCC compiler and without PE, to make program more efficient I need use multi-threading.
I know I'm supposed use pthread library, but I don't know how to do it on windows,
I get pthred-win32 and copy dll files to windows/System32 folder, I thought it help, but it didn't.
Is it a way to attach pthread library to project.
Or is it another way to do multi-threading, I don't want use MQX?