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

Script doesn't include new libraries folder in latest Bela version #2

Open
ebai101 opened this issue Nov 20, 2019 · 3 comments
Open
Assignees

Comments

@ebai101
Copy link

ebai101 commented Nov 20, 2019

Since Bela has encapsulated libraries like Midi and Scope in the new "libraries" folder, they are no longer in /root/Bela/include. Therefore this script doesn't copy these libraries into the sysroot clone.

A quick fix: cp -r /.../bela_repo/libraries /usr/local/linaro/BelaSysroot/root/Bela/include

@AndrewCapon AndrewCapon self-assigned this Nov 20, 2019
@AndrewCapon
Copy link
Owner

Does everything else still work after doing this?

@ebai101
Copy link
Author

ebai101 commented Nov 20, 2019

Yes, everything seems to work fine. I'm not actually using Eclipse, I'm in VSCode - but this fixed the problem for me. Probably should confirm that it works for Eclipse.

@AndrewCapon
Copy link
Owner

Super, thanks very much for the info.

I need to put some time aside to update to the new version of Bela and make sure the eclipse stuff still works.

I will look to update the script tomorrow...

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