-
Notifications
You must be signed in to change notification settings - Fork 25
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
Polar v800 #21
Comments
Hello, #1--- When building the v800_downloader project with QT5, Running the QT5.Build command g++ .... ...o ...o ...o binary/linux/libusb-1.0/libusb-1.0.a -ludev ... i've got the error message binary/linux/libusb-1.0/libusb-1.0.a not found. [ 14:23:42: Starting: "/usr/bin/make"
/usr/bin/ld: i386:x86-64 architecture of input file ] ... presumably because the delivered binary/linux/libusb-1.0/libusb-1.0.a is a 64bits versions : ar x binary/linux/libusb-1.0/libusb-1.0.a aa@x200a:/tmp/lu > ls aa@x200a:/tmp/lu > file * #2--- So i tryed manually with the 32bits native Linux installation with -lusb-1.0 : g++ .... ...o ...o ...o -lusb-1.0 -ludev ... instead of g++ .... ...o ...o ...o binary/linux/libusb-1.0/libusb-1.0.a -ludev ... -> success and v800_downloader executable created . #3---However, v800_downloader can not open usb device ! g++ -Wl,-rpath,/opt/Qt5.0.2/5.0.2/gcc -Wl,-rpath,/opt/Qt5.0.2/5.0.2/gcc/lib -o debug/v800_downloader
v800_downloader > cd debug/ total 5540 v800_downloader/debug > with the popup message 'Failed to open device!' v800_downloader/debug > --> ./v800_downloader : Error opening device <-- What do you suggest ? Best Regards |
try this: sudo ./v800_downloader & ; - ) === |
--- about the x86-64 binary/linux/libusb-1.0/libusb-1.0.a issue --- i still do not understand why this busb-1.0.a external module is joined within the v800_downloader pkg ! indeed: not success with : ... because the delivered is 64bits ! success with this genuine x86-32 lib: where the full path is given with: :-) |
I'm not sure why @profanum429 included the static libusb library in the repo. That was okay for me, but broke when Ubuntu 16.10 arrived, so I simply removed libusb (both the library, and header) and update pcolby@50eb628#diff-a24f9a9268f19e1ff4636603db0757bf Cheers. |
Hello guys As i recompiled this wonderful v800downloader, i realized my above comments I decided today to clear it up. castett commented on 21 Jun 2016 • edited :
castett commented on 25 Nov 2016
obviously not compatible with my venerable 32bits system ! and the Qt compilation failed as the compilation runs the backend.pri
as pcolby mentioned in pcolby commented on 25 Nov 2016 edit and replace
with
OR , performs a manual compilation linking command as
That's all folks |
Secundly, the XML
is obsolated, and must (not should), but just must by
obsolate
compatible as for 20170624. 0322
This is achieved in
and rebuild it all ;-) |
Hello,
can anybody tell me how I have to install the V800 downloader on a Windows machine?
I want to download the files vom Polar V800 without using the internet.
Thanks in advance for your hint.
rgds
Pit
The text was updated successfully, but these errors were encountered: