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

Additional tweaks to the build to build in ubuntu 15.04 #27

Open
dralves opened this issue May 26, 2015 · 0 comments
Open

Additional tweaks to the build to build in ubuntu 15.04 #27

dralves opened this issue May 26, 2015 · 0 comments

Comments

@dralves
Copy link

dralves commented May 26, 2015

Had to fight with the build a bit to get it to run fully on my box.
gcc 4.4 wouldn't work as wouldn't 4.9 (with different errors).

Here's what I did:

needed to install gcc-4.6 g++-4.6 gcc-4.6-multilib
needed to add a link to cc -> gcc
needed to add $ZEROVM_ROOT/bin to path

Just thought it might be worth it to update the docs or something.

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

2 participants
@dralves and others