rtems4.10 / rtems4.11 fails to build on CentOS6: configure: error: no acceptable cc found in $PATH

Ralf Corsepius ralf.corsepius at rtems.org
Tue Sep 20 13:48:50 UTC 2011


On 09/20/2011 03:35 PM, Ole Benny Hansen wrote:
> Hello rtems-users
>
> I am trying to setup rtems4.10 and rtems4.11(4.10.99) on my newly built
> host-machine, which has CentOS6 64-bit installed.
>
> I installed tools for m68k, arm, powerpc and i386 by using YUM and the
> instructions for this, and it seemed to complete without any problems.
>
> I am using a script to setup PATH-environment before configuring and
> trying to run 'make':
>
> === rtems_env.sh :
> [ole at CentOS6 rtems-4.10-psim]$ cat rtems_env.sh
> export
> PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/ole/bin
>
> export PATH=/opt/rtems-4.10/powerpc-rtems4.10/bin:/opt/rtems-4.10/bin:$PATH
This is one bug: You must not have
/opt/rtems-4.10/powerpc-rtems4.10/bin in $PATH

It's a gcc internal path which is not supposed to be anywhere in $PATH.

Ralf



More information about the users mailing list