Skip to content
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

Instructions for installing from source for 3.0 #628

Closed
r-srinivas opened this issue Nov 25, 2016 · 0 comments
Closed

Instructions for installing from source for 3.0 #628

r-srinivas opened this issue Nov 25, 2016 · 0 comments
Assignees
Milestone

Comments

@r-srinivas
Copy link

I was trying to install 3.0 to test. For this step in installing rust,

../configure --prefix=/usr/local/rust-or1k --llvm-root=/usr/local/llvm-or1k --disable-manage-submodules

I ran into the following error,

configure: error: program '/usr/local/llvm-or1k/bin/FileCheck' is missing, please install it

I tried the solution listed here, https://github.com/Alexpux/MINGW-packages/issues/871

modifying the cmake command for llvm to

cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/llvm-or1k -DLLVM_TARGETS_TO_BUILD="OR1K;X86" -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_INSTALL_UTILS=ON

And that seems to work. At least from the output of the command I get,

not reconfiguring LLVM, external LLVM root configure: found program '/usr/local/llvm-or1k/bin/FileCheck'

Should that be added to the instructions? This was using a virtual machine with Ubuntu 14.04 if that makes a difference.

@sbourdeauducq sbourdeauducq added this to the 3.0 milestone Nov 26, 2016
jordens added a commit that referenced this issue Nov 29, 2016
* m-labs/master:
  applets: compatibility with older Qt. Closes #629
  doc: update LLVM configure command (fixes #628).
  runtime: match argument signedness between ARTIQ Python and ksupport.
  runtime: refactor rtio_output_list.
  runtime: use correct ABI when accepting ARTIQ lists.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants