abyss02 Posted October 15, 2017 Posted October 15, 2017 Hi all, after runnning cd /root/ apt-get -y install git git clone https://github.com/armbian/build cd build ./compile.sh i get following error message. Any hints? Spoiler make[3]: *** [drivers/video/sunxi/lcdc.o] Error 1 scripts/Makefile.build:425: recipe for target 'drivers/video/sunxi' failed make[2]: *** [drivers/video/sunxi] Error 2 scripts/Makefile.build:425: recipe for target 'drivers/video' failed make[1]: *** [drivers/video] Error 2 Makefile:1278: recipe for target 'drivers' failed make: *** [drivers] Error 2 make: *** Waiting for unfinished jobs.... CC fs/fs.o CC env/env.o CC drivers/usb/gadget/f_mass_storage.o CC drivers/usb/host/ohci-sunxi.o CC env/attr.o CC fs/ext4/ext4fs.o CC drivers/usb/gadget/f_fastboot.o CC env/callback.o CC fs/ext4/ext4_common.o CC fs/ext4/dev.o CC env/flags.o CC drivers/usb/host/ehci-hcd.o CC fs/fat/fat_write.o CC fs/fat/file.o CC drivers/usb/musb-new/musb_gadget.o LD fs/ext4/built-in.o LD drivers/usb/gadget/built-in.o CC env/mmc.o LD fs/fat/built-in.o CC drivers/usb/host/ehci-sunxi.o CC drivers/usb/musb-new/musb_core.o CC drivers/usb/musb-new/musb_gadget_ep0.o LD fs/built-in.o LD env/built-in.o CC drivers/usb/musb-new/sunxi.o CC drivers/usb/musb-new/musb_uboot.o LD drivers/usb/host/built-in.o LD drivers/usb/musb-new/built-in.o [ error ] ERROR in function compile_uboot [ compilation.sh:162 ] [ error ] U-boot compilation failed [ o.k. ] Process terminated
Igor Posted October 15, 2017 Posted October 15, 2017 There is something wrong with this/those patches: https://github.com/armbian/build/commit/3b4d3729d7495a4023c1901771a22b7f02ad8159 I remove them for now and now you should be able to compile without problems.
abyss02 Posted October 16, 2017 Author Posted October 16, 2017 Yes, it works now. Thank you very much!
Recommended Posts