Qt on OSX cross compiler for PI
-
What error are you getting from Qt Creator when connecting to your Pi ?
-
I do apologise, I should have included this before - I get
Setting up QtCreator to cross compile (Tools/Options/Devices) it failed to test connect to my Pi
SSH connection failure: SSH Protocol error: Server and client capabilities don't match. Client list was: aes128-cbc,3des-cbc.
Server list was aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com.Device test failed.
Thank-you for your interest
David H
-
What Linux flavor are you running on the Pi ?
-
Ok, sounds right, what about Qt Creator ? Which version is it ?
-
Might be a bit old, I'd try with 3.5.1 before anything else.
-
Hmmmm.
I am running UBUNTU 14.04LTS in Parallels on a Mac-mini
The Mac Mini CPU is an Intel Core 5 (which I would assume is an i386 and not an AMD)
The files installed for qtcreator as listed in packages.ubuntu.com are for an AMD64 machine (/usr/lib/x86_64_linux_gnu/...).
Also the ubuntu list shows that Qtcreator after 3.0.1 are under development.
This does not look right!
In any case I have just seen (doc.qt.io) that Qt 5.0 no longer includes a Windows Platform, and suggests that I should wait for Wayland
I think all this means that I should go elsewhere, so thank-you for you time and interest, it is much appreciated.
David
-
Core i5 is for sure x86_64 and it can execute i386 binaries as well.
Because x86_64 was invented by AMD and later implemented by Intel as well it is often called AMD x86_64.