- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
