Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2018
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. CC spl/drivers/mtd/spi/sf_probe.o
  2. In file included from drivers/mtd/spi/sf_probe.c:11:0:
  3. drivers/mtd/spi/sf_probe.c: In function 'spi_flash_std_probe':
  4. drivers/mtd/spi/sf_probe.c:155:54: error: dereferencing pointer to incomplete type 'struct dm_spi_slave_platdata'
  5. debug("%s: slave=%p, cs=%d\n", __func__, slave, plat->cs);
  6. ^
  7. include/common.h:68:26: note: in definition of macro 'debug_cond'
  8. printf(pr_fmt(fmt), ##args); \
  9. ^
  10. drivers/mtd/spi/sf_probe.c:155:2: note: in expansion of macro 'debug'
  11. debug("%s: slave=%p, cs=%d\n", __func__, slave, plat->cs);
  12. ^
  13. scripts/Makefile.build:280: recipe for target 'spl/drivers/mtd/spi/sf_probe.o' failed
  14. make[6]: *** [spl/drivers/mtd/spi/sf_probe.o] Error 1
  15. scripts/Makefile.build:425: recipe for target 'spl/drivers/mtd/spi' failed
  16. make[5]: *** [spl/drivers/mtd/spi] Error 2
  17. scripts/Makefile.spl:364: recipe for target 'spl/drivers' failed
  18. make[4]: *** [spl/drivers] Error 2
  19. Makefile:1408: recipe for target 'spl/u-boot-spl' failed
  20. make[3]: *** [spl/u-boot-spl] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement