Build with new protobufs #5828
Unanswered
NickAmSee0610
asked this question in
Q&A
Replies: 1 comment 1 reply
-
The newly generated protobufs files must be in the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I added a new protobuf a local configuration file and ran the protobuf scripts. The new protobufs are created and compilation is properly done. But the final linking step fails with:
platformio/packages/toolchain-xtensa-esp32s3/bin/../lib/gcc/xtensa-esp32s3-elf/8.4.0/../../../../xtensa-esp32s3-elf/bin/ld: /tmp/ccL5wVOz.ltrans14.ltrans.o:(.literal+0x598): undefined reference to `wifiSettingsFile'
I assume that the linker is loading precompiled protobuf library and not the changed one. Is there a way to change this behaviour?
In the protobufs/publish.yml there is a step "setup buf" whereas in different files there's a reference to the buf folder. So maybe I have to refresh the buf folder? But how?
Beta Was this translation helpful? Give feedback.
All reactions