Advertisement
thara1984

Untitled

Jun 24th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. drivers/bluetooth/btfm_slim.c:26:23: fatal error: btfm_slim.h: No such file or directory
  2. #include <btfm_slim.h>
  3. ^
  4. compilation terminated.
  5. scripts/Makefile.build:339: recipe for target 'drivers/bluetooth/btfm_slim.o' failed
  6. make[2]: *** [drivers/bluetooth/btfm_slim.o] Error 1
  7. make[2]: *** Waiting for unfinished jobs....
  8. AS arch/arm64/lib/strrchr.o
  9. CC net/bluetooth/l2cap_core.o
  10. drivers/bluetooth/btfm_slim_codec.c:27:23: fatal error: btfm_slim.h: No such file or directory
  11. #include <btfm_slim.h>
  12. ^
  13. compilation terminated.
  14. scripts/Makefile.build:339: recipe for target 'drivers/bluetooth/btfm_slim_codec.o' failed
  15. make[2]: *** [drivers/bluetooth/btfm_slim_codec.o] Error 1
  16. scripts/Makefile.build:653: recipe for target 'drivers/bluetooth' failed
  17. make[1]: *** [drivers/bluetooth] Error 2
  18. Makefile:1115: recipe for target 'drivers' failed
  19. make: *** [drivers] Error 2
  20. make: *** Waiting for unfinished jobs....
  21. CC net/bluetooth/l2cap_sock.o
  22. AR arch/arm64/lib/lib.a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement