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

stlink-gui fails to start due to failure to load UI file in source build #770

Closed
3 tasks done
p12tic opened this issue Feb 16, 2019 · 0 comments · Fixed by #771
Closed
3 tasks done

stlink-gui fails to start due to failure to load UI file in source build #770

p12tic opened this issue Feb 16, 2019 · 0 comments · Fixed by #771

Comments

@p12tic
Copy link
Contributor

p12tic commented Feb 16, 2019

  • Operating system: Linux Ubuntu 18.04.
  • Stlink tools version: latest git master (3295ab4)
  • Stlink commandline tool name: stlink-gui

stlink-gui fails to start after compiling from source. All of the following fail with the same message:

  • mkdir build; pushd build; cmake ..; make -j32 all; ./src/tools/gui/stlink-gui; popd
  • mkdir build; pushd build; cmake ..; make -j32 all; ./src/tools/gui/stlink-gui-local; popd
  • mkdir build; pushd build; cmake ..; make -j32 all; make install DESTDIR=inst; ./install/usr/local/bin/stlink-gui; popd
  • cmake .; make -j32 all; ./src/tools/gui/stlink-gui
  • cmake .; make -j32 all; ./src/tools/gui/stlink-gui-local

The message is: Failed to load UI file: stlink-gui.ui.

It would be great if this issue is solved somehow. Also, documentation could include a short section about what stlink-gui is and if it's experimental feature, that it doesn't work yet. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants