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
When I try to follow the instructions in examples/lock-app/nrf5/README.md, whether using docker or not, I get a build error like so:
make[7]: *** No rule to make target 'backbone_router/leader.cpp', needed by 'backbone_router/libopenthread_ftd_a-leader.o'. Stop.
I poked around a bit, and the openthread commit at openthread/openthread@daf8916 renamed that file. It changed the src/core/Makefile.am file in the openthread repo, but looking at our tree, the hird_party/openthread/repo/src/core/Makefile.in file still had the old filename in it (leader.cpp, not bbr_leader.cpp). We pulled that commit into our tree in #1583 as far as I can tell.
Rerunning scripts/build/boostrap.sh does not regenerate the Makefile.in in question.
If I manually delete third_party/openthread/repo/src/core/Makefile.in and then do the nrf5 lock-app build, things work fine...
Proposed Solution
I'm not sure. Presumably something here (either our bootstrap or the nrf5 build) should regenerate the relevant Makefile.in.
Problem
When I try to follow the instructions in
examples/lock-app/nrf5/README.md
, whether using docker or not, I get a build error like so:I poked around a bit, and the openthread commit at openthread/openthread@daf8916 renamed that file. It changed the
src/core/Makefile.am
file in the openthread repo, but looking at our tree, thehird_party/openthread/repo/src/core/Makefile.in
file still had the old filename in it (leader.cpp
, notbbr_leader.cpp
). We pulled that commit into our tree in #1583 as far as I can tell.Rerunning
scripts/build/boostrap.sh
does not regenerate theMakefile.in
in question.If I manually delete
third_party/openthread/repo/src/core/Makefile.in
and then do the nrf5 lock-app build, things work fine...Proposed Solution
I'm not sure. Presumably something here (either our bootstrap or the nrf5 build) should regenerate the relevant
Makefile.in
.@mspang @rwalker-apple
The text was updated successfully, but these errors were encountered: