Compiling tools directly on BeagleBone Black fails
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Arm Embedded Toolchain |
New
|
Undecided
|
Unassigned |
Bug Description
If I attempt to compile the ARM tools directly on a BeagleBone black itself. gmp fails to compile:
After:
l@arm:~
Configure for gmp fails with:
l@arm:~
checking build system type... Invalid configuration `armv7l-linux-gnu': machine `armv7l' not recognized
configure: error: /bin/bash /home/andrewl/
Something seems broken as that looks like it should be:
armv7l-
Gah. And of course I left out information.
I'm on a BeagleBone Black Rev C. It is running Debian Jessie:
root@arm:~# uname -a
Linux arm 4.1.6-ti-r11 #1 SMP PREEMPT Tue Aug 18 21:36:11 UTC 2015 armv7l GNU/Linux
I am directly logged into the board itself when I try to compile this stuff.