我刚刚开始使用 Rocket 芯片作为我团队新项目的一部分。我已经成功下载了 Rocket 芯片生成器,按原样编译并使用了一些自定义配置,并且运行良好。
但是,上面列出的工作是在我的个人桌面上完成的,在访问网络代理时没有问题。然而,在我的工作中,有很多限制让事情变得困难,其中之一是我无法构建任何火箭项目,因为 sbt 无法解决构建依赖关系。它总是以无法访问某些代理并且无法下载工具依赖项的消息结束。
我尝试手动下载并安装 sbt、scala 或 chisel,然后重试构建,但仍然失败。
有没有办法手动下载火箭构建的所有先决条件,然后在没有任何在线访问的情况下构建它们?(换句话说,离线。)
未解决的依赖关系如下。
[error] (*:update) sbt.ResolveException: unresolved dependency: com.typesafe.sbt#sbt-ghpages;0.5.3: not found
[error] unresolved dependency: com.eed3si9n#sbt-buildinfo;0.5.0: not found
[error] unresolved dependency: org.scala-lang#scala-library;2.10.6: not found
[error] unresolved dependency: org.scala-sbt#sbt;0.13.11: not found
[error] unresolved dependency: org.scala-lang#scala-compiler;2.10.6: not found