Hi Devzone
I need to include C++ standard library <memory> to use tensorflow lite.
Other libraries included well. but I don't know the way to include C++ standard library.
How can I do this?
Best regards,
Baek
Hi Devzone
I need to include C++ standard library <memory> to use tensorflow lite.
Other libraries included well. but I don't know the way to include C++ standard library.
How can I do this?
Best regards,
Baek
The use of STL is not recommended in firmware also SES stripped down most of C++ supports. To use C++, you need to use full GCC not the one that comes with SES. Eclipse with GCC is recommended for C++ use.
The use of STL is not recommended in firmware also SES stripped down most of C++ supports. To use C++, you need to use full GCC not the one that comes with SES. Eclipse with GCC is recommended for C++ use.