Arm linux gnueabihf toolchain

9.2-2019.12

The GNU Toolchain for the Cortex-A Family is a ready-to-use, open source suite of tools for C, C++ and Assembly programming. This toolchain targets processors from the Arm Cortex-A family and implements the Arm A-profile architecture.

The toolchain includes the GNU Compiler (GCC) and is available free of charge directly for Windows and Linux operating systems. Follow the links on this page to download the correct version for your development environment.

See the downloaded package Release Notes, which are linked from this page, for full installation instructions.

GNU Toolchain for the A-profile Architecture

Version 9.2-2019.12

Released: December 19, 2019

What’s new in 9.2-2019.12

We are pleased to announce the Arm release of the pre-built GNU cross-toolchain for the A-profile cores: GCC 9.2-2019.12.

This is the same toolchain that was previously distributed by Linaro.

For more information about the GNU Arm toolchain and download the release packages, please go to the Arm Developer website.

In this release

Windows (mingw-w64-i686) hosted cross compilers

AArch32 bare-metal target (arm-none-eabi)

AArch32 target with hard float (arm-none-linux-gnueabihf)

AArch64 bare-metal target (aarch64-none-elf)

AArch64 GNU/Linux target (aarch64-none-linux-gnu)

x86_64 Linux hosted cross compilers

AArch32 bare-metal target (arm-none-eabi)

AArch32 target with hard float (arm-linux-none-gnueabihf)

AArch64 ELF bare-metal target (aarch64-none-elf)

AArch64 GNU/Linux target (aarch64-none-linux-gnu)

AArch64 GNU/Linux target (aarch64_be-none-linux-gnu)

AArch64 Linux hosted cross compilers

AArch32 bare-metal target (arm-none-eabi)

AArch32 target with hard float (arm-none-linux-gnueabihf)

AArch64 ELF bare-metal target (aarch64-none-elf)

Sources

Linaro ABE example manifest files for x86_64 hosted cross compilers

Release Note for GNU-A Downloads 9.2-2019.12

Description

GNU 9.2 cross-toolchain for the A-profile processors

Features

  • Based on GCC 9.2 (See https://gcc.gnu.org/gcc-9/changes.html for details).
  • Supported targets on Windows(x86_64): AArch64 (bare-metal and Linux), AArch32 (bare-metal, Linux hard-float)
  • Supported targets on Linux(x86_64): AArch64 (bare-metal, Linux, Linux big-endian), AArch32 (bare-metal, Linux hard-float)
  • Supported targets on Linux(AArch64): AArch64 (bare-metal), AArch32 (bare-metal, Linux hard-float)

Changes since Arm release GCC 8.3-2019.03

  • Additional AArch64 hosted cross toolchains for AArch64 (bare-metal) and AArch32 (bare-metal, Linux hard-float)
  • Additional Windows hosted cross toolchains for AArch64 (Linux) and AArch32 (Linux hard-float)
  • Retired Linux(x86_64) toolchain for AArch64 (big-endian bare-metal) and AArch32 (Linux soft-float)
  • Changed toolchain naming convention to match standard target triplet naming convention, with vendor name being none. For example, arm-eabi is arm-none-eabi.
  • Fixed the Windows toolchain convention to correctly include mingw-w64 instead of mingw32

Content

This release includes the following items:

GCC 9.2.1 Repository: svn://gcc.gnu.org/svn/gcc/branches/ARM/arm-9-branch
Revision: 277439
Sources provided in release source tar ball.
glibc 2.30 Repository: git://sourceware.org/git/glibc.git
Revision: 50f20fe506abb8853641006a7b90a81af21d7b91
Release note
binutils 2.33.1 Repository: git://sourceware.org/git/binutils-gdb.git
Revision: da3b036b57c0d409fc1fc3e25597fa13dc71baf5
Release note
GDB 8.3.0 Repository: git://sourceware.org/git/binutils-gdb.git
Revision: e908e11a4f74ab6a06aef8c302a03b2a0dbc4d83
GDB-with-python support for Python 2.7.6 (x86_64 builds).
GDB-with-python support for Python 2.7.13 (mingw-w64-i686 builds).
Release note
libexpat 2.2.5 Repository: https://github.com/libexpat/libexpat.git
Revision:
Release note
Linux Kernel Repository: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
Revision: v4.20.13
Release Note
libgmp 4.3.2
libisl 0.15
libmpfr 3.1.6
libmpc 1.0.3
libiconv 1.15
Sources provided in release source tar ball.
Читайте также:  Caesar 4 для windows 10

Host requirements

Description Requirement OS identifier in the toolchain triplet
Windows on 64-bit x86 (x86_64) Windows 10 mingw-w64-i686
Linux on 64-bit x86(x86_64) Ubuntu 16.04 LTS or later RHEL 7 or later x86_64
Linux on 64-bit Arm(AArch64) Ubuntu 18.04 LTS or later RHEL 8 or later

Known dependencies

  • GDB’s Python support requires Python compiled with UCS-4 support (built with —enable-unicode=ucs4) for Linux (x86_64) and Windows hosts
  • GDB’s Python support requires Python DLL dependencies for Windows host.
  • Toolchains dedicated for Windows host require mingw-w64 library, a complete runtime environment for GCC.

The GNU Toolchains

Name Host Target
aarch64-aarch64-none-elf AArch64 Linux AArch64 ELF bare-metal target.
aarch64 -arm-none-eabi AArch64 Linux AArch32 bare-metal target.
aarch64 -arm-none-linux-gnueabihf AArch64 Linux AArch32 target with hard float.
mingw-w64-i686-arm-none-eabi Windows AArch32 bare-metal target.
mingw-w64-i686-aarch64-none-elf Windows AArch64 ELF bare-metal target.
mingw-w64-i686- arm-none-linux-gnueabihf Windows AArch32 target with hard float.
mingw-w64-i686-aarch64-none-linux-gnu Windows AArch64 GNU/Linux target.
x86_64-aarch64-none-elf x86_64 Linux AArch64 ELF bare-metal target.
x86_64-aarch64-none-linux-gnu x86_64 Linux AArch64 GNU/Linux target.
x86_64-aarch64_be-none-linux-gnu x86_64 Linux AArch64 GNU/Linux big-endian target.
x86_64-arm-none-eabi x86_64 Linux AArch32 bare-metal target.
x86_64-arm-none-linux-gnueabihf x86_64 Linux AArch32 target with hard float.

Released files

gcc-arm-*.tar.xz Toolchain binaries
gcc-arm-src-snapshot-*.tar.xz Toolchain sources
gcc-arm-src-snapshot-*-manifest.txt Text manifest file with list of remote repositories for toolchain
gcc-arm-*-abe-manifest.txt Input files for Linaro ABE build system.
*.asc MD5 checksum files for sources and binaries

Installation instructions

Extract XZ compressed release archive using TAR archiving utility:

Compute and check MD5 checksum of XZ compressed release archives using md5sum utility:

The prebuilt binary bundles can be un-tarred and executed in place. Unpack the Linux cross toolchain:

How to build the toolchain from sources

You can build GNU cross-toolchain for the A-profile from sources using Linaro ABE (Advanced Build Environment) and provided ABE manifest files.

Below example shows how to build gcc-arm-aarch64-linux-gnu toolchain from sources using Linaro ABE build system.

Instructions

Clone ABE one of the URL below and checkout the stable branch (see Getting ABE):

Create the build directory and change to it. Any name for the directory will work (see Building Toolchains With ABE):

Configure ABE (from the build directory):

And finally build toolchain (from the build directory):

Known issues

Ask questions

For any questions, please use the Arm Communities forums.

Report bugs

Please report any bugs via the Linaro Bugzilla.

Источник

Кросскомпиляция под ARM

Достаточно давно хотел освоить сабж, но всё были другие более приоритетные дела. И вот настала очередь кросскомпиляции.

В данном посте будут описаны:

  1. Инструменты
  2. Элементарная технология кросскомпиляции
  3. И, собственно, HOW2

Кому это интересно, прошу под кат.

Вводная

Одно из развивающихся направлений в современном IT это IoT. Развивается это направление достаточно быстро, всё время выходят всякие крутые штуки (типа кроссовок со встроенным трекером или кроссовки, которые могут указывать направление, куда идти (специально для слепых людей)). Основная масса этих устройств представляют собой что-то типа «блютуз лампочки», но оставшаяся часть являет собой сложные процессорные системы, которые собирают данные и управляют этим огромным разнообразием всяких умных штучек. Эти сложные системы, как правило, представляют собой одноплатные компьютеры, такие как Raspberry Pi, Odroid, Orange Pi и т.п. На них запускается Linux и пишется прикладной софт. В основном, используют скриптовые языки и Java. Но бывают приложения, когда необходима высокая производительность, и здесь, естественно, требуются C и C++. К примеру, может потребоваться добавить что-то специфичное в ядро или, как можно быстрее, высчитать БПФ. Вот тут-то и нужна кросскомпиляция.

Если проект не очень большой, то его можно собирать и отлаживать прямо на целевой платформе. А если проект достаточно велик, то компиляция на целевой платформе будет затруднительна из-за временных издержек. К примеру, попробуйте собрать Boost на Raspberry Pi. Думаю, ожидание сборки будет продолжительным, а если ещё и ошибки какие всплывут, то это может занять ох как много времени.

Поэтому лучше собирать на хосте. В моём случае, это i5 с 4ГБ ОЗУ, Fedora 24.

Инструменты

Для кросскомпиляции под ARM требуются toolchain и эмулятор платформы либо реальная целевая платформа.

Т.к. меня интересует компиляция для ARM, то использоваться будет и соответствующий toolchain.

Toolchain’ы делятся на несколько типов или триплетов. Триплет обычно состоит из трёх частей: целевой процессор, vendor и OS, vendor зачастую опускается.

  • *-none-eabi — это toolchain для компиляции проекта работающего в bare metal.
  • *eabi — это toolchain для компиляции проекта работающего в какой-либо ОС. В моём случае, это Linux.
  • *eabihf — это почти то же самое, что и eabi, с разницей в реализации ABI вызова функций с плавающей точкой. hf — расшифровывается как hard float.

Описанное выше справедливо для gcc и сделанных на его базе toolchain’ах.

Сперва я пытался использовать toolchain’ы, которые лежат в репах Fedora 24. Но был неприятно удивлён этим:

Поискав, наткнулся на toolchain от компании Linaro. И он меня вполне устроил.

Второй инструмент- это QEMU. Я буду использовать его, т.к. мой Odroid-C1+ пал смертью храбрых (нагнулся контроллер SD карты). Но я таки успел с ним чуток поработать, что не может не радовать.

Элементарная технология кросскомпиляции

Собственно, ничего необычного в этом нет. Просто используется toolchain в роли компилятора. А стандартные библиотеки поставляются вместе с toolchain’ом.

Выглядит это так:

Какие ключи у toolchain’а можно посмотреть на сайте gnu, в соответствующем разделе.

Для начала нужно запустить эмуляцию с интересующей платформой. Я решил съэмулировать Cortex-A9.

После нескольких неудачных попыток наткнулся на этот how2, который оказался вполне вменяемым, на мой взгляд.

Ну сперва, само собою, нужно заиметь QEMU. Установил я его из стандартных репов Fedor’ы.

Далее создаём образ жёсткого диска, на который будет установлен Debian.

По этой ссылке скачал vmlinuz и initrd и запустил их в эмуляции.

Далее просто устанавливаем Debian на наш образ жёсткого диска (у меня ушло

После установки нужно вынуть из образа жёсткого диска vmlinuz и initrd. Делал я это по описанию отсюда.

Сперва узнаём смещение, где расположен раздел с нужными нам файлами:

Теперь по этому смещению примонтируем нужный нам раздел.

Копируем файлы vmlinuz и initrd и размонтируем жёсткий диск.

Теперь можно запустить эмуляцию.

И вот заветное приглашение:

Теперь с хоста по SSH можно подцепиться к симуляции.

Теперь можно и собрать программку. По Makefile’у ясно, что будет калькулятор. Простенький.

Собираем на хосте исполняемый файл.

Отмечу, что проще собрать с ключом -static, если нет особого желания предаваться плотским утехам с библиотеками на целевой платформе.

Копируем исполняемый файл на таргет и проверяем.

Собственно, вот такая она, эта кросскомпиляция.

UPD: Подправил информацию по toolchain’ам по комментарию grossws.

Источник

Install the ARM cross compiler toolchain on your Linux Ubuntu PC

This procedure has been tested on:

  • Ubuntu 18.04.4 LTS (amd64)
  • Debian Buster 10 (amd64)

Install the Cross Compilers, utilities, etc.

Install the GCC, G++ cross compilers and support programs by typing:

If you are using an Acqua or RoadRunner board:

If you are using an Arietta, Aria or FOX G20 board:

Now you are ready to cross-compile on your PC all the source available for the Acme Boards based on Microchip MPUs.

Try the cross C compiler

Let’s try to cross compile a Hello World example in C and running it on an Acme board.

This is the example:

Compile it by typing, if you are using an Arietta, Aria or FOX G20 board:

or, if you are using an Acqua or RoadRunner board:

As you can see we are using the ARM version of gcc just installed on your PC. It will generate an executable file for your Linux board.

Copy the executable file on the board via ssh:

Then open a command session on your board and run the example:

Try the cross C++ compiler

Let’s try to cross compile a Hello World example in C++ and running it on an Acme board.

This is the example:

Compile it typing, if you are using an Arietta, Aria or FOX G20 board:

or, if you are using an Acqua or RoadRunner board:

As you can see we are using the ARM version of gcc just installed on your PC. It will generate an executable file for your Linux board.

Copy the executable file on the board via ssh:

Then open a command session on your board and run the example:

Greeting

Many thanks to Mark Richards for his help fixing bugs on this article.

Sergio Tanzilli
System designer, webmaster and Acme Systems co-founder

Personal email: tanzilli@acmesystems.it
Webpage: https://www.acmesystems.it
Github repositories: https://github.com/tanzilli and https://github.com/acmesystems
Telegram group dedicated to the Acme Systems boards: https://t.me/acmesystemssrl

Terms and conditions

Acme Systems srl provided this documentation «as is» without warranty or guarantees of any kind. We not provide any direct support for the Open Source software which can running on our board but, through these pages and forum posts, we provide all of the information required to obtain the sources, install, use and update the Open Source software available on Internet.

Please note that all of the software we talking about is Open Source so you have to check any license provided by the software authors before using it in any commercial or non-commercial product, by yourself.

Please contact us note that WE ARE MAINLY HARDWARE DESIGNERS and NOT LINUX GURUS and therefore could be better to post your questions to the Acme Systems forum and ensure that all of the site contributors and large software community can read and reply to your questions.

Acme Systems srl
Via Aldo Moro 53 — 00055 Ladispoli (RM) — Italy

VAT / Partita IVA / Codice Fiscale: IT 08114831004
Codice SDI per recapito fatture elettroniche: T04ZHR3

Tel: +39.06.99.12.187 — Fax: +39.06.622.765.31
Email: info@acmesystems.it — PEC: acmesystems@pec.it

Iscritta al Registro delle Imprese di Roma al n. 08114831004 — REA: RM-1074631



Una iniziativa no-profit di Acme Systems srl per supportare l’Arte.

Источник

Читайте также:  Какая windows лучше для asus
Оцените статью