You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked the upstream, there was no such a file named pw_rpc.h, neither a pw_source_set("pw_rpc") exist in third_party/pigweed/repo/pw_hdlc/BUILD.gn, which leads to a speculation the previous commit included a bug.
Compile process will fail if I enable the rpc. This is the command I have used on Ubuntu 22.04, v1.3-branch.
* Update rpc_config.gni
The "pw_rpc" is not a valid .h file can be found from upstream, neither any file starting with this name.
* Update rpc_config.gni
pw_rpc was an alias of default_addresses that was removed
* Update rpc_config.gni
pw_rpc was an alias of default_addresses that was removed. Fix for #32979.
* Update examples/common/pigweed/rpc_config.gni
Co-authored-by: Terence Hampson <[email protected]>
---------
Co-authored-by: Terence Hampson <[email protected]>
From #31002
I have checked the upstream, there was no such a file named pw_rpc.h, neither a pw_source_set("pw_rpc") exist in third_party/pigweed/repo/pw_hdlc/BUILD.gn, which leads to a speculation the previous commit included a bug.
Compile process will fail if I enable the rpc. This is the command I have used on Ubuntu 22.04, v1.3-branch.
This is the error message from console,
The text was updated successfully, but these errors were encountered: