Undefined references on tensorflow lite

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Undefined references on tensorflow lite

ソリューションへジャンプ
3,718件の閲覧回数
Emin
Contributor III

I was building a cifar-10 tensorflow lite project on LPC55S69 where I got a lot of undefined references related to the TensorFlow lite. It is in the attachments(please open with notepad++ to view better) 

0 件の賞賛
返信
1 解決策
3,696件の閲覧回数
Emin
Contributor III

I solved "Undefined Reference" by adding the folder in the "Source Location", which contains the files that should be compiled. 

"Multiple References" can be solved by adding "-z muldefs --specs=nosys.specs" toe the Command Line Pattern in MCU C++ Linker

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
3,697件の閲覧回数
Emin
Contributor III

I solved "Undefined Reference" by adding the folder in the "Source Location", which contains the files that should be compiled. 

"Multiple References" can be solved by adding "-z muldefs --specs=nosys.specs" toe the Command Line Pattern in MCU C++ Linker

0 件の賞賛
返信