ucb-bar / chisel2-deprecated

Home Page:chisel.eecs.berkeley.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception: sbt.TrapExitSecurityException

drom opened this issue · comments

Fresh git clone. Running sbt run getting this error:

drom@drom:~/work/github/usb-bar/chisel> ~/programs/sbt/bin/sbt run
[info] Loading project definition from /home/drom/work/github/usb-bar/chisel/project
[info] Set current project to chisel (in build file:/home/drom/work/github/usb-bar/chisel/)
[info] Running Chisel.SCWrapper 
Error writing file generated/generated.cpp

Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0"
java.lang.RuntimeException: Nonzero exit code: -1
        at scala.sys.package$.error(package.scala:27)
[trace] Stack trace suppressed: run last compile:run for the full output.
[error] (compile:run) Nonzero exit code: -1
[error] Total time: 1 s, completed Sep 12, 2016 12:05:25 PM

Any guidance how to fix?

Can someone help with this?