joeycastillo / Sensor-Watch

A board replacement for the classic Casio F-91W wristwatch
Other
1.17k stars 234 forks source link

Missing `TOTP-MCU` dir at `./movement/lib` (?) #243

Closed rcassani closed 1 year ago

rcassani commented 1 year ago

Hi,

When building the watch FW and got this error:

$ make

git submodule update --init
make: *** No rule to make target '../lib/TOTP-MCU/sha1.c', needed by 'build/sha1.o'.  Stop.
make: *** Waiting for unfinished jobs....

As the issue seemed to be a typo, I just created a symbolic link, TOTP-MCU, to TOTP, a build without trouble

wryun commented 1 year ago

I suspect you just needed a make clean to fix this one. Perhaps you could try doing that, removing the symlink and seeing if it works?

rcassani commented 1 year ago

Thanks @wryun, that fixed it