Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path of least resistance to build on ubuntu #1

Open
TimJSwan89 opened this issue Mar 6, 2018 · 0 comments
Open

Path of least resistance to build on ubuntu #1

TimJSwan89 opened this issue Mar 6, 2018 · 0 comments

Comments

@TimJSwan89
Copy link

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.
$ find . -name "si4010.h"
$ find . -name "si4010_types.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant