On 04/18/2016 11:43 AM, $rik@nth wrote:
On Fri, Apr 15, 2016 at 7:07 PM, Rob Savoye rob.savoye@linaro.org wrote:
`../abe.sh --set arch=armv7-a --host arm-linux-gnueabi --target arm-linux-gnueabi --build all`.. Still observing the same issue while building libgcc
if i drop --host flag.. It compiles properly. But the bins are generating for x86_64 instead of arm 32bit with dynamic rather than static as per your pointer.
You're trying to cross compile GCC itself to run on an ARM Linux system ? That's not explicitly supported by ABE. You'd need to first build a arm-linux-gnueabi cross compiler, and clone the sysroot from your ARM target. Then it *might* work. ABE primarily builds cross compilers. For ARM hosted GCC, ABE builds natively.
- rob -