Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

blob.h is missing #123

Open
rezaneam opened this issue Jan 17, 2021 · 5 comments
Open

blob.h is missing #123

rezaneam opened this issue Jan 17, 2021 · 5 comments

Comments

@rezaneam
Copy link

In iothub_client_ll_uploadtoblob.c we are including #include "internal/blob.h" while the header file doesn't exist.

@peter-bloomfield
Copy link

You may need to configure the board library. Instructions are in the readme for this repo. Follow step 5 or 6 under "Simple Sample Instructions" for ESP8266 or ESP32.

@ghost
Copy link

ghost commented Mar 11, 2021

hello @peter-bloomfield,
I'm facing the same issue as @rezaneam
C:\ ............ \Arduino\libraries\AzureIoTHub\src\iothub_client_ll_uploadtoblob.c:26:27: fatal error: internal/blob.h: No such file or directory

I checked out this same issue ( opened ) so I rechecked all Instructions as asked in the readMe but Yaa still error is the same.

@rezaneam if you solved out then point out here what we are missing

@rezaneam
Copy link
Author

@SS-iot-devoted
I am using PlatformIO, I just add this line in the ini file then it works fine.

build_flags = -DDONT_USE_UPLOADTOBLOB -DUSE_BALTIMORE_CERT -DUSE_MBEDTLS

@ghost
Copy link

ghost commented Mar 12, 2021

In which file you add these flags ?? in platform.local.txt or in platform.txt

@rezaneam
Copy link
Author

@SS-iot-devoted As I mentioned I am using PlatformIO. So I can configure the build in the platformio.ini file.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants