Cross compile with linaro #4447
Replies: 3 comments
-
We unfortunately don't have any specific instructions. But I can quickly outline how it should work:
Cheers, |
Beta Was this translation helpful? Give feedback.
-
I do have conan already set up to cross compile conan packages with the compiler (not the easiest to set up... lol), Ill give it a go. when running as a service on linux, is there a way to connect a gui from windows so that we can use that super nice interface you guys have? |
Beta Was this translation helpful? Give feedback.
-
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: Then you can start the UI with the option If SSH is not an option you could also change the source code such that the |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have an embedded linux device that is too small to have a compiler installed so we cross compile everything in windows using linaro compiler.
system: Linux buildroot 4.9.28-pic6-geed43d1050 #12 PREEMPT Tue Sep 11 14:17:49 EDT 2018 armv7l GNU/Linux
compiler: https://releases.linaro.org/components/toolchain/binaries/6.2-2016.11/arm-linux-gnueabihf/
(gcc-linaro-6.2.1-2016.11-i686-mingw32_arm-linux-gnueabihf)
Do you have any instructions or recommendations for cross compiling orbit?
Beta Was this translation helpful? Give feedback.
All reactions