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!
Solved! Go to Solution.
Hello Aaron,
I recommend you to check the below community thread where you will find suggestion to use strtok_r in MCUXpresso.
Hope it helps!
Best regards,
Felipe
Hello Aaron,
I recommend you to check the below community thread where you will find suggestion to use strtok_r in MCUXpresso.
Hope it helps!
Best regards,
Felipe