-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sbt.librarymanagement.ResolveException: download failed: #2
Comments
Hi. It looks like it found the snapshot but then timed out on trying to retrieve it. Any chance you are behind a proxy or firewall that may interfere with sbt fetching jars? You should be able to find everything here: https://oss.sonatype.org/content/repositories/snapshots/edu/stanford/cs/dawn/ Not sure if this works, but maybe you can download them and place them manually in their appropriate spots such as ~/.ivy2/cache/edu.stanford.cs.dawn/emul_2.12/jars/ ? |
I'm a little confused about why its hanging here. It looks like it happily resolved all of the jars now, and is compiling some scala directly in spatial-quickstart. The only scala files should be in src and should be the apps you wrote + HelloSpatial. I wonder if you comment anything you wrote and just try to get HelloSpatial compiled, will that work? Also, for now use bin/spatial t1 --sim --vv so that it knows what backend to use and so that it gives us a little extra debug info. For reference, this is what my ivy2 looks like. But it doesn't sound like this is the problem:
|
Right. |
hi, thank you for your reply!
Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0" it looks like Zynq_Area.csv is missing ? |
Based on that error info, it looks like its having trouble with compiling emptiness. Can you install these packages and try again? sudo apt-get install pkg-config libgmp3-dev libisl-dev |
Hi,thank you for your reply! `root@DESKTOP-CR77KA5:/work/spatial-quickstart# ./bin/spatial HelloSpatial --fpga Zynq
#include <assert.h> int main(int argc, char **argv)
} Compile Retcode: 0 Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0" |
Hi. It looks like it is getting confused about how to codegen for some part of your app that has a tuple. Any chance you can either send me the app code, or recompile with --vv and send the IR logfile? (spatial/logs/HelloSpatial/#####_IR.log, with highest #####). This is probably just a case we overlooked so we need to add it. You can also try finding the scala tuple in the source code and remove it if possible. |
Hi,thank you for your reply! I just run : ./bin/spatial HelloSpatial --vv --fpga Zynq (delete the logs's dir firstly) the highest ####_IR.log is below: |
Hi. I'm trying to reproduce this myself with master branch of spatial-quickstart but it isn't giving me the error. There are a few things we can try next. Can you try cleaning out all of the cached files? In spatial-quickstart/, run If this doesn't work, can you send me the full error stack trace when you run with --vv? |
Hi,thank you for your reply! THERE are some warnings. |
Hi. I was trying to figure out what this is pointing to, but it seems like the error is referring to lines that don't exist any more so I'm not sure why it is resolving to this older version. Have you already tried building spatial locally and working from that?
then either |
Hi, thank you very much for the project. I have read your paper, and want to try it .
I have installed java, and sbt .
but I have such problem as I try to excute : bin/spatial
so I do : ./bin/spatial t1 1. t1 and 1 is only for giving argument to run the project ,but I really do not know how to set the 2 arguments.
And I get the error as the title .
below is the error message:
Best Regards,
jm
The text was updated successfully, but these errors were encountered: