Henning Becker
Henning Becker
Hi William, you probably tried Orbit before, I guess? It seems you're having an old version of the conan default-profiles that we generate when first running bootstrap. Some weeks ago...
Hi Juanmi, I'm sorry, you're right. We don't actively test for GCC8 compatibility anymore. I will update the DEVELOPMENT.md file. And it seems you ran into a GCC8-specific problem. All...
Hi pminiszewski, I'm sorry. We are working on a solution but this will probably take a bit of time. In the mean time you can install the packages from the...
We unfortunately don't have any specific instructions. But I can quickly outline how it should work: 1. The build workflow is based on the Conan package manager which supports cross...
Yes, but it's not super straight forward. You need an SSH tunnel to your embedded device that is forwarding port 44765. On the command line it's something like this: `ssh...
Hi both of you, the build was broken for a couple of days due to the sunset of bintray. Yesterday I had been migrating all the packages to the new...
It seems your system's default compiler is pretty old (GCC7) and not supported by us. Do you have another compiler or a more recent version of GCC available? GCC9 or...
``` /bin/sh: 1: cmake: not found ``` Can you try installing `cmake`?
Hi Mostafa, we don't explicitly install any compiler. If it was installed by bootstrap, then it was pulled in as an implicit dependency. You can try uninstalling it again using...
Hi Chad, can you share the exact error message? - Henning