Not make Uboot for Arria10

Hello everyone. I’m starting explore hps-arria10, trying to make uboot as written in the user guide, but an error up during the generation process. Virtual box Ubuntu 18.04.

Log:

Intel FPGA Embedded Command Shell

Version 18.0 [Build 614]

root@dimazz-VirtualBox:/home/dimazz# bsp-editor
INFO: Initializing BSP components…
INFO: Finished initializing BSP components. Total time taken = 2 seconds
INFO: Searching for BSP components with category: os_software_element
INFO: Searching for BSP components with category: driver_element
INFO: Searching for BSP components with category: software_package_element
FINE: Added operating system component “uboot:1.0”.
FINE: CPU architecture revision is “1” (human-readable name is “” and machine name is “”).
INFO: Loading drivers from ensemble report.
FINE: Mapped module: “cpu” to use the default driver version.
FINE: Mapped module: “i_clk_mgr” to use the default driver version.
FINE: Mapped module: “i_io48_pin_mux” to use the default driver version.
FINE: Mapped module: “i_noc” to use the default driver version.
INFO: Finished loading drivers from ensemble report.
INFO: Generated file “/media/sf_intelFPGA/software/uboot_bsp/settings.bsp”
INFO: Generating BSP files in “/media/sf_intelFPGA/software/uboot_bsp”
INFO: Generated file “/media/sf_intelFPGA/software/uboot_bsp/settings.bsp”
FINE: Copying file “/home/dimazz/intelFPGA/18.0/embedded/ip/altera/bootloaders/u-boot/arria10/Makefile” to “/media/sf_intelFPGA/software/uboot_bsp”
FINE: Copying file “/home/dimazz/intelFPGA/18.0/embedded/ip/altera/bootloaders/u-boot/arria10/uboot.ds” to “/media/sf_intelFPGA/software/uboot_bsp”
INFO: Generated file “/media/sf_intelFPGA/software/uboot_bsp/config.mk”
INFO: Generated file “/media/sf_intelFPGA/software/uboot_bsp/devicetree.dts”
INFO: Finished generating BSP files. Total time taken = 2 seconds
root@dimazz-VirtualBox:/home/dimazz# cd /media/sf_intelFPGA/software/uboot_bsp
root@dimazz-VirtualBox:/media/sf_intelFPGA/software/uboot_bsp# make
dtc -O dtb -o devicetree.dtb -I dts devicetree.dts
tar xzf /home/dimazz/intelFPGA/18.0/embedded/host_tools/altera/bootloaders/u-boot/uboot-socfpga.tar.gz
make CROSS_COMPILE=arm-altera-eabi- -C uboot-socfpga socfpga_arria10_config
make[1]: Entering directory ‘/media/sf_intelFPGA/software/uboot_bsp/uboot-socfpga’
HOSTCC scripts/basic/fixdep
HOSTCC scripts/kconfig/conf.o
SHIPPED scripts/kconfig/zconf.tab.c
SHIPPED scripts/kconfig/zconf.lex.c
SHIPPED scripts/kconfig/zconf.hash.c
HOSTCC scripts/kconfig/zconf.tab.o
In file included from scripts/kconfig/zconf.tab.c:2537:0:
scripts/kconfig/menu.c: In function ‘get_symbol_str’:
scripts/kconfig/menu.c:590:18: warning: ‘jump’ may be used uninitialized in this function [-Wmaybe-uninitialized]
jump->offset = strlen(r->s);
~^~
scripts/kconfig/menu.c:551:19: note: ‘jump’ was declared here
struct jump_key *jump;
^~~~
HOSTLD scripts/kconfig/conf

configuration written to .config

make[1]: Leaving directory ‘/media/sf_intelFPGA/software/uboot_bsp/uboot-socfpga’
make CROSS_COMPILE=arm-altera-eabi- -C uboot-socfpga all
make[1]: Entering directory ‘/media/sf_intelFPGA/software/uboot_bsp/uboot-socfpga’
make[1]: Warning: File ‘.config’ has modification time 3,6 s in the future
make[3]: Warning: File ‘scripts/basic/.fixdep.cmd’ has modification time 0.36 s in the future
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Warning: File ‘scripts/kconfig/.zconf.tab.o.cmd’ has modification time 3.1 s in the future
scripts/kconfig/conf --silentoldconfig Kconfig
make[3]: warning: Clock skew detected. Your build may be incomplete.
make[3]: Warning: File ‘include/config/auto.conf’ has modification time 5 s in the future
ln: failed to create symbolic link ‘arch/arm/include/asm/arch’: Read-only file system
/media/sf_intelFPGA/software/uboot_bsp/uboot-socfpga/scripts/Makefile.autoconf:93: recipe for target ‘create_symlink’ failed
make[3]: *** [create_symlink] Error 1
/media/sf_intelFPGA/software/uboot_bsp/uboot-socfpga/Makefile:464: recipe for target ‘silentoldconfig’ failed
make[2]: *** [silentoldconfig] Error 1
make[1]: *** No rule to make target ‘include/config/auto.conf’, needed by ‘include/config/uboot.release’. Stop.
make[1]: Leaving directory ‘/media/sf_intelFPGA/software/uboot_bsp/uboot-socfpga’
Makefile:216: recipe for target ‘uboot-socfpga/u-boot.bin’ failed
make: *** [uboot-socfpga/u-boot.bin] Error 2

How fix it?

I solve it. bsp-editor was create files in shared lolder, i change destination to local folder and make work succesful)