strtok_r in library?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,218件の閲覧回数
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!

ラベル(1)
0 件の賞賛
返信
1 解決策
1,157件の閲覧回数
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 件の賞賛
返信
1 返信
1,158件の閲覧回数
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 件の賞賛
返信