Cross compiler for a RHEL ppc64le target

Viewed 1143

I've attempted to use crosstool-ng to make a cross compiler for RHEL7.1 power which means:

  • ppc64le (powerpc 64bit little endian)
  • glibc 2.17
  • kernel 3.10

I feel I'm missing some essential patch because I get the message

[INFO ]  =================================================================
[INFO ]  Installing C library headers & start files
[INFO ]    =================================================================
[INFO ]    Building for multilib 1/1: ''
[EXTRA]      Configuring C library
[ERROR]      checking sysdep dirs... configure: error: The powerpc64le is not supported.

Any help appreciated

2 Answers
Related