fulvous Posted January 12, 2017 Posted January 12, 2017 Hi guys! Thank you for your hardwork, we decided to use armbian as our development platform because it is great, well structured and documented! I think I am hitting a problem with u-boot compilation. I am running the compilation as follows: ./compile.sh KERNEL_ONLY=no BUILD_DESKTOP=yes BOARD=cubieboard BRANCH=default RELEASE=jessie PROGRESS_DISPLAY=plain CLEAN_LEVEL=make,cache,debs Then, after the sources are already downloaded, I get an error in the u-boot-sunxi-with-spl.bin target. This is my screen output: /usr/bin/env: «python»: No such file or directoryMakefile:1090: recipe for target 'u-boot-sunxi-with-spl.bin' failedmake: *** [u-boot-sunxi-with-spl.bin] Error 127[ error ] ERROR in function compile_uboot [ common.sh:108 ][ error ] U-boot compilation failed Thank you for your great work, any help would be appreciated. Leon
Igor Posted January 12, 2017 Posted January 12, 2017 Something must be wrong at your host - I don't find any troubles here. Are you using Ubuntu Xenial x64?
Igor Posted January 12, 2017 Posted January 12, 2017 It should be fixed with this. https://github.com/igorpecovnik/lib/commit/fce8d23218ff4f2c66af049a5f54d474545f2d7a
fulvous Posted January 12, 2017 Author Posted January 12, 2017 Fixed indeed! Now I am compiling without problems. Thank you once again! Leon
Recommended Posts