You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: