[SailfishDevel] sfdk deploy, building for wrong architecture

2020-04-24 Thread Chris Josten via Devel
Hi all, I'm trying to build a project for Sailfish OS with the new sfdk command, but deploying fails for my device, since it tries to compile for the target `i486-meego-linux-gnu`. sfdk build compiles for the right target, namely `SailfishOS-3.3.0.14EA-armv7hl`. Is there some configuration messed

Re: [SailfishDevel] sfdk deploy, building for wrong architecture

2020-04-24 Thread Chris Josten via Devel
Hello again, I just realised my message might be unclear: I'm having trouble with especially the "sfdk deploy" command. And the error log I've attached is the output from "sfdk deploy" as well. Kind regards, Chris Josten On 24-04-2020 22:20, Chris Josten via Devel wrote: > Hi all, > > I'm tryin