Git Product home page Git Product logo

Comments (6)

BartMassey avatar BartMassey commented on July 24, 2024 1

Doh. I'm dumb: hadn't realized what llc is. LLVM is installed, but on Debian all the binary names are suffixed with the version. I wrote a fancy update-alternatives script and got llc pointing to llc-3.6 in my path. On to the next issue. Thanks.

from llambda.

BartMassey avatar BartMassey commented on July 24, 2024

Me too. It's some CMake thing, I think.

from llambda.

etaoins avatar etaoins commented on July 24, 2024

I'll take a look tonight.

from llambda.

BartMassey avatar BartMassey commented on July 24, 2024

Thanks much! I'll give it a try.

from llambda.

BartMassey avatar BartMassey commented on July 24, 2024

Nope.

bartfan @ sbt
[info] Loading project definition from /usr/local/src/llambda/project
[info] Set current project to llambda (in build file:/usr/local/src/llambda/)
> project compiler
[info] Set current project to compiler (in build file:/usr/local/src/llambda/)
> run /home/bart/test.scm
[info] Running io.llambda.compiler.CompilerApp /home/bart/test.scm
[error] (Thread-8) java.io.IOException: Cannot run program "llc": error=2, No such file or directory
java.io.IOException: Cannot run program "llc": error=2, No such file or directory
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)
	at scala.sys.process.ProcessBuilderImpl$Simple.run(ProcessBuilderImpl.scala:71)
	at scala.sys.process.ProcessImpl$PipedProcesses.runAndExitValue(ProcessImpl.scala:138)
	at scala.sys.process.ProcessImpl$PipedProcesses.runAndExitValue(ProcessImpl.scala:117)
	at scala.sys.process.ProcessImpl$CompoundProcess.$anonfun$x$4$1(ProcessImpl.scala:96)
	at scala.sys.process.ProcessImpl$Spawn$$anon$1.run(ProcessImpl.scala:23)
Caused by: java.io.IOException: error=2, No such file or directory
	at java.lang.UNIXProcess.forkAndExec(Native Method)
	at java.lang.UNIXProcess.<init>(UNIXProcess.java:247)
	at java.lang.ProcessImpl.start(ProcessImpl.java:134)
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029)
	at scala.sys.process.ProcessBuilderImpl$Simple.run(ProcessBuilderImpl.scala:71)
	at scala.sys.process.ProcessImpl$PipedProcesses.runAndExitValue(ProcessImpl.scala:138)
	at scala.sys.process.ProcessImpl$PipedProcesses.runAndExitValue(ProcessImpl.scala:117)
	at scala.sys.process.ProcessImpl$CompoundProcess.$anonfun$x$4$1(ProcessImpl.scala:96)
	at scala.sys.process.ProcessImpl$Spawn$$anon$1.run(ProcessImpl.scala:23)
[trace] Stack trace suppressed: run last compiler/compile:run for the full output.

from llambda.

etaoins avatar etaoins commented on July 24, 2024

@BartMassey Looks like llc isn't in your path? Is LLVM installed?

from llambda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.