Closed blakesmith closed 2 years ago
I'm having a look into this...the fix might be to just not recurse submodules and rely instead of the bootstrapper inside the betrusted_soc.py script but I need to setup an environment to test it.
OK. I think I've removed the false dependency. The problem is that rom-locate
refers to an ancient version of Litex, which had a bunch of repos be deleted.
I just vendored in the rom-locate
stuff, it's fairly stable and hasn't changed in years, thus removing that dependency. I just pulled a clean version and started the build, it seems to be running smoothly now.
Thanks @bunnie! The recursive clone is working great now. After the big old Vivado download, I should be able to test a full build.
Hi there!
I wanted to generate the SoC with LiteX, but am getting recursive clone errors for a
enjoy-digital/black-parrot
repository:Can someone help resolve? Thanks! Been enjoying playing and hacking on my Precursor so far. :+1:
EDIT: Looks like
compiler-rt
is having similar issues, though it seems to be stuck in some redirect loop: