Advertisement
Guest User

Untitled

a guest
Sep 27th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. root@raspberrypi:/home/pi# git clone https://github.com/notro/fbtft.git
  2. Cloning into 'fbtft'...
  3. remote: Counting objects: 1060, done.
  4. remote: Total 1060 (delta 0), reused 0 (delta 0)
  5. Receiving objects: 100% (1060/1060), 491.83 KiB | 190 KiB/s, done.
  6. Resolving deltas: 100% (665/665), done.
  7. root@raspberrypi:/home/pi# cd fbtft
  8. root@raspberrypi:/home/pi/fbtft# make
  9. grep config Kconfig | cut -d' ' -f2 | sed 's@^@CONFIG_@; s@$@=m@' > .config
  10. make -C /lib/modules/`uname -r`/build M=$PWD modules
  11. make[1]: *** /lib/modules/3.12.28+/build: No such file or directory. Stop.
  12. Makefile:45: recipe for target 'default' failed
  13. make: *** [default] Error 2
  14. root@raspberrypi:/home/pi/fbtft#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement