-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Unable to build on ubuntu #698
Comments
You should run |
results in the same issue. sudo apt-get install cmake libusb-dev @DESKTOP-SLOJ0HQ:~/stlink$ make |
You should install libusb-1.0-dev( not sure that is correct name) but pack
may contain libusb-1.0
ср, 28 мар. 2018 г., 19:48 protodmorgan <notifications@github.com>:
… results in the same issue.
sudo apt-get install cmake libusb-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
libusb-dev is already the newest version (2:0.1.12-28).
cmake is already the newest version (3.5.1-1ubuntu3).
0 upgraded, 0 newly installed, 0 to remove and 108 not upgraded.
@desktop-sloj0hq:~/stlink$ make
[RELEASE]
make[1]: *** No targets specified and no makefile found. Stop.
Makefile:27: recipe for target 'release' failed
make: *** [release] Error 2
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#698 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABgKcRtkoUu4CG-3pZFxfxppHWxgxZicks5ti76_gaJpZM4S-_H5>
.
|
even with that installed Same issue |
Ok, I realize that makefile or instruction is outdated. Or both. You can
build with Cmake, or wait for someone fix makefile.
ср, 28 мар. 2018 г., 20:05 protodmorgan <notifications@github.com>:
… You should install libusb-1.0-dev( not sure that is correct name) but pack
may contain libusb-1.0
even with that installed Same issue
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#698 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABgKcWOe1SXF8zpLo4I0_O7nFa_z2NFcks5ti8K7gaJpZM4S-_H5>
.
|
You need to make sure the |
I successfully build the stlink following instruction. |
thanks..as I said I was probably missing something. trying to learn. |
Seem to run into a problem now after compiling, I am running st-info etc, and I get. st-info: error while loading shared libraries: libstlink.so.1: cannot open shared object file: No such file or directory can confirm those libs exist but are in lib/lib, and I did run ldconfig |
Running |
Happened to me when i downloaded Source code (tar.gz). Then, i downloaded Source code (zip) and it worked. |
@Basilisvirus: Interesting. Nevertheless both archive files .zip and .tar.gz. are generated automatically by github. Both hold the same content. Are there any local problems with unzipping .tar.gz or directory paths? Was your download complete? |
@Nightwalker-87 Thats what i am thinking. Maybe my download was not completed/corrupted or there was an unzip error. |
Could you or anyone else with ubuntu retry the .tar.gz archive to verify, so that we can finally resolve this issue with the knowledge that both work correctly? That would be great. Unfortunately I don't have the possibility to test this with an ubuntu system. |
I would, but right now i get issue #478 error so let me fix that first xD |
ok, of course we welcome any helpful contribution. 👍 |
I re-installed the release 1.6.0, using the Source code (tar.gz) and it installed correctly, so there is no issue here. So i think we can close this issue? |
Yes we can! 👍 🥇 |
@slyshykO: Was this fixed in PR 701? Could you have a look at this? |
@Nightwalker-87 #701 not about this issue. |
Final review of this issue:
As there are no remaining open points to address, this issue is now finally closed. |
I'm attempting to install this on ubuntu. However, it seem I am missing something. when I follow the instructions make release. I am hitting the following error:
[RELEASE]
make[1]: *** No targets specified and no makefile found. Stop.
Makefile:27: recipe for target 'release' failed
make: *** [release] Error 2
The text was updated successfully, but these errors were encountered: