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
Can you please describe a minimal set of instructions and dependencies for setting up a compiler and linker to build at least the c source of this project?
Do I need specialized hardware or to pass in special flag options?
When I try to compile now, there are files missing:
$ gcc -c Si4010/source/keyfob_demo_main.c Si4010/source/keyfob_demo.h
Si4010/source/keyfob_demo_main.c:35:20: fatal error: si4010.h: No such file or directory
compilation terminated.
Si4010/source/keyfob_demo.h:28:26: fatal error: si4010_types.h: No such file or directory
compilation terminated.
Can you please describe a minimal set of instructions and dependencies for setting up a compiler and linker to build at least the c source of this project?
Do I need specialized hardware or to pass in special flag options?
When I try to compile now, there are files missing:
The text was updated successfully, but these errors were encountered: