Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

blemesh example doesn't build (CON-946) #783

Closed
jonsmirl opened this issue Dec 30, 2023 · 2 comments
Closed

blemesh example doesn't build (CON-946) #783

jonsmirl opened this issue Dec 30, 2023 · 2 comments

Comments

@jonsmirl
Copy link
Contributor

If I am not using blemesh but I am using ble, do I still need the custom platform?

meip/connectedhomeip/config/esp32/third_party/connectedhomeip/third_party/nlio/repo/include -c ../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/lib/asn1/ASN1OID.cpp -o obj/third_party/connectedhomeip/src/lib/asn1/libASN1.ASN1OID.cpp.o
In file included from ../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/ble/BleConfig.h:40,
                 from ../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/lib/core/CHIPConfig.h:42,
                 from ../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/lib/asn1/ASN1Config.h:29,
                 from ../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/lib/asn1/ASN1Error.h:32,
                 from ../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/lib/asn1/ASN1.h:33,
                 from ../../../../../connectedhomeip/connectedhomeip/config/esp32/third_party/connectedhomeip/src/lib/asn1/ASN1OID.cpp:37:
gen/include/platform/CHIPDeviceBuildConfig.h:22:38: fatal error: platform/ESP32_custom/CHIPPlatformConfig.h: No such file or directory
   22 | #define CHIP_PLATFORM_CONFIG_INCLUDE <platform/ESP32_custom/CHIPPlatformConfig.h>
      |                                      ^
compilation terminated.
[90/375] c++ obj/third_party/connectedhomeip/src/app/libCHIPDataModel.CommandHandler.cpp.oninja: build stopped: subcommand failed.
[545/1261] Building C object esp-idf/wpa_supplicant/CMakeFiles/__idf_wpa_supplicant.dir/src/rsn_supp/wpa.c.objninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the /home/jonsmirl/aosp/esp-matter/examples/blemesh_bridge/build/log/idf_py_stderr_output_1172581 and /home/jonsmirl/aosp/esp-matter/examples/blemesh_bridge/build/log/idf_py_stdout_output_1172581
jonsmirl@ares:~/aosp/esp-matter/examples/blemesh_bridge$ 
@github-actions github-actions bot changed the title blemesh example doesn't build blemesh example doesn't build (CON-946) Dec 30, 2023
@shubhamdp
Copy link
Contributor

@jonsmirl This was broke after a submodule update and will be fixed with project-chip/connectedhomeip#31188.

@jonsmirl jonsmirl closed this as completed Jan 7, 2024
@shubhamdp
Copy link
Contributor

@jonsmirl The fix is merged into esp-matter main branch

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

No branches or pull requests

2 participants