This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Error build toolchain for arm


I get this error when doing ./ct-ng build for ARM
(arm-cortexa5-linux-uclibcgnueabihf)

[ERROR]    configure: error: no termcap library found
[ALL  ]    Makefile:8306: recipe for target 'configure-gdb' failed
[ERROR]    gmake[2]: *** [configure-gdb] Error 1
[ALL  ]    gmake[2]: Leaving directory
'/home/stralko/src/kernel_devel/embedded-linux/crosstool-ng/.build/arm-cortexa5-linux-uclibcgnueabihf/build/build-gdb-cross'
[ALL  ]    Makefile:832: recipe for target 'all' failed
[ERROR]    gmake[1]: *** [all] Error 2
[ALL  ]    gmake[1]: Leaving directory
'/home/stralko/src/kernel_devel/embedded-linux/crosstool-ng/.build/arm-cortexa5-linux-uclibcgnueabihf/build/build-gdb-cross'

I'm assuming its having trouble finding the ARM version of the termcap
library.  Is there a way to install this library manually? If so where
do I put the said library. I can post the full build.log if need be, I
just pasted what I felt was the important part.

Any help would be greatly appreciated.  I'm assuming I'm doing something stupid.

Alittle info, I'm using Fedora 21 on x86_64 and I want to build a
toolchain for ARM so I can beginning development on a beagle board.

Thanks,

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]