- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I will check your technical tool issue and let you know the feedback once I do few tests.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
My apologize for the late reply. I did few tests on SoC EDS, and probably the makefile is not working due to windows update. I will report this to our internal team for a solution.
As a workaround, you can use /usr/bin/make instead of make.
This should be done at the first time on creating preloader. With Uboot, you can use make uboot.
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We actually also had issues with using the /usr/bin/make command as this also failed to compile the preloader. Whilst it appears that it cannot be run on Cygwin, it appears possible with WSL.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have tested /usr/bin/make and it worked fine here.
May I know if you changed something in bsp-editor before using make?
Thank you
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page