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

rpi-4.1.y tree fails to compile (fc98e35c89f1f7dae12db3d50878d96c5552e813) #1106

Closed
clivem opened this issue Aug 18, 2015 · 2 comments
Closed

Comments

@clivem
Copy link

clivem commented Aug 18, 2015

Most likely due to the merge of the spi patches yesterday.

CC [M] drivers/spi/spi-bcm2708.o
drivers/spi/spi-bcm2835.c: In function 'bcm2835_spi_probe':
drivers/spi/spi-bcm2835.c:772:23: error: 'bcm2835_spi_handle_err' undeclared (first use in this function)
master->handle_err = bcm2835_spi_handle_err;
^
drivers/spi/spi-bcm2835.c:772:23: note: each undeclared identifier is reported only once for each function it appears in
scripts/Makefile.build:264: recipe for target 'drivers/spi/spi-bcm2835.o' failed
make[2]: *** [drivers/spi/spi-bcm2835.o] Error 1
make[2]: *** Waiting for unfinished jobs....

@popcornmix
Copy link
Collaborator

Should be fixed now.

@clivem
Copy link
Author

clivem commented Aug 18, 2015

Confirm. Fixed. Thank you.

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

2 participants