Re: Cross compilers, but not libraries?

2016-01-28 Thread Michael Hennebry
On Thu, 28 Jan 2016, Tom Horsley wrote: In fedora 23, there are cross compilers available in the repos. For example: gcc-aarch64-linux-gnu.i686 : Cross-build binary utilities for aarch64-linux-gnu gcc-c++-aarch64-linux-gnu.i686 : Cross-build binary utilities for :

Cross compilers, but not libraries?

2016-01-28 Thread Tom Horsley
In fedora 23, there are cross compilers available in the repos. For example: gcc-aarch64-linux-gnu.i686 : Cross-build binary utilities for aarch64-linux-gnu gcc-c++-aarch64-linux-gnu.i686 : Cross-build binary utilities for : aarch64-linux-gnu

Re: Cross compilers, but not libraries?

2016-01-28 Thread Tom Horsley
On Thu, 28 Jan 2016 17:32:34 -0600 (CST) Michael Hennebry wrote: > I suspect that this deprives the linker of necessary information. Yea, the linker still needs to know about the libraries (and the compiler also needs associated header files which are generally part of the -devel packages). >