Undefined references on tensorflow lite

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Undefined references on tensorflow lite

跳至解决方案
3,748 次查看
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,726 次查看
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,727 次查看
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 项奖励
回复