Questions tagged [linaro]

3 questions
2
votes
1 answer

What toolchain to use? Any real difference?

I'm starting with buildroot for my Raspberry PI 2 project. I've came to part where I need to select toolchain that will build whole project. I have two main options: use buildroot to build my own toolchain use Linaro (or other existing)…
10robinho
  • 726
  • 8
  • 17
1
vote
0 answers

Cross compiling QT and example program does not find platform

I followed the follwoing guide to cross-compile QT 5.6 on a Ubuntu 16.04 machine for the raspberrypi2 running…
0
votes
1 answer

Linaro cross toolchain 32 bit or 64 bit?

I am developing a kernel on my PC (running Linux Mint 64 bit) and want to transfer that code later onto a Raspberry Pi 3B+ running Raspbian 32 bit. Now I am confused. Do I need my IDE to pick my gcc-linaro-arm-linux-gnueabihf-raspbian-x64 in the 64…