Forum Discussion
Altera_Forum
Honored Contributor
8 years agoPreloader Make untar failing.
I am attempting to compile a new preloader on windows using SOCEDS 18.0...but am failing at untar'ing the uboot-socfpga.tar.gz. Chris@DESKTOP-NSSUV7O /cygdrive/f/VirtualBox VMs/share/rocket...
Altera_Forum
Honored Contributor
8 years agoMy fix was to remove the untar from the makefile (run the tar xvf $(preloader.tar.gz) myself)and/or make sure the filepath does NOT have any spaces in it. Seemed to work for me for now. New preloader.bin generated!