Open-Chargeport
Open-Chargeport copied to clipboard
Path of least resistance to build on ubuntu
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"