Upcoming maintenance
Dear Customers and Partners.
This website will be undergoing scheduled maintenance on June 14, 2023. Please be aware there may be disruption to the developer portal website and associated services during the scheduled maintenance period.
This upgrade is essential to ensure the continued performance, reliability, and security of Developer World.
We apologize for any inconvenience.
Application unable to build even after proper SDK config
-
Hello,
I am trying to build a program in Spresense with SDK config's set properly but while building it shows no such files or directory for the file tensorflow/lite/c/common.h. I have attached the screenshots for your reference.
Thanks in advance . Also does the changes made in SDK config reflect in the Make.defs file ? -
@sskcyber01 Adding to it these are the screenshots shown in VS Code
Adding to it, even for programs which doesn't require TF to run it shows the same error.
Thanks in advance . -
Hi @sskcyber01,
What OS are you using?
Do you have
CONFIG_TFLM_RT
enabled?Best Regards,
Kamil Tomaszewski -
Hi @KamilTomaszewski thanks for your reply.
- I am using Manjaro Linux KDE.
- Yes, @KamilTomaszewski I have enabled
CONFIG_TFLM_RT
Thanks in advance .
-
Hi @sskcyber01,
Do you have
CONFIG_EXTERNALS_TENSORFLOW
enabled?Could you send all console output after building?
Best Regards,
Kamil Tomaszewski -
Hi @KamilTomaszewski I have enabled
CONFIG_EXTERNALS_TENSORFLOW
. Recently I did not encounter the tensorflow runtime.h error. Since, I am using the imageproc library specified in the below link : https://developer.sony.com/develop/spresense/developer-tools/api-reference/api-references-spresense-sdk/group__imageproc__funcs.html . The error shown is that of the implicit function error. I shall add the screenshots for your reference:
Thanks in advance -
Hi @sskcyber01,
Do you have
CONFIG_CXD56_IMAGEPROC
enabled? -
Hi @KamilTomaszewski,
Yes I have enabledCONFIG_CXD56_IMAGEPROC
.
-
Hi @sskcyber01
From the output you sent, it looks like you haven't implemented the
new_yuv_main
function.