Closed honyczek closed 4 years ago
Hi: I think the sub-repos were missing because we didn't use the --recursive
flag when running git clone pinetime-rust-mynewt
. Here's how we can fix that...
cd pinetime-rust-mynewt/rust
git submodule update --init
Ok, as you updated README.md with --recursive
and I started from the scratch, this issue is solved.
After running ./scripts/nrf52/build-boot.sh I executed ./scripts/build-app.sh and after some time it failed on error
Undefined main
, so I ran it again and it fails on this:Expected behavior: druid toolkit will be available (pre-downloaded) in the directory ~/pinetime-rust-mynewt/rust/druid-embedded.
After trying to fix it by clonning repository druid-embedded, it continues with the same error for piet-embedded, kurbo-embedded and st7735-lcd-batch-rs.