Undefined references on tensorflow lite

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

Undefined references on tensorflow lite

Jump to solution
1,633 Views
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 Kudos
Reply
1 Solution
1,616 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
1,617 Views
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 Kudos
Reply