Skip to content

Instantly share code, notes, and snippets.

@erosca
Last active March 7, 2019 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erosca/9d2dd0ea16fb9f208effc89226e2b27f to your computer and use it in GitHub Desktop.
Save erosca/9d2dd0ea16fb9f208effc89226e2b27f to your computer and use it in GitHub Desktop.
make ARCH=arm CROSS_COMPILE=... r8a77965_ulcb_defconfig all -j12
➜ u-boot (7769c8aafc11) make ARCH=arm \
CROSS_COMPILE=/opt/gcc-linaro-7.3.1-2018.05-x86_64_aarch64-linux-gnu/bin/aarch64-linux-gnu- \
r8a77965_ulcb_defconfig all -j12
Error: arch/arm/dts/r8a77965-u-boot.dtsi:14.1-5 Label or path soc not found
Error: arch/arm/dts/.r8a77965-salvator-x-u-boot.dtb.pre.tmp:16.1-16 Label or path sdhi2_pins_uhs not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a77965-salvator-x-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a77965-salvator-x-u-boot.dtb] Error 1
make[3]: *** Waiting for unfinished jobs....
Error: arch/arm/dts/r8a7796-u-boot.dtsi:14.1-5 Label or path soc not found
Error: arch/arm/dts/.r8a7796-salvator-x-u-boot.dtb.pre.tmp:16.1-16 Label or path sdhi2_pins_uhs not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a7796-salvator-x-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a7796-salvator-x-u-boot.dtb] Error 1
Error: arch/arm/dts/r8a77995-u-boot.dtsi:10.1-5 Label or path soc not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a77995-draak-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a77995-draak-u-boot.dtb] Error 1
Error: arch/arm/dts/r8a77970-u-boot.dtsi:14.1-5 Label or path soc not found
Error: arch/arm/dts/.r8a77970-eagle-u-boot.dtb.pre.tmp:37.1-5 Label or path rpc not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a77970-eagle-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a77970-eagle-u-boot.dtb] Error 1
Error: arch/arm/dts/r8a77965-u-boot.dtsi:14.1-5 Label or path soc not found
Error: arch/arm/dts/.r8a77965-m3nulcb-u-boot.dtb.pre.tmp:27.1-16 Label or path sdhi2_pins_uhs not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a77965-m3nulcb-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a77965-m3nulcb-u-boot.dtb] Error 1
Error: arch/arm/dts/.r8a7795-salvator-x-u-boot.dtb.pre.tmp:16.1-16 Label or path sdhi2_pins_uhs not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a7795-salvator-x-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a7795-salvator-x-u-boot.dtb] Error 1
Error: arch/arm/dts/r8a7796-u-boot.dtsi:14.1-5 Label or path soc not found
Error: arch/arm/dts/.r8a7796-m3ulcb-u-boot.dtb.pre.tmp:27.1-16 Label or path sdhi2_pins_uhs not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a7796-m3ulcb-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a7796-m3ulcb-u-boot.dtb] Error 1
Error: arch/arm/dts/.r8a7795-h3ulcb-u-boot.dtb.pre.tmp:27.1-16 Label or path sdhi2_pins_uhs not found
FATAL ERROR: Syntax error parsing input tree
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a7795-h3ulcb-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a7795-h3ulcb-u-boot.dtb] Error 1
arch/arm/dts/r8a77990-ebisu-u-boot.dtb: ERROR (duplicate_label): /soc/pin-controller@e6060000/sd2: Duplicate label 'sdhi3_pins' on /soc/pin-controller@e6060000/sd2 and /soc/pin-controller@e6060000/sd3
ERROR: Input tree has errors, aborting (use -f to force output)
scripts/Makefile.lib:308: recipe for target 'arch/arm/dts/r8a77990-ebisu-u-boot.dtb' failed
make[3]: *** [arch/arm/dts/r8a77990-ebisu-u-boot.dtb] Error 2
dts/Makefile:45: recipe for target 'arch-dtbs' failed
make[2]: *** [arch-dtbs] Error 2
Makefile:1009: recipe for target 'dts/dt.dtb' failed
make[1]: *** [dts/dt.dtb] Error 2
make[1]: *** Waiting for unfinished jobs....
Makefile:478: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment