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
Hello!
Trying to compile on a clean raspbian install - got the following error: make: *** No rule to make target '/home/pi/gcp-iot-core-examples/.build/hal_linux_os.o', needed by '/home/pi/gcp-iot-core-examples/.build/libcryptoauth.so'. Stop.
The Makefile has this entry: Makefile:LIBCRYPTOAUTH_OBJECTS += hal_linux_timer.c hal_linux_os.c
but there doesn't seem to be a file with that name anywhere...
Just a quick addendum to this - it compiles fine if I remove hal_linux_os.c from the Makefile... and seems to actually work. I'm guessing the functionality was moved around from that file (or I haven't found anything that needs something from that file) yet.
Just a quick addendum to this - it compiles fine if I remove hal_linux_os.c from the Makefile... and seems to actually work. I'm guessing the functionality was moved around from that file (or I haven't found anything that needs something from that file) yet.
Hello!
Trying to compile on a clean raspbian install - got the following error:
make: *** No rule to make target '/home/pi/gcp-iot-core-examples/.build/hal_linux_os.o', needed by '/home/pi/gcp-iot-core-examples/.build/libcryptoauth.so'. Stop.
The Makefile has this entry:
Makefile:LIBCRYPTOAUTH_OBJECTS += hal_linux_timer.c hal_linux_os.c
but there doesn't seem to be a file with that name anywhere...
Any idea which of these is supposed to be there?
Many thanks, M.
The text was updated successfully, but these errors were encountered: