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

ESP32 temperature-measurement-app fails to build #7302

Closed
waynepeacock opened this issue Jun 2, 2021 · 0 comments · Fixed by #7305
Closed

ESP32 temperature-measurement-app fails to build #7302

waynepeacock opened this issue Jun 2, 2021 · 0 comments · Fixed by #7305

Comments

@waynepeacock
Copy link

I can get the all-clusters ESP32 example to build and run, however the temperature-measurement-app fails to build.

I have followed Instructions here: https://github.com/project-chip/connectedhomeip/blob/master/examples/temperature-measurement-app/esp32/README.md

ESP-IDF release/v4.2
CHIP commit b40ed7a

This built fine about two weeks ago.

af-event.cpp:90: undefined reference to `emberAfPluginTemperatureMeasurementServerReadEventControl'

/home/wpeacock/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/main/libmain.a(af-event.cpp.obj):/home/wpeacock/chip/connectedhomeip/examples/temperature-measurement-app/esp32/build/../third_party/connectedhomeip/src/app/util/af-event.cpp:90: undefined reference to `emberAfPluginTemperatureMeasurementServerReadEventControl'
/home/wpeacock/.espressif/tools/xtensa-esp32-elf/esp-2020r3-8.4.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/main/libmain.a(af-event.cpp.obj):(.data.emAfEvents+0x4): undefined reference to `emberAfPluginTemperatureMeasurementServerReadEventHandler()'
collect2: error: ld returned 1 exit status

Regards
Wayne

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

Successfully merging a pull request may close this issue.

1 participant