Build on PYNQ (dual-core Cortex-A9) with SD v2.4 (Ubuntu 18.04)
Created by: umarcor
The default GCC version is gcc (Ubuntu/Linaro 7.3.0-16ubuntu3) 7.3.0
.
-
1. master
branch fails to build because of a bug inopnd_shared.c
, which can be patched as explained in #3381. -
2. an error about PTRACE_GETFPXREGS
is shown. It can be patched as in #3382. -
3. undefined symbol: GLOBAL DEFAULT UND __aeabi_ldivmod
is shown. It can be patched as in #2901 (note that the link point to a comment by @SieRoB, no to the previous one).
I'm the author of #3382, so it will be eventually merged to master and item 2 will be fixed. What about items 1 and 3? Shall I open a PR for each of them?