Advertisement
Guest User

Untitled

a guest
Mar 30th, 2024
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. board/sunxi/board.c: In function ‘mmc_get_env_dev’:
  2. board/sunxi/board.c:535:24: error: ‘CONFIG_SYS_MMC_ENV_DEV’ undeclared (first use in this function)
  3. 535 | return CONFIG_SYS_MMC_ENV_DEV;
  4. | ^~~~~~~~~~~~~~~~~~~~~~
  5. board/sunxi/board.c:535:24: note: each undeclared identifier is reported only once for each function it appears in
  6. board/sunxi/board.c:537:1: warning: control reaches end of non-void function [-Wreturn-type]
  7. 537 | }
  8. | ^
  9. make[3]: *** [scripts/Makefile.build:257: board/sunxi/board.o] Error 1
  10. make[2]: *** [Makefile:1858: board/sunxi] Error 2
  11. make[2]: *** Waiting for unfinished jobs....
  12. CC boot/pxe_utils.o
  13. CC arch/arm/mach-sunxi/clock_sun6i.o
  14. CC arch/arm/mach-sunxi/timer.o
  15. CC arch/arm/lib/cache-cp15.o
  16. CC arch/arm/lib/psci-dt.o
  17. AS arch/arm/lib/bitops.o
  18. AS arch/arm/lib/ashldi3.o
  19. AS arch/arm/lib/ashrdi3.o
  20. CC arch/arm/lib/div0.o
  21. AS arch/arm/lib/div64.o
  22. AS arch/arm/lib/lib1funcs.o
  23. CC boot/image.o
  24. AS arch/arm/lib/lshrdi3.o
  25. AS arch/arm/lib/muldi3.o
  26. AR arch/arm/mach-sunxi/built-in.o
  27. AS arch/arm/lib/uldivmod.o
  28. CC arch/arm/lib/eabi_compat.o
  29. AR arch/arm/lib/built-in.o
  30. CC boot/image-board.o
  31. CC boot/bootdev-uclass.o
  32. CC boot/bootflow.o
  33. CC boot/bootmeth-uclass.o
  34. CC boot/bootstd-uclass.o
  35. AR arch/arm/lib/lib.a
  36. CC boot/bootmeth_extlinux.o
  37. CC boot/fdt_support.o
  38. CC boot/image-fdt.o
  39. CC boot/image-fit.o
  40. CC boot/expo.o
  41. CC boot/scene.o
  42. CC boot/expo_build.o
  43. CC boot/scene_menu.o
  44. CC boot/scene_textline.o
  45. CC boot/vbe.o
  46. CC boot/vbe_request.o
  47. CC boot/vbe_simple.o
  48. CC boot/vbe_simple_os.o
  49. AR boot/built-in.o
  50. make[1]: *** [package/pkg-generic.mk:283: /home/peter/buildroot-2024.02.1/output/speedsaver/build/uboot-2024.01/.stamp_built] Error 2
  51. make: *** [Makefile:23: _all] Error 2
  52. peter@asus:~/buildroot-2024.02.1/output/speedsaver$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement