We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If someone else is facing issues to compile:
I tried to compile and i needed to add src/spi.c in the makefile on these lines:
src/spi.c
on bin/tcl_server, bin/apa102_server, bin/ws2801_server and bin/lpd8806_server rules, like this. gcc ${CFLAGS} -o $@ src/tcl_server.c src/opc_server.c src/spi.c src/cli.c
gcc ${CFLAGS} -o $@ src/tcl_server.c src/opc_server.c src/spi.c src/cli.c
The text was updated successfully, but these errors were encountered:
Update Makefile as per Issue zestyping#48
dd0af29
No branches or pull requests
If someone else is facing issues to compile:
I tried to compile and i needed to add
src/spi.c
in the makefile on these lines:on bin/tcl_server, bin/apa102_server, bin/ws2801_server and bin/lpd8806_server rules, like this.
gcc ${CFLAGS} -o $@ src/tcl_server.c src/opc_server.c src/spi.c src/cli.c
The text was updated successfully, but these errors were encountered: