[Libre-soc-bugs] [Bug 654] dev-env-setup script for symbiflow (arty A7-100T)
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Wed Oct 13 12:12:41 BST 2021
https://bugs.libre-soc.org/show_bug.cgi?id=654
--- Comment #29 from vklr at vkten.in <vklr at vkten.in> ---
(In reply to Luke Kenneth Casson Leighton from comment #28)
> (In reply to vklr at vkten.in from comment #23)
>
> > > imports=[os.path.dirname(os.path.dirname(capnp.__file__))]
> > > File "capnp/lib/capnp.pyx", line 3973, in capnp.lib.capnp.load
> > > File "capnp/lib/capnp.pyx", line 3216, in capnp.lib.capnp.SchemaParser.load
> > > OSError: File not found:
> > > /home/lkcl/src/symbiflow/symbiflow-arch-defs/env/conda/envs/
> > > symbiflow_arch_def_base/share/vtr/rr_graph_uxsdcxx.capnp
> >
> > did you run these (script has it)
> >
> > mkdir -p env/conda/envs
> > ln -s /usr/local/symbiflow env/conda/envs/symbiflow_arch_def_base
>
> this exact same error occurs again after running the script exactly
> as it is.
>
This happened to me also at start of this project. Do these to correct,
check that:
symbiflow-arch-defs/env/conda/envs are directories
symbiflow_arch_def_base is a symlink to /usr/local/symbiflow
/usr/local/symbiflow/share/vtr is a directory
copy rr_graph_uxsdcxx.capnp file from
vtr-verilog-to-routing/libs/libvtrcapnproto/gen/rr_graph_uxsdcxx.capnp to
/usr/local/symbiflow/share/vtr directory
And then rerun make install
> i wonder if the fact that the talos workstation is using debian/testing
> has caused some other dependency to be fixed which is not fixed on
> debian/buster.
I have created buster debootstrap in my home directory as per requirement of
clean environment for finding dependencies and building.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list