cross compile python for linux-ppc-604

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Doug Crawford

    #1

    cross compile python for linux-ppc-604

    Has anyone successfully compiled python 2.4 to run under linux powerpc
    604? I have the ELINOS cross compile environemnt working, but always
    run into problems when executing make. Unfortunately, my target
    embedded system does not have a complete build chain so I have to use a
    cross compiler. Is there a prebuilt distribution of python2.4 that
    runs under linux-ppc?

  • lincr

    #2
    Re: cross compile python for linux-ppc-604

    Doug Crawford wrote:[color=blue]
    > Has anyone successfully compiled python 2.4 to run under linux powerpc
    > 604? I have the ELINOS cross compile environemnt working, but always
    > run into problems when executing make. Unfortunately, my target
    > embedded system does not have a complete build chain so I have to use a
    > cross compiler. Is there a prebuilt distribution of python2.4 that
    > runs under linux-ppc?
    >[/color]
    Why no toolchain on your machine? Can't you install one from your
    distribution? I used to use Debian with a MkLinux kernel on a Nubus 601
    and it had the usual PPC userland, including C, Python, Perl...

    Just wondering,
    Linc

    Comment

    Working...