Files
.github
android-arm
android-arm64
android-x86
android-x86_64
imagefiles
linux-arm64
linux-arm64-musl
linux-armv5
linux-armv5-musl
linux-armv6
linux-armv6-musl
linux-armv7
linux-armv7a
Dockerfile.in
README.rst
Toolchain.cmake
crosstool-ng.config
linux-armv7l-musl
linux-mips
linux-mipsel
linux-ppc64le
linux-s390x
linux-x64
linux-x86
manylinux-common
manylinux1-x64
manylinux1-x86
manylinux2010-x64
manylinux2010-x86
manylinux2014-aarch64
manylinux2014-x64
manylinux2014-x86
test
web-wasm
windows-shared-x64
windows-shared-x64-posix
windows-shared-x86
windows-static-x64
windows-static-x64-posix
windows-static-x86
.gitattributes
.gitignore
Dockerfile.in
LICENSE
Makefile
README.rst
common-manylinux.crosstool
common.crosstool
common.debian
common.dockcross
common.docker
common.label-and-env
common.manylinux
common.windows
dockcross/linux-armv7a
Bensuperpc 2082f62c76 Improve install-crosstool-ng-toolchain.sh scripts
It is now possible to choose the version of crosstool-ng per image, To make it easier to upgrade crosstool-ng to newer versions without having to update all images at the same time

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
2021-06-23 14:53:33 +02:00
..
2021-05-26 20:06:05 +02:00
2019-03-03 18:54:14 +03:00

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

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

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)