dockcross/linux-armv7a-lts
2022-12-16 16:07:56 +01:00
..
crosstool-ng.config Update CT_ZLIB_MIRRORS to support downloading old versions of zlib 2022-10-20 11:51:32 +02:00
Dockerfile.in Support for building images locally 2022-12-16 16:07:56 +01:00
README.rst Added LTS version to linux-armv7a, issue #678 2022-05-16 16:45:38 +02:00
Toolchain.cmake Added LTS version to linux-armv7a, issue #678 2022-05-16 16:45:38 +02:00

dockcross image for ARMv7-A-LTS
===========================

Toolchain configured for ARMv7-A used in Beaglebone Black single board PC with TI SoC AM3358 on board, Cortex-A8. Code compiled with dockcross armv7 image crashes on Beaglebone, see https://github.com/dockcross/dockcross/issues/290

This is the LTS version, i.e. with glibc version 2.28.

Difference with dockcross armv7 toolchain: ARCH_CPU="cortex-a8", ARCH_FPU="neon". 

Only NEON is enabled, though TI docs says it is possible to use both VFPv3 and NEON http://processors.wiki.ti.com/index.php/Using_NEON_and_VFPv3_on_Cortex-A8

I do not know how to configure CrossTool-NG for VFPv3+NEON. Feel you free to submit a fix)