hzeller / rpi-matrix-pixelpusher

PixelPusher protocol for LED matrix.
GNU General Public License v3.0
173 stars 30 forks source link

Unable to make #5

Closed ehfeng closed 7 years ago

ehfeng commented 8 years ago

Receiving this error, any ideas?

c++ -Imatrix/include -Wall -O3 -g -c -o pixel-push.o pixel-push.cc
pixel-push.cc:23:10: fatal error: 'linux/netdevice.h' file not found
#include <linux/netdevice.h>
         ^
1 error generated.
make: *** [pixel-push.o] Error 1
hzeller commented 8 years ago

where are you compiling that ? It sounds like you are not compiling in a Linux environment.