strtok_r in library?

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

strtok_r in library?

Jump to solution
601 Views
aaronminner
Contributor III

Hi!  I'm doing some work with SD files on a MIMXRT1060-EVK and part of it is pattern matching file names using strtok_r.  However, it fails in the linking stage with the token not found error.  The function strtok does link, but that function doesn't work the same way.  I can work around the absence of strtok_r, but I'd like to know if I'm just overlooking a simple library inclusion or something.  Thanks!

Labels (1)
0 Kudos
1 Solution
540 Views
FelipeGarcia
NXP Employee
NXP Employee

Hello Aaron,

 

I recommend you to check the below community thread where you will find suggestion to use strtok_r in MCUXpresso.

Using strtok_r in MCUXpresso 

Hope it helps!

 

Best regards,

Felipe

View solution in original post

0 Kudos
1 Reply
541 Views
FelipeGarcia
NXP Employee
NXP Employee

Hello Aaron,

 

I recommend you to check the below community thread where you will find suggestion to use strtok_r in MCUXpresso.

Using strtok_r in MCUXpresso 

Hope it helps!

 

Best regards,

Felipe

0 Kudos