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

Give user feedback when libraries need to compile for first time #693

Open
mxa opened this issue Jun 23, 2022 · 1 comment
Open

Give user feedback when libraries need to compile for first time #693

mxa opened this issue Jun 23, 2022 · 1 comment

Comments

@mxa
Copy link

mxa commented Jun 23, 2022

Building a project something for the first time takes a long time because of the libraries being build. The user might even think the Bela has crashed or stalled.
Suggestion: give the user a warning / info message on first compile when libraries are missing and need to be built (this may take some time, grab a coffee)?
Generally, do we know th number of tasks for (project) compilations? Can we have something like a progress bar or at least a task count? (5 of 15 tasks completed)

@giuliomoro
Copy link
Contributor

can we get this information from make ? If we can, then we could consider doing this.

An alternative is to have the core code built as part of the "update board" process, but the process is already long enough that I wouldn't want to add any more to it ...

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