Page 1 of 1

Building on Linux - Which Cross Compiler and Libraries?

Posted: Mon May 22, 2017 2:35 pm
by xyefa
Hello - I am building some C++ code on Linux that I would like to port over. What are the ARM gcc / g++ cross compiler and libraries for Ubuntu 16.04? And what is the executable name of the arm-compiler (once installed)?

Lastly, is there anything else useful WRT ARM tools that I should apt-get?

<

Re: Building on Linux - Which Cross Compiler and Libraries?

Posted: Wed May 24, 2017 1:23 pm
by uros.golob
Hi!
We compile fsbl, u-boot, devicetree and kernel using cross compiling using SDK that is bundled with vivado, sourcing settings.sh file sets up build environment for this. User-space code is compiled using schroot environment inside qemu, this is how we can can guarantee same libraries as if you compile software on redpitaya itself.

Documentation available at github and readthedocs contains all information you need to create development environment for developing software for redpitaya.

Uroš