mbedtls.cfg.h
is not accessible when using local SDKs via uFBT
#3910
Labels
mbedtls.cfg.h
is not accessible when using local SDKs via uFBT
#3910
Describe the bug.
Attempting to use a self-built SDK with uFBT via
ufbt update --local=X
seems to be unable to detectmbedtls.cfg.h
, even though it is bundled in the.zip
update package:Am I maybe missing a step in my local SDK builds and I need more than just
./fbt updater_package
?Reproduction
I'll outline the steps using my own app, but it's unlikely to be isolated to just that.
./fbt updater_package
.ufbt update --local=h:\dev\flipper-zero\flipperzero-firmware\dist\f7-D\flipper-z-f7-sdk-local.zip --hw-target=f7
ufbt vscode_dist
on it.ufbt
.sdk_headers/f7_sdk/lib/mbedtls/include/mbedtls/build_info.h:79:10: error: #include expects "FILENAME" or <FILENAME>
error.ufbt update --channel=release/dev
.Target
f7 with latest dev release
Logs
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: