Creating Threads in CW 10.6

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Creating Threads in CW 10.6

Jump to solution
583 Views
radekwiech
Contributor I

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?

Labels (1)
Tags (3)
0 Kudos
1 Solution
473 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Radek,

If you need an RTOS other than MQX there are other options from our partners such as FreeRTOS, μC/OS-II, μC/OS-III. Unfortunately we do not provide technical support for pthread library.

If somebody else has any comment abut this tool they are very welcome.

Best regards,

Carlos

View solution in original post

0 Kudos
1 Reply
474 Views
Carlos_Musich
NXP Employee
NXP Employee

Hi Radek,

If you need an RTOS other than MQX there are other options from our partners such as FreeRTOS, μC/OS-II, μC/OS-III. Unfortunately we do not provide technical support for pthread library.

If somebody else has any comment abut this tool they are very welcome.

Best regards,

Carlos

0 Kudos