ainsley26
New Contributor
7 years agoPreloader `make` failed while including include/autoconf.mk.dep
After following the fix here to rectify issues with extracting the tar file containing u-boot; the `make` command to build the pre-loader fails.
In particular:
...
make[1]: Entering directory '/cygdrive/c/Users/sydunajw/Downloads/DE10_Standard_GHRD/software/spl_bsp/uboot-socfpga'
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
include/autoconf.mk.dep:2: *** missing separator. Stop.
...Investigating the file showed that the generated file autoconf.mk.dep (attached as autoconf.mk.txt) contained trailing forward slashes. If the intention is to continue the line then I believe this should be a backward slash. If these trailing slashes are changed to backward slashes, then the compilation continues until the next file which appear to have the same issue and make error.
Attached is also the output from `make`.
System information:
- Quartus Prime 18.1 Update 1 installed
- Windows 10 Enterprise, 64-bit, Version 1809