orangepi-xunlong / OrangePi_Build

The official build system for Orange Pi, support A64, RDA, RK3399
GNU General Public License v2.0
356 stars 180 forks source link

build OrangePi zero uboot Error #39

Closed fcsw2fcsw2 closed 4 years ago

fcsw2fcsw2 commented 5 years ago

in OrangePiH2 directory ./build.sh Compile uboot for OrangePi zero but make[1]: Waiting for unfinished jobs.... make[1]: Leaving directory '/home/fcsw2fcsw2/Desktop/OrangePi/OrangePi_zero/OrangePiH2/uboot/sunxi_spl/fes_init' Makefile:515: recipe for target 'fes' failed make: [fes] Error 2 make: Waiting for unfinished jobs.... make[1]: No rule to make target '/home/fcsw2fcsw2/Desktop/OrangePi/OrangePi_zero/OrangePiH2/uboot/sunxi_spl/boot0/main/boot0.lds', needed by '/home/fcsw2fcsw2/Desktop/OrangePi/OrangePi_zero/OrangePiH2/uboot/sunxi_spl/boot0/boot0.lds'. Stop. make[1]: Waiting for unfinished jobs.... make[1]: Leaving directory '/home/fcsw2fcsw2/Desktop/OrangePi/OrangePi_zero/OrangePiH2/uboot/sunxi_spl/boot0' Makefile:520: recipe for target 'boot0' failed make: [boot0] Error 2 make[1]: No rule to make target '/home/fcsw2fcsw2/Desktop/OrangePi/OrangePi_zero/OrangePiH2/uboot/sunxi_spl/sbrom/main/sboot.lds', needed by '/home/fcsw2fcsw2/Desktop/OrangePi/OrangePi_zero/OrangePiH2/uboot/sunxi_spl/sbrom/sboot.lds'. Stop. make[1]: Waiting for unfinished jobs.... make[1]: Leaving directory '/home/fcsw2fcsw2/Desktop/OrangePi/OrangePi_zero/OrangePiH2/uboot/sunxi_spl/sbrom' Makefile:546: recipe for target 'sboot' failed make: *** [sboot] Error 2

PC:Ubuntu16.04 X64

robertsmedshammar commented 5 years ago

I get the same error, anyone knowns if this has been resolved?

tatarysh commented 5 years ago

same error

simonln commented 5 years ago

me too

simonln commented 5 years ago

I found this solution.Copy this here directory lds files to the H2 directory ,it is work.

tatarysh commented 5 years ago

@driver003 thanks, I'll check it :)

orangepi-xunlong commented 4 years ago

We have updated the compilation system of H2+, welcome to use it. Supported build environment is Ubuntu Bionic 18.04 x64.